Searched refs:InferConvolveShape (Results 1 – 11 of 11) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | cudnn_conv_rewriter_test.cc | 110 ShapeInference::InferConvolveShape( in TEST_F() 150 ShapeInference::InferConvolveShape( in TEST_F() 295 conv->shape(), ShapeInference::InferConvolveShape( in TEST_F() 340 ShapeInference::InferConvolveShape(output->shape(), kernel->shape(), in TEST_F() 374 ShapeInference::InferConvolveShape( in TEST_F() 431 conv->shape(), ShapeInference::InferConvolveShape( in TEST_F() 481 conv->shape(), ShapeInference::InferConvolveShape( in TEST_F() 535 conv->shape(), ShapeInference::InferConvolveShape( in TEST_F() 590 conv->shape(), ShapeInference::InferConvolveShape( in TEST_F()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | transpose_folding_test.cc | 242 StatusOr<Shape> conv_shape = ShapeInference::InferConvolveShape( in TEST_F() 298 StatusOr<Shape> conv_shape = ShapeInference::InferConvolveShape( in TEST_F() 359 StatusOr<Shape> conv_shape = ShapeInference::InferConvolveShape( in TEST_F() 426 StatusOr<Shape> conv_shape = ShapeInference::InferConvolveShape( in TEST_F()
|
D | shape_inference.h | 110 static StatusOr<Shape> InferConvolveShape(
|
D | hlo_creation_utils.cc | 89 ShapeInference::InferConvolveShape( in MakeConvolveHlo()
|
D | shape_inference_test.cc | 426 auto inferred_status = ShapeInference::InferConvolveShape( in TEST_F() 472 auto inferred_status = ShapeInference::InferConvolveShape( in TEST_F() 518 auto inferred_status = ShapeInference::InferConvolveShape( in TEST_F() 557 auto inferred_status = ShapeInference::InferConvolveShape( in TEST_F()
|
D | hlo_verifier.cc | 157 ShapeInference::InferConvolveShape( in HandleConvolution()
|
D | shape_inference.cc | 1571 /* static */ StatusOr<Shape> ShapeInference::InferConvolveShape( in InferConvolveShape() function in xla::ShapeInference
|
D | algebraic_simplifier_test.cc | 3124 ShapeInference::InferConvolveShape(lhs_pad->shape(), filter->shape(), in TEST_P() 3241 ShapeInference::InferConvolveShape(input->shape(), rhs_pad->shape(), in TEST_P()
|
D | hlo_evaluator_typed_visitor.h | 1038 ShapeInference::InferConvolveShape( in HandleConvolution()
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | reference_util.cc | 532 ShapeInference::InferConvolveShape( in ConvArray4DGeneralDimensionsDilated()
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | xla_builder.cc | 1192 Shape shape, ShapeInference::InferConvolveShape( in ConvGeneralDilated()
|