/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/default/ |
D | dw_convolution_selector.cc | 27 const DepthwiseConvolution2DAttributes& attr, const GpuInfo& gpu_info, in SelectDWConvolutionAdreno() 39 const DepthwiseConvolution2DAttributes& attr, const GpuInfo& gpu_info, in SelectDWConvolutionPowerVR() 51 const DepthwiseConvolution2DAttributes& attr, const GpuInfo& gpu_info, in SelectDWConvolutionMali() 68 const DepthwiseConvolution2DAttributes& attr, const GpuInfo& gpu_info, in SelectDWConvolutionApple() 84 const DepthwiseConvolution2DAttributes& attr, const GpuInfo& gpu_info, in SelectDWConvolution()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/special/ |
D | depthwise_conv_plus_1x1_conv.h | 36 const DepthwiseConvolution2DAttributes& dw_attr, 41 const DepthwiseConvolution2DAttributes& dw_attr,
|
D | depthwise_conv_plus_1x1_conv.cc | 27 void UploadWeights(const DepthwiseConvolution2DAttributes& dw_attr, in UploadWeights() 114 const DepthwiseConvolution2DAttributes& dw_attr, in GenerateCode() 235 const DepthwiseConvolution2DAttributes& dw_attr, in IsDepthwiseConvPlus1x1ConvSupported() 255 const DepthwiseConvolution2DAttributes& dw_attr, in CreateDepthwiseConvPlus1x1Conv()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/transformations/ |
D | fuse_mul_to_conv.h | 48 DepthwiseConvolution2DAttributes* attr); 74 DepthwiseConvolution2DAttributes* attr);
|
D | fuse_add_to_conv.cc | 87 DepthwiseConvolution2DAttributes* conv_attr = in ApplyToNodesSequence() 88 absl::any_cast<DepthwiseConvolution2DAttributes>( in ApplyToNodesSequence() 123 DepthwiseConvolution2DAttributes* attr) { in FuseDepthwiseConvolution2DWithAdd()
|
D | fuse_mul_to_conv.cc | 78 DepthwiseConvolution2DAttributes* conv_attr = in ApplyToNodesSequence() 79 absl::any_cast<DepthwiseConvolution2DAttributes>( in ApplyToNodesSequence() 142 DepthwiseConvolution2DAttributes* conv_attr = in ApplyToNodesSequence() 143 absl::any_cast<DepthwiseConvolution2DAttributes>( in ApplyToNodesSequence() 198 DepthwiseConvolution2DAttributes* attr) { in FuseDepthwiseConvolution2DWithMultiply() 274 DepthwiseConvolution2DAttributes* attr) { in FuseMultiplyWithDepthwiseConvolution2D()
|
D | fuse_add_to_conv.h | 42 DepthwiseConvolution2DAttributes* attr);
|
D | add_bias.cc | 79 auto& attr = absl::any_cast<DepthwiseConvolution2DAttributes&>( in ApplyToNode()
|
D | fuse_mul_to_conv_test.cc | 164 DepthwiseConvolution2DAttributes attr; in TEST() 248 DepthwiseConvolution2DAttributes attr; in TEST()
|
D | merge_padding_with.cc | 109 MergePaddingWith2DOperation<DepthwiseConvolution2DAttributes>>( in NewMergePaddingWithDepthwiseConvolution()
|
D | fuse_add_to_conv_test.cc | 113 DepthwiseConvolution2DAttributes attr; in TEST()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/ |
D | depthwise_conv_test_util.cc | 33 DepthwiseConvolution2DAttributes attr; in DepthwiseConvSimpleWeightsTest() 70 DepthwiseConvolution2DAttributes attr; in DepthwiseConvNoMultiplierTest() 107 DepthwiseConvolution2DAttributes attr; in DepthwiseConvMultiplier2Test()
|
D | depthwise_conv_3x3.h | 62 const DepthwiseConvolution2DAttributes& attr); 149 bool IsDepthwiseConv3x3Supported(const DepthwiseConvolution2DAttributes& attr); 153 const DepthwiseConvolution2DAttributes& attr);
|
D | depthwise_conv_3x3_stride_h2.h | 56 const DepthwiseConvolution2DAttributes& attr, const GpuInfo& gpu_info); 145 const DepthwiseConvolution2DAttributes& attr, const GpuInfo& gpu_info); 148 const DepthwiseConvolution2DAttributes& attr);
|
D | depthwise_conv_3x3_test_util.cc | 33 DepthwiseConvolution2DAttributes attr; in DepthwiseConv3x3SimpleWeightsTest() 71 DepthwiseConvolution2DAttributes attr; in DepthwiseConv3x3Test()
|
D | depthwise_conv_3x3_stride_h2.cc | 210 const DepthwiseConvolution2DAttributes& attr, const GpuInfo& gpu_info) { in CreateDepthWiseConv3x3StrideH2() 235 const DepthwiseConvolution2DAttributes& attr) { in IsDepthWiseConv3x3StrideH2Supported()
|
D | depthwise_conv_3x3_stride_h2_test_util.cc | 34 DepthwiseConvolution2DAttributes attr; in DepthWiseConv3x3StrideH2SimpleWeightsTest()
|
D | depthwise_conv.h | 185 const DepthwiseConvolution2DAttributes& attr); 189 const DepthwiseConvolution2DAttributes& attr);
|
D | depthwise_conv_3x3.cc | 302 bool IsDepthwiseConv3x3Supported(const DepthwiseConvolution2DAttributes& attr) { in IsDepthwiseConv3x3Supported() 313 const DepthwiseConvolution2DAttributes& attr) { in CreateDepthwiseConv3x3()
|
D | depthwise_conv.cc | 238 const DepthwiseConvolution2DAttributes& attr) { in CreateDepthwiseConvolution2D() 274 const DepthwiseConvolution2DAttributes& attr) { in CreateDepthwiseConvolution2DDynamicWeights()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/ |
D | depthwise_conv_test.cc | 39 DepthwiseConvolution2DAttributes attr; in TEST() 77 DepthwiseConvolution2DAttributes attr; in TEST() 116 DepthwiseConvolution2DAttributes attr; in TEST()
|
D | depthwise_conv.cc | 46 absl::any_cast<const DepthwiseConvolution2DAttributes&>(ctx.op_attr); in GenerateCode()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/ |
D | dw_convolution_selector.h | 29 const DepthwiseConvolution2DAttributes& attr, const GpuInfo& gpu_info,
|
D | simple_selectors.h | 59 const DepthwiseConvolution2DAttributes& attr, const GpuInfo& gpu_info,
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
D | operations.h | 325 struct DepthwiseConvolution2DAttributes : public Convolution2DAttributes {}; struct 331 const DepthwiseConvolution2DAttributes& attr); 341 const DepthwiseConvolution2DAttributes& attr);
|