Home
last modified time | relevance | path

Searched defs:MatrixSolveOp (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dmatrix_solve_op.cc25 class MatrixSolveOp : public XlaOpKernel { class
27 explicit MatrixSolveOp(OpKernelConstruction* ctx) : XlaOpKernel(ctx) { in MatrixSolveOp() function in tensorflow::__anon3819edf80111::MatrixSolveOp
/external/tensorflow/tensorflow/core/kernels/linalg/
Dmatrix_solve_op.cc45 class MatrixSolveOp : public LinearAlgebraOp<Scalar> { class
49 explicit MatrixSolveOp(OpKernelConstruction* context) : Base(context) { in MatrixSolveOp() function in tensorflow::MatrixSolveOp