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.h293 static StatusOr<Shape> InferPadShape(const Shape& operand_shape,
Dhlo_creation_utils.cc75 ShapeInference::InferPadShape(operand->shape(), padding_value->shape(), in MakePadHlo()
Dshape_inference_test.cc2082 auto inferred_status = ShapeInference::InferPadShape( in TEST_F()
2091 auto negative_dimension_size = ShapeInference::InferPadShape( in TEST_F()
Dhlo_verifier.cc978 return CheckShape(pad, ShapeInference::InferPadShape(pad->operand(0)->shape(), in HandlePad()
Dalgebraic_simplifier_test.cc3867 ShapeInference::InferPadShape(input->shape(), pad_value->shape(), in TEST_P()
3977 ShapeInference::InferPadShape(filter->shape(), pad_value->shape(), in TEST_P()
5093 ShapeInference::InferPadShape(input->shape(), in TEST_P()
Dshape_inference.cc529 /* static */ StatusOr<Shape> ShapeInference::InferPadShape( in InferPadShape() function in xla::ShapeInference
Dhlo_evaluator_typed_visitor.h1541 ShapeInference::InferPadShape(
Dhlo_parser.cc2061 return ShapeInference::InferPadShape( in ParseInstructionRhs()
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner_util.cc585 auto padded_concat_shape = ShapeInference::InferPadShape( in PadFromPartialReplicateShape()
Dspmd_partitioner.cc2666 ShapeInference::InferPadShape(sharded_pad->shape(), in HandlePad()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc1087 Shape shape, ShapeInference::InferPadShape( in Pad()