aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/api_def/python_api/api_def_MatrixDiag.pbtxt
blob: 208b37e2979ba5c5dc3ca18abd15b2a13975fec7 (plain)
1
2
3
4
5
6
7
8
9
10
op {
  graph_op_name: "MatrixDiag"
  endpoint {
    name: "linalg.diag"
  }
  endpoint {
    name: "matrix_diag"
    deprecation_message: "tf.matrix_diag is deprecated, please use tf.linalg.diag instead."
  }
}