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