Searched refs:IsSquareMatrix (Results 1 – 4 of 4) sorted by relevance
49 OP_REQUIRES(context, TensorShapeUtils::IsSquareMatrix(input_matrix_shapes[0]), in ValidateSingleSquareMatrix()78 context, TensorShapeUtils::IsSquareMatrix(input_matrix_shapes[0]), in ValidateSquareSolver()
51 TensorShapeUtils::IsSquareMatrix(input_matrix_shapes[0]), in ValidateInputMatrixShapes()
88 OP_REQUIRES(context, TensorShapeUtils::IsSquareMatrix(input_matrix_shape), in Compute()
469 static bool IsSquareMatrix(const TensorShape& shape) { in IsSquareMatrix() function