Home
last modified time | relevance | path

Searched refs:ValidateSolver (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/linalg/
H A Dmatrix_solve_ls_op_impl.h56 Base::ValidateSolver(context, input_matrix_shapes); in ValidateInputMatrixShapes()
H A Dlinalg_ops_common.h71 static void ValidateSolver(OpKernelContext* context,
H A Dlinalg_ops_common.cc58 void LinearAlgebraOp<InputScalar, OutputScalar>::ValidateSolver( in ValidateSolver() function in tensorflow::LinearAlgebraOp