Home
last modified time | relevance | path

Searched refs:InferReduceWindowShape (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference.h158 static StatusOr<Shape> InferReduceWindowShape(
Dhlo_verifier.cc625 ShapeInference::InferReduceWindowShape( in HandleReduceWindow()
Dshape_inference.cc2112 /* static */ StatusOr<Shape> ShapeInference::InferReduceWindowShape( in InferReduceWindowShape() function in xla::ShapeInference
Dshape_inference_test.cc319 auto inferred_status = ShapeInference::InferReduceWindowShape( in TEST_F()
Dhlo_evaluator_typed_visitor.h1967 ShapeInference::InferReduceWindowShape( in HandleReduceWindow()
Dalgebraic_simplifier_test.cc4262 ShapeInference::InferReduceWindowShape( in TEST_P()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc2034 TF_ASSIGN_OR_RETURN(Shape shape, ShapeInference::InferReduceWindowShape( in ReduceWindowWithGeneralPadding()