Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/linalg/
H A Dlinalg_ops_common.h75 static void ValidateSquareSolver(OpKernelContext* context,
H A Dlinalg_ops_common.cc75 void LinearAlgebraOp<InputScalar, OutputScalar>::ValidateSquareSolver( in ValidateSquareSolver() function in tensorflow::LinearAlgebraOp
H A Dmatrix_solve_op.cc56 Base::ValidateSquareSolver(context, input_matrix_shapes); in ValidateInputMatrixShapes()