| /external/tensorflow/tensorflow/compiler/xla/tests/ |
| D | convolution_test.cc | 117 Shape filter_shape = ShapeUtil::MakeShapeWithType<T>({1, 1, 1, 2}); in RunTest() local 148 Shape filter_shape = ShapeUtil::MakeShapeWithType<T>({1, 1, 2, 2}); in RunTest() local 186 Shape filter_shape = ShapeUtil::MakeShapeWithType<T>({1, 1, 2, 2}); in RunTest() local 226 Shape filter_shape = ShapeUtil::MakeShapeWithType<T>({1, 1, 3, 3}); in RunTest() local 263 Shape filter_shape = ShapeUtil::MakeShape(F32, filter_dims); in XLA_TEST_F() local 328 Shape filter_shape = ShapeUtil::MakeShapeWithType<T>(filter_dims); in RunTest() local 385 Shape filter_shape = ShapeUtil::MakeShapeWithType<T>(filter_dims); in RunTest() local 449 Shape filter_shape = ShapeUtil::MakeShapeWithType<T>(filter_dims); in RunTest() local 517 Shape filter_shape = ShapeUtil::MakeShapeWithType<T>(filter_dims); in RunTest() local 579 Shape filter_shape = ShapeUtil::MakeShapeWithType<T>(filter_dims); in RunTest() local [all …]
|
| D | convolution_test_1d.cc | 85 Shape filter_shape = ShapeUtil::MakeShapeWithType<T>(filter_dims); in TestImpl() local 207 Shape filter_shape = ShapeUtil::MakeShape(F32, {1, 2, 2}); in XLA_TEST_F() local 237 Shape filter_shape = ShapeUtil::MakeShapeWithType<T>({1, 2, 2}); in RunTest() local 273 Shape filter_shape = ShapeUtil::MakeShape(F32, {1, 2, 2}); in XLA_TEST_F() local 304 Shape filter_shape = ShapeUtil::MakeShape(F32, {1, 2, 2}); in XLA_TEST_F() local 338 Shape filter_shape = ShapeUtil::MakeShapeWithType<T>({1, 2, 2}); in RunTest() local
|
| /external/tensorflow/tensorflow/core/kernels/ |
| D | conv_grad_shape_utils.cc | 55 const TensorShape& filter_shape, const TensorShape& output_shape, in ConvBackpropExtractAndVerifyDimension() 97 const TensorShape& filter_shape, const TensorShape& out_backprop_shape, in ConvBackpropComputeDimensionsV2() 162 const TensorShape& filter_shape, in ConvBackpropComputeDimensions() 175 const TensorShape& filter_shape, in Conv2DBackpropComputeInputShape()
|
| D | winograd_transform.h | 45 virtual const Shape& filter_shape() const { return filter_shape_; } in filter_shape() function
|
| D | conv_grad_filter_ops.cc | 125 TensorShape filter_shape = filter_backprop->shape(); in operator ()() local 332 TensorShape filter_shape; in Compute() local 441 TensorShape filter_shape; in Compute() local 686 TensorShape filter_shape = filter_backprop->shape(); in operator ()() local
|
| D | conv_grad_ops_3d.cc | 231 const TensorShape& filter_shape = filter.shape(); in Compute() local 360 const TensorShape& filter_shape = filter.shape(); in Compute() local 743 TensorShape filter_shape; in Compute() local 881 TensorShape filter_shape; in Compute() local 1265 const TensorShape& filter_shape = filter.shape(); in Compute() local 1650 TensorShape filter_shape; in Compute() local
|
| /external/tensorflow/tensorflow/python/ops/ |
| D | conv2d_benchmark.py | 40 def build_graph(device, dtype, data_format, input_shape, filter_shape, strides, argument 93 def _run_graph(self, device, dtype, data_format, input_shape, filter_shape, argument
|
| /external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
| D | conv_op_helpers.cc | 49 const xla::Shape& filter_shape) { in GroupedFilterShapeForDepthwiseConvolution() 65 xla::XlaOp filter, const xla::Shape& filter_shape, int64_t num_groups, in TransposeFilterForGroupConvolutionBackpropInput() 90 xla::XlaOp ReshapeFilterForDepthwiseConvolution(const xla::Shape& filter_shape, in ReshapeFilterForDepthwiseConvolution() 138 const xla::Shape& filter_shape, const xla::Shape& out_backprop_shape, in ConvBackpropComputeDimensionsV2XlaShapes() 393 const xla::Shape& filter_shape, xla::XlaOp gradients, in MakeXlaBackpropFilterConvOp()
|
| /external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/ |
| D | fully_connected.h | 35 const int8_t* input_data, const RuntimeShape& filter_shape, in FullyConnectedPerChannel() 77 const int16_t* input_data, const RuntimeShape& filter_shape, in FullyConnectedPerChannel() 115 const int8_t* input_data, const RuntimeShape& filter_shape, in FullyConnected() 159 const int16_t* input_data, const RuntimeShape& filter_shape, in FullyConnected()
|
| D | depthwise_conv.h | 27 const int8_t* input_data, const RuntimeShape& filter_shape, in DepthwiseConvPerChannel() 127 const int16_t* input_data, const RuntimeShape& filter_shape, in DepthwiseConvPerChannel() 213 const RuntimeShape& filter_shape, const int8_t* filter_data, in DepthwiseConvHybridPerChannel()
|
| D | conv.h | 29 const int8_t* input_data, const RuntimeShape& filter_shape, in ConvPerChannel() 142 const int16_t* input_data, const RuntimeShape& filter_shape, in ConvPerChannel()
|
| D | transpose_conv.h | 29 const int8_t* input_data, const RuntimeShape& filter_shape, in TransposeConv() 129 const int16_t* input_data, const RuntimeShape& filter_shape, in TransposeConv()
|
| /external/tensorflow/tensorflow/compiler/mlir/quantization/tensorflow/passes/ |
| D | replace_cast_hacks_with_tf_xla_ops.cc | 111 ShapedType filter_shape = filter.getType().template cast<ShapedType>(); in CreateXLAConvOp() local 168 ShapedType filter_shape = filter.getType().template cast<ShapedType>(); in CreateXLAConvOpFromTFConv2DOp() local 188 ShapedType filter_shape = filter.getType().template cast<ShapedType>(); in CreateXLAConvOpFromTFDepthwiseConv2DOp() local
|
| /external/tensorflow/tensorflow/lite/kernels/internal/optimized/integer_ops/ |
| D | depthwise_conv_hybrid.h | 45 const int8* input_data, const RuntimeShape& filter_shape, in DepthwiseConvHybridGeneral() 264 const RuntimeShape& filter_shape, const int8* filter_data, in DepthwiseConvHybridWithRounding() 323 const RuntimeShape& filter_shape, const int8* filter_data, in DepthwiseConvHybridImpl() 381 const RuntimeShape& filter_shape; member 397 const RuntimeShape& filter_shape, const int8* filter_data, in DepthwiseConvHybridPerChannel()
|
| D | fully_connected.h | 34 const InputScalar* input_data, const RuntimeShape& filter_shape, in FullyConnectedPerChannel() 103 const InputScalar* input_data, const RuntimeShape& filter_shape, in FullyConnected()
|
| /external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
| D | depthwiseconv_multithread.h | 82 const RuntimeShape& filter_shape) { in HowManyConvThreads() 123 const RuntimeShape& filter_shape, in DepthwiseConv()
|
| /external/tensorflow/tensorflow/lite/kernels/internal/ |
| D | depthwiseconv_quantized_test.cc | 124 const RuntimeShape& filter_shape, in DispatchDepthwiseConvGeneral() 142 const int8* input_data, const RuntimeShape& filter_shape, in DispatchDepthwiseConvGeneral() 160 const RuntimeShape& filter_shape, in DispatchDepthwiseConvImpl() 363 const RuntimeShape& filter_shape, in DispatchDepthwiseConvImpl() 530 const RuntimeShape& filter_shape, in DispatchDepthwiseConv() 617 const RuntimeShape& filter_shape, std::int32_t filter_offset, in TestOneDepthwiseConvWithGivenOutputShift() 754 const RuntimeShape& filter_shape, std::int32_t filter_offset, in TestOneDepthwiseConvBisectOutputShift() 813 const RuntimeShape& filter_shape, std::int32_t filter_offset, in TestOneDepthwiseConv()
|
| /external/tensorflow/tensorflow/core/grappler/optimizers/ |
| D | remapper_test.cc | 638 auto filter_shape = ops::Placeholder::Shape({1, 1, 3, 128}); in RunTest() local 745 auto filter_shape = Placeholder::Shape({1, 1, 3, 128}); in RunTest() local 899 auto filter_shape = ops::Placeholder::Shape({1, 1, 3, 128}); in RunTest() local 1022 auto filter_shape = ops::Placeholder::Shape({1, 1, 1, 3, 6}); in TEST_F() local 1087 auto filter_shape = ops::Placeholder::Shape({1, 1, 1, 3, 6}); in TEST_F() local 1153 auto filter_shape = ops::Placeholder::Shape({1, 1, 3, 6}); in TEST_F() local 1283 auto filter_shape = ops::Placeholder::Shape({1, 1, 3, 128}); in RunTest() local 1521 auto filter_shape = Placeholder::Shape({3, 3, 3, 128}); in TEST_F() local 1728 auto filter_shape = ops::Placeholder::Shape({1, 1, 3, 128}); in TEST_F() local 1807 auto filter_shape = ops::Placeholder::Shape({1, 1, 3, 128}); in TEST_F() local [all …]
|
| /external/tensorflow/tensorflow/lite/testing/op_tests/ |
| D | conv_bias_activation.py | 75 def add_bias_add(data_input, filter_shape): argument
|
| /external/tensorflow/tensorflow/lite/experimental/mlir/testing/op_tests/ |
| D | conv_bias_activation.py | 79 def add_bias_add(data_input, filter_shape): argument
|
| /external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/ |
| D | fuse_bias_tf.cc | 85 auto filter_shape = in matchAndRewrite() local
|
| /external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
| D | conv.h | 28 const float* input_data, const RuntimeShape& filter_shape, in Conv() 111 const uint8_t* input_data, const RuntimeShape& filter_shape, in Conv() 206 const RuntimeShape& filter_shape, const int8_t* filter_data, in HybridConvPerChannel()
|
| D | transpose_conv.h | 29 const float* input_data, const RuntimeShape& filter_shape, in TransposeConv() 118 const uint8_t* input_data, const RuntimeShape& filter_shape, in TransposeConv()
|
| /external/tensorflow/tensorflow/dtensor/mlir/expansions/ |
| D | conv_spmd_expander.cc | 99 llvm::ArrayRef<int64_t> filter_shape = filter_type.getShape(); in VerifyConvLayout() local 173 auto filter_shape = filter_type.getShape(); in HandleConv() local
|
| /external/tensorflow/tensorflow/compiler/mlir/quantization/tensorflow/utils/ |
| D | tf_to_xla_attribute_utils.cc | 93 ShapedType filter_shape = filter.getType().template cast<ShapedType>(); in PadForDynamicShapedInputSamePadding() local 150 ShapedType filter_shape = filter.getType().template cast<ShapedType>(); in CalculatePaddingAndPadIfNeeded() local
|