| /external/tensorflow/tensorflow/compiler/xla/tests/ |
| D | convolution_test.cc | 122 Shape filter_shape = ShapeUtil::MakeShapeWithType<T>({1, 1, 1, 2}); in RunTest() local 153 Shape filter_shape = ShapeUtil::MakeShapeWithType<T>({1, 1, 2, 2}); in RunTest() local 191 Shape filter_shape = ShapeUtil::MakeShapeWithType<T>({1, 1, 2, 2}); in RunTest() local 231 Shape filter_shape = ShapeUtil::MakeShapeWithType<T>({1, 1, 3, 3}); in RunTest() local 268 Shape filter_shape = ShapeUtil::MakeShape(F32, filter_dims); in XLA_TEST_F() local 334 Shape filter_shape = ShapeUtil::MakeShapeWithType<T>(filter_dims); in RunTest() local 393 Shape filter_shape = ShapeUtil::MakeShapeWithType<T>(filter_dims); in RunTest() local 459 Shape filter_shape = ShapeUtil::MakeShapeWithType<T>(filter_dims); in RunTest() local 529 Shape filter_shape = ShapeUtil::MakeShapeWithType<T>(filter_dims); in RunTest() local 593 Shape filter_shape = ShapeUtil::MakeShapeWithType<T>(filter_dims); in RunTest() local [all …]
|
| D | convolution_test_1d.cc | 87 Shape filter_shape = ShapeUtil::MakeShapeWithType<T>(filter_dims); in TestImpl() local 211 Shape filter_shape = ShapeUtil::MakeShape(F32, {1, 2, 2}); in XLA_TEST_F() local 241 Shape filter_shape = ShapeUtil::MakeShapeWithType<T>({1, 2, 2}); in RunTest() local 277 Shape filter_shape = ShapeUtil::MakeShape(F32, {1, 2, 2}); in XLA_TEST_F() local 308 Shape filter_shape = ShapeUtil::MakeShape(F32, {1, 2, 2}); in XLA_TEST_F() local 342 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 | 124 TensorShape filter_shape = filter_backprop->shape(); in operator ()() local 331 TensorShape filter_shape; in Compute() local 440 TensorShape filter_shape; in Compute() local 684 TensorShape filter_shape = filter_backprop->shape(); in operator ()() local
|
| D | conv_grad_ops_3d.cc | 229 const TensorShape& filter_shape = filter.shape(); in Compute() local 358 const TensorShape& filter_shape = filter.shape(); in Compute() local 741 TensorShape filter_shape; in Compute() local 875 TensorShape filter_shape; in Compute() local 1254 const TensorShape& filter_shape = filter.shape(); in Compute() local 1803 TensorShape filter_shape; in Compute() local
|
| /external/tensorflow/tensorflow/python/ops/ |
| D | conv2d_benchmark.py | 44 def build_graph(device, dtype, data_format, input_shape, filter_shape, strides, argument 97 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/optimized/integer_ops/ |
| D | depthwise_conv_hybrid.h | 43 const int8* input_data, const RuntimeShape& filter_shape, in DepthwiseConvHybridGeneral() 262 const RuntimeShape& filter_shape, const int8* filter_data, in DepthwiseConvHybridWithRounding() 321 const RuntimeShape& filter_shape, const int8* filter_data, in DepthwiseConvHybridImpl() 379 const RuntimeShape& filter_shape; member 395 const RuntimeShape& filter_shape, const int8* filter_data, in DepthwiseConvHybridPerChannel()
|
| D | fully_connected.h | 32 const int8* input_data, const RuntimeShape& filter_shape, in FullyConnected()
|
| D | conv.h | 34 const int8* input_data, const RuntimeShape& filter_shape, in ConvPerChannel()
|
| /external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/ |
| D | fully_connected.h | 25 const int8_t* input_data, const RuntimeShape& filter_shape, in FullyConnected() 67 const int16_t* input_data, const RuntimeShape& filter_shape, in FullyConnected()
|
| D | depthwise_conv.h | 25 const int8_t* input_data, const RuntimeShape& filter_shape, in DepthwiseConvPerChannel() 125 const int16_t* input_data, const RuntimeShape& filter_shape, in DepthwiseConvPerChannel() 211 const RuntimeShape& filter_shape, const int8_t* filter_data, in DepthwiseConvHybridPerChannel()
|
| D | conv.h | 27 const int8_t* input_data, const RuntimeShape& filter_shape, in ConvPerChannel() 132 const int16_t* input_data, const RuntimeShape& filter_shape, in ConvPerChannel()
|
| D | transpose_conv.h | 27 const int8_t* input_data, const RuntimeShape& filter_shape, in TransposeConv() 126 const int16_t* input_data, const RuntimeShape& filter_shape, in TransposeConv()
|
| /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/lite/kernels/internal/optimized/ |
| D | depthwiseconv_multithread.h | 80 const RuntimeShape& filter_shape) { in HowManyConvThreads() 121 const RuntimeShape& filter_shape, in DepthwiseConv()
|
| /external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
| D | conv.h | 26 const float* input_data, const RuntimeShape& filter_shape, in Conv() 102 const uint8_t* input_data, const RuntimeShape& filter_shape, in Conv() 190 const RuntimeShape& filter_shape, const int8_t* filter_data, in HybridConvPerChannel()
|
| D | transpose_conv.h | 27 const float* input_data, const RuntimeShape& filter_shape, in TransposeConv() 116 const uint8_t* input_data, const RuntimeShape& filter_shape, in TransposeConv()
|
| D | depthwiseconv_float.h | 27 const float* input_data, const RuntimeShape& filter_shape, in DepthwiseConv()
|
| /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/python/kernel_tests/ |
| D | cudnn_deterministic_base.py | 74 def _random_out_op(self, in_shape, filter_shape, strides, padding): argument
|
| /external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/ |
| D | fuse_bias_tf.cc | 85 auto filter_shape = in matchAndRewrite() local
|
| /external/tensorflow/tensorflow/core/grappler/optimizers/ |
| D | remapper_test.cc | 337 auto filter_shape = ops::Placeholder::Shape({1, 1, 3, 128}); in TEST_F() local 548 auto filter_shape = Placeholder::Shape({3, 3, 3, 128}); in TEST_F() local 619 auto filter_shape = Placeholder::Shape({1, 1, 3, 128}); in TEST_F() local 826 auto filter_shape = ops::Placeholder::Shape({1, 1, 3, 128}); in TEST_F() local 905 auto filter_shape = ops::Placeholder::Shape({1, 1, 3, 128}); in TEST_F() local 1009 auto filter_shape = ops::Placeholder::Shape({1, 1, 3, 128}); in TEST_F() local
|
| D | mkl_remapper_test.cc | 60 auto filter_shape = ops::Placeholder::Shape({1, 1, 3, 128}); in FuseConv2DWithBiasAndAddNOrAdd() local 456 auto filter_shape = ops::Placeholder::Shape({32, 8}); in TEST_F() local
|