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