Searched refs:InferCholeskyShape (Results 1 – 5 of 5) sorted by relevance
126 static StatusOr<Shape> InferCholeskyShape(const Shape& a);
179 TF_ASSIGN_OR_RETURN(const Shape expected, ShapeInference::InferCholeskyShape( in HandleCholesky()
2013 /* static */ StatusOr<Shape> ShapeInference::InferCholeskyShape( in InferCholeskyShape() function in xla::ShapeInference
1731 return ShapeInference::InferCholeskyShape(operands[0]->shape()); in ParseInstructionRhs()
4444 ShapeInference::InferCholeskyShape(*a_shape)); in Cholesky()