Home
last modified time | relevance | path

Searched refs:MatrixSolve (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/
DMatrixSolve.pbtxt2 name: "MatrixSolve"
36 name: "MatrixSolve"
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/
DMatrixSolve.pbtxt2 name: "MatrixSolve"
36 name: "MatrixSolve"
/external/tensorflow/tensorflow/core/api_def/java_api/
Dapi_def_MatrixSolve.pbtxt2 graph_op_name: "MatrixSolve"
/external/tensorflow/tensorflow/core/api_def/python_api/
Dapi_def_MatrixSolve.pbtxt2 graph_op_name: "MatrixSolve"
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_MatrixSolve.pbtxt2 graph_op_name: "MatrixSolve"
/external/tensorflow/tensorflow/core/ops/compat/
Dops_history.v0.pbtxt16146 name: "MatrixSolve"
16171 name: "MatrixSolve"
16203 name: "MatrixSolve"
16235 name: "MatrixSolve"
Dops_history.v2.pbtxt34490 name: "MatrixSolve"
34524 name: "MatrixSolve"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.raw_ops.pbtxt2428 name: "MatrixSolve"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.raw_ops.pbtxt2428 name: "MatrixSolve"
/external/tensorflow/tensorflow/core/ops/
Dops.pbtxt3939 explanation: "Use MatrixSolve instead."
23897 name: "MatrixSolve"
/external/tensorflow/
DRELEASE.md1614 * Added support for MatrixSolve on Cloud TPU / XLA.
/external/tensorflow/tensorflow/go/op/
Dwrappers.go44936 func MatrixSolve(scope *Scope, matrix tf.Output, rhs tf.Output, optional ...MatrixSolveAttr) (outpu… func
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_generated_ops.td7928 def TF_MatrixSolveOp : TF_Op<"MatrixSolve", [NoSideEffect]> {