Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference.h120 static StatusOr<Shape> InferTriangularSolveShape(
Dhlo_verifier.cc174 ShapeInference::InferTriangularSolveShape( in HandleTriangularSolve()
Dshape_inference.cc1903 /* static */ StatusOr<Shape> ShapeInference::InferTriangularSolveShape( in InferTriangularSolveShape() function in xla::ShapeInference
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc3043 TF_ASSIGN_OR_RETURN(Shape shape, ShapeInference::InferTriangularSolveShape( in TriangularSolve()