Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference.h264 static StatusOr<Shape> InferPadShape(const Shape& operand_shape,
Dhlo_creation_utils.cc64 ShapeInference::InferPadShape(operand->shape(), padding_value->shape(), in MakePadHlo()
Dhlo_verifier.cc690 return CheckShape(pad, ShapeInference::InferPadShape(pad->operand(0)->shape(), in HandlePad()
Dshape_inference_test.cc1433 auto inferred_status = ShapeInference::InferPadShape( in TEST_F()
1442 auto negative_dimension_size = ShapeInference::InferPadShape( in TEST_F()
Dalgebraic_simplifier_test.cc3107 ShapeInference::InferPadShape(input->shape(), pad_value->shape(), in TEST_P()
3215 ShapeInference::InferPadShape(filter->shape(), pad_value->shape(), in TEST_P()
4236 ShapeInference::InferPadShape(input->shape(), in TEST_P()
Dshape_inference.cc484 /* static */ StatusOr<Shape> ShapeInference::InferPadShape( in InferPadShape() function in xla::ShapeInference
Dhlo_evaluator_typed_visitor.h1397 ShapeInference::InferPadShape( in HandlePad()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc880 Shape shape, ShapeInference::InferPadShape( in Pad()