Home
last modified time | relevance | path

Searched refs:IsSquareMatrix (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/linalg/
Dlinalg_ops_common.cc49 OP_REQUIRES(context, TensorShapeUtils::IsSquareMatrix(input_matrix_shapes[0]), in ValidateSingleSquareMatrix()
78 context, TensorShapeUtils::IsSquareMatrix(input_matrix_shapes[0]), in ValidateSquareSolver()
Dcholesky_grad.cc51 TensorShapeUtils::IsSquareMatrix(input_matrix_shapes[0]), in ValidateInputMatrixShapes()
Dlu_op.cc88 OP_REQUIRES(context, TensorShapeUtils::IsSquareMatrix(input_matrix_shape), in Compute()
/external/tensorflow/tensorflow/core/framework/
Dtensor_shape.h469 static bool IsSquareMatrix(const TensorShape& shape) { in IsSquareMatrix() function