Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference.h197 static StatusOr<Shape> InferReduceWindowShape(
200 static StatusOr<Shape> InferReduceWindowShape(const Shape& operand_shape,
203 static StatusOr<Shape> InferReduceWindowShape(
208 static StatusOr<Shape> InferReduceWindowShape(
Dtree_reduction_rewriter.cc94 ShapeInference::InferReduceWindowShape( in HandleReduce()
Dshape_inference.cc2293 /* static */ StatusOr<Shape> ShapeInference::InferReduceWindowShape( in InferReduceWindowShape() function in xla::ShapeInference
2299 return InferReduceWindowShape(operand_shape, init_value_shape, window); in InferReduceWindowShape()
2302 /* static */ StatusOr<Shape> ShapeInference::InferReduceWindowShape( in InferReduceWindowShape() function in xla::ShapeInference
2332 InferReduceWindowShape(*operands[i], *init_values[i], window)); in InferReduceWindowShape()
2343 /* static */ StatusOr<Shape> ShapeInference::InferReduceWindowShape( in InferReduceWindowShape() function in xla::ShapeInference
Dshape_inference_test.cc333 auto inferred_status = ShapeInference::InferReduceWindowShape( in TEST_F()
1153 auto inferred_status = ShapeInference::InferReduceWindowShape( in TEST_F()
1215 auto inferred_status = ShapeInference::InferReduceWindowShape( in TEST_F()
Dhlo_evaluator_test.cc2942 ShapeInference::InferReduceWindowShape( in TEST_P()
2993 ShapeInference::InferReduceWindowShape( in TEST_P()
Dhlo_verifier.cc1270 reduce_window, ShapeInference::InferReduceWindowShape( in HandleReduceWindow()
Dhlo_evaluator_typed_visitor.h1764 ShapeInference::InferReduceWindowShape(
Dspace_to_batch_converter.cc2259 ShapeInference::InferReduceWindowShape( in Propagate()
Dhlo_parser.cc1967 return ShapeInference::InferReduceWindowShape( in CreateInstruction()
Dalgebraic_simplifier_test.cc5759 ShapeInference::InferReduceWindowShape( in TEST_P()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc2728 TF_ASSIGN_OR_RETURN(Shape shape, ShapeInference::InferReduceWindowShape( in ReduceWindowWithGeneralPadding()
2773 ShapeInference::InferReduceWindowShape( in ReduceWindowInternal()
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner.cc3925 ShapeInference::InferReduceWindowShape( in HandleReduceWindow()