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