Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference.h122 static StatusOr<Shape> InferTriangularSolveShape(
Dhlo_verifier.cc171 ShapeInference::InferTriangularSolveShape( in HandleTriangularSolve()
Dshape_inference.cc1962 /* static */ StatusOr<Shape> ShapeInference::InferTriangularSolveShape( in InferTriangularSolveShape() function in xla::ShapeInference
Dhlo_parser.cc1689 return ShapeInference::InferTriangularSolveShape( in ParseInstructionRhs()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc4433 TF_ASSIGN_OR_RETURN(Shape shape, ShapeInference::InferTriangularSolveShape( in TriangularSolve()