26 lines
275 B
Protocol Buffer Text Format
26 lines
275 B
Protocol Buffer Text Format
type: "dequantize_linear"
|
|
def {
|
|
inputs {
|
|
name: "X"
|
|
}
|
|
inputs {
|
|
name: "Scale"
|
|
}
|
|
inputs {
|
|
name: "ZeroPoint"
|
|
}
|
|
outputs {
|
|
name: "Y"
|
|
}
|
|
attrs {
|
|
name: "bit_length"
|
|
type: INT
|
|
}
|
|
attrs {
|
|
name: "quant_axis"
|
|
type: INT
|
|
}
|
|
}
|
|
extra {
|
|
}
|