Home
last modified time | relevance | path

Searched refs:InferTriangularSolveShape (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dshape_inference.h120 static StatusOr<Shape> InferTriangularSolveShape(
H A Dhlo_verifier.cc231 ShapeInference::InferTriangularSolveShape( in HandleTriangularSolve()
H A Dshape_inference.cc1963 /* static */ StatusOr<Shape> ShapeInference::InferTriangularSolveShape( in InferTriangularSolveShape() function in xla::ShapeInference
H A Dhlo_parser.cc2061 return ShapeInference::InferTriangularSolveShape( in CreateInstruction()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/
H A Dxla_builder.cc4389 TF_ASSIGN_OR_RETURN(Shape shape, ShapeInference::InferTriangularSolveShape( in TriangularSolve()