Home
last modified time | relevance | path

Searched refs:InferPadShape (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference.h324 static StatusOr<Shape> InferPadShape(const Shape& operand_shape,
Dhlo_creation_utils.cc94 ShapeInference::InferPadShape(operand->shape(), padding_value->shape(), in MakePadHlo()
Dshape_inference_test.cc2114 auto inferred_status = ShapeInference::InferPadShape( in TEST_F()
2123 auto negative_dimension_size = ShapeInference::InferPadShape( in TEST_F()
Dhlo_verifier.cc1348 return CheckShape(pad, ShapeInference::InferPadShape(pad->operand(0)->shape(), in HandlePad()
Dhlo_evaluator_typed_visitor.h1358 ShapeInference::InferPadShape(
Dalgebraic_simplifier_test.cc4303 ShapeInference::InferPadShape(input->shape(), pad_value->shape(), in TEST_P()
4413 ShapeInference::InferPadShape(filter->shape(), pad_value->shape(), in TEST_P()
5733 ShapeInference::InferPadShape(input->shape(), in TEST_P()
Dshape_inference.cc526 /* static */ StatusOr<Shape> ShapeInference::InferPadShape( in InferPadShape() function in xla::ShapeInference
Dhlo_parser.cc2413 return ShapeInference::InferPadShape( in CreateInstruction()
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner_util.cc501 auto padded_concat_shape = ShapeInference::InferPadShape( in PadFromPartialReplicateShape()
Dspmd_partitioner.cc3435 ShapeInference::InferPadShape(sharded_pad->shape(), in HandlePad()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc1154 Shape shape, ShapeInference::InferPadShape( in Pad()