aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/api_def/python_api/api_def_FakeQuantWithMinMaxArgs.pbtxt
blob: cd14b1367585f6e9fe71a929ec085cea6c10f7ab (plain)
1
2
3
4
5
6
7
8
9
10
op {
  graph_op_name: "FakeQuantWithMinMaxArgs"
  endpoint {
    name: "quantization.fake_quant_with_min_max_args"
  }
  endpoint {
    name: "fake_quant_with_min_max_args"
    deprecation_message: "tf.fake_quant_with_min_max_args is deprecated, please use tf.quantization.fake_quant_with_min_max_args instead."
  }
}