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