aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/api_def/python_api/api_def_MatrixBandPart.pbtxt
blob: bad2f03f32ee67c5307aba3e91a7bc8cf6763121 (plain)
1
2
3
4
5
6
7
8
9
10
op {
  graph_op_name: "MatrixBandPart"
  endpoint {
    name: "linalg.band_part"
  }
  endpoint {
    name: "matrix_band_part"
    deprecation_message: "tf.matrix_band_part is deprecated, please use tf.linalg.band_part instead."
  }
}