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.h166 static StatusOr<Shape> InferReduceWindowShape(
169 static StatusOr<Shape> InferReduceWindowShape(const Shape& operand_shape,
172 static StatusOr<Shape> InferReduceWindowShape(
177 static StatusOr<Shape> InferReduceWindowShape(
Dtree_reduction_rewriter.cc80 ShapeInference::InferReduceWindowShape( in HandleReduce()
Dshape_inference.cc2187 /* static */ StatusOr<Shape> ShapeInference::InferReduceWindowShape( in InferReduceWindowShape() function in xla::ShapeInference
2193 return InferReduceWindowShape(operand_shape, init_value_shape, window); in InferReduceWindowShape()
2196 /* static */ StatusOr<Shape> ShapeInference::InferReduceWindowShape( in InferReduceWindowShape() function in xla::ShapeInference
2223 InferReduceWindowShape(*operands[i], *init_values[i], window)); in InferReduceWindowShape()
2234 /* static */ StatusOr<Shape> ShapeInference::InferReduceWindowShape( in InferReduceWindowShape() function in xla::ShapeInference
Dshape_inference_test.cc331 auto inferred_status = ShapeInference::InferReduceWindowShape( in TEST_F()
1118 auto inferred_status = ShapeInference::InferReduceWindowShape( in TEST_F()
1180 auto inferred_status = ShapeInference::InferReduceWindowShape( in TEST_F()
Dhlo_verifier.cc900 reduce_window, ShapeInference::InferReduceWindowShape( in HandleReduceWindow()
Dhlo_evaluator_test.cc2904 ShapeInference::InferReduceWindowShape( in TEST_P()
2955 ShapeInference::InferReduceWindowShape( in TEST_P()
Dspace_to_batch_converter.cc1622 ShapeInference::InferReduceWindowShape( in Propagate()
Dhlo_evaluator_typed_visitor.h1951 ShapeInference::InferReduceWindowShape(
Dhlo_parser.cc1589 return ShapeInference::InferReduceWindowShape( in ParseInstructionRhs()
Dalgebraic_simplifier_test.cc5119 ShapeInference::InferReduceWindowShape( in TEST_P()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc2574 TF_ASSIGN_OR_RETURN(Shape shape, ShapeInference::InferReduceWindowShape( in ReduceWindowWithGeneralPadding()
2619 ShapeInference::InferReduceWindowShape( in ReduceWindowInternal()
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner.cc3122 ShapeInference::InferReduceWindowShape( in HandleReduceWindow()