blob: 551ae79cd94ce985dd206d45a4a7ecf6a781abab [file] [log] [blame]
op {
name: "FakeQuantWithMinMaxVarsPerChannel"
input_arg {
name: "inputs"
type: DT_FLOAT
}
input_arg {
name: "min"
type: DT_FLOAT
}
input_arg {
name: "max"
type: DT_FLOAT
}
output_arg {
name: "outputs"
type: DT_FLOAT
}
}
op {
name: "FakeQuantWithMinMaxVarsPerChannel"
input_arg {
name: "inputs"
type: DT_FLOAT
}
input_arg {
name: "min"
type: DT_FLOAT
}
input_arg {
name: "max"
type: DT_FLOAT
}
output_arg {
name: "outputs"
type: DT_FLOAT
}
attr {
name: "num_bits"
type: "int"
default_value {
i: 8
}
}
}
op {
name: "FakeQuantWithMinMaxVarsPerChannel"
input_arg {
name: "inputs"
type: DT_FLOAT
}
input_arg {
name: "min"
type: DT_FLOAT
}
input_arg {
name: "max"
type: DT_FLOAT
}
output_arg {
name: "outputs"
type: DT_FLOAT
}
attr {
name: "num_bits"
type: "int"
default_value {
i: 8
}
}
attr {
name: "narrow_range"
type: "bool"
default_value {
b: false
}
}
}