Home
last modified time | relevance | path

Searched refs:IsBatchSupported (Results 1 – 24 of 24) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dresize.cc43 if (op_def.IsBatchSupported()) { in GetResizeCode()
48 if (op_def.IsBatchSupported()) { in GetResizeCode()
61 if (op_def.IsBatchSupported()) { in GetResizeCode()
93 if (op_def.IsBatchSupported()) { in GetResizeCode()
117 if (op_def.IsBatchSupported()) { in GetResizeCode()
178 if (op_def.IsBatchSupported()) { in GetResize3DCode()
183 if (op_def.IsBatchSupported()) { in GetResize3DCode()
200 if (op_def.IsBatchSupported()) { in GetResize3DCode()
239 if (op_def.IsBatchSupported()) { in GetResize3DCode()
255 if (op_def.IsBatchSupported()) { in GetResize3DCode()
Dpooling.cc32 if (op_def.IsBatchSupported()) { in GetAveragePoolingKernelCode()
37 if (op_def.IsBatchSupported()) { in GetAveragePoolingKernelCode()
98 if (op_def.IsBatchSupported()) { in GetAveragePoolingKernelCode()
116 if (op_def.IsBatchSupported()) { in GetAveragePoolingKernelCode()
149 if (op_def.IsBatchSupported()) { in GetMaxPoolingKernelCode()
154 if (op_def.IsBatchSupported()) { in GetMaxPoolingKernelCode()
160 if (op_def.IsBatchSupported()) { in GetMaxPoolingKernelCode()
220 if (op_def.IsBatchSupported()) { in GetMaxPoolingKernelCode()
232 if (op_def.IsBatchSupported()) { in GetMaxPoolingKernelCode()
298 definition.IsBatchSupported() && attr.strides.w != 1; in CreatePooling()
[all …]
Dconvolution_transposed_4x4.cc76 if (op_def.IsBatchSupported()) { in GenerateConvolutionTransposedCode()
82 if (op_def.IsBatchSupported()) { in GenerateConvolutionTransposedCode()
149 op_def.IsBatchSupported() ? "args.dst_tensor.Batch()" : "1"; in GenerateConvolutionTransposedCode()
177 if (op_def.IsBatchSupported()) { in GenerateConvolutionTransposedCode()
186 if (op_def.IsBatchSupported()) { in GenerateConvolutionTransposedCode()
335 if (op_def.IsBatchSupported()) { in GenerateConvolutionTransposedCode()
345 if (op_def.IsBatchSupported()) { in GenerateConvolutionTransposedCode()
Ddepthwise_conv.cc74 if (op_def.IsBatchSupported()) { in GenerateDepthwiseConvolutionCode()
83 if (op_def.IsBatchSupported()) { in GenerateDepthwiseConvolutionCode()
112 if (op_def.IsBatchSupported()) { in GenerateDepthwiseConvolutionCode()
189 op_def.IsBatchSupported() ? "args.dilation_x * args.src_tensor.Batch()" in GenerateDepthwiseConvolutionCode()
254 definition.IsBatchSupported() && attr.strides.w != 1; in CreateDepthwiseConvolution2D()
283 definition.IsBatchSupported() && attr.strides.w != 1; in CreateDepthwiseConvolution2DDynamicWeights()
322 definition.IsBatchSupported() && attr.strides.w != 1; in CreateDepthwiseConvolution3D()
Dsoftmax.cc69 if (definition.IsBatchSupported()) { in CreateSoftmax()
74 if (definition.IsBatchSupported()) { in CreateSoftmax()
Dconv_constants.cc104 if (op_def.IsBatchSupported()) { in GenerateConvolutionConstantCode()
110 if (op_def.IsBatchSupported()) { in GenerateConvolutionConstantCode()
134 if (op_def.IsBatchSupported()) { in GenerateConvolutionConstantCode()
171 op_def.IsBatchSupported() ? "args.dilation_x * args.src_tensor.Batch()" in GenerateConvolutionConstantCode()
283 definition.IsBatchSupported() && attr.strides.w != 1; in CreateConvConstants()
Dmax_unpooling.cc30 if (op_def.IsBatchSupported()) { in GetMaxUnpoolingKernelCode()
36 if (op_def.IsBatchSupported()) { in GetMaxUnpoolingKernelCode()
41 if (op_def.IsBatchSupported()) { in GetMaxUnpoolingKernelCode()
Dconcat_z.cc129 if (definition.IsBatchSupported()) { in CreateConcatZ()
135 if (definition.IsBatchSupported()) { in CreateConcatZ()
Dconvolution_transposed_3x3.cc61 if (op_def.IsBatchSupported()) { in GenerateConvolutionTransposedCode()
67 if (op_def.IsBatchSupported()) { in GenerateConvolutionTransposedCode()
135 op_def.IsBatchSupported() ? "args.dst_tensor.Batch()" : "1"; in GenerateConvolutionTransposedCode()
154 if (op_def.IsBatchSupported()) { in GenerateConvolutionTransposedCode()
Dadd.cc39 if (definition.IsBatchSupported()) { in CreateAdd()
Dspace_to_depth.cc31 if (op_def.IsBatchSupported()) { in GetSpaceToDepthCode()
Dsoftmax1x1.cc51 if (op_def.IsBatchSupported()) { in GetSoftmaxKernelCode()
Dconv_metal.cc997 definition.IsBatchSupported() && attr.strides.w != 1; in CreateConvolutionMetal()
1001 if (definition.IsBatchSupported()) { in CreateConvolutionMetal()
1006 if (definition.IsBatchSupported()) { in CreateConvolutionMetal()
1126 if (definition.IsBatchSupported()) { in CreateConvolutionMetalWino4x4To6x6()
1131 if (definition.IsBatchSupported()) { in CreateConvolutionMetalWino4x4To6x6()
Dconvolution_transposed_thin.cc79 if (op_def.IsBatchSupported()) { in GenerateConvolutionTransposedCode()
Dconv_buffer_1x1.cc171 if (op_def.IsBatchSupported()) { in GenerateConvBuffer1x1()
190 if (op_def.IsBatchSupported()) { in GenerateConvBuffer1x1()
Dconvolution_transposed_3x3_thin.cc87 if (op_def.IsBatchSupported()) { in GenerateConvolutionTransposedCode()
Delementwise.cc309 if (definition.IsBatchSupported()) { in CreateElementwiseTwoInput()
Dconv_powervr.cc248 definition_.IsBatchSupported() && stride_.x != 1; in GenerateCode()
343 if (op_def.IsBatchSupported()) { in GenerateConv()
405 if (op_def.IsBatchSupported()) { in GenerateConv()
Dconvolution_transposed.cc247 if (op_def.IsBatchSupported()) { in GenerateConvolutionTransposedCode()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/default/
Dfully_connected_selector.cc30 if (op_def.IsBatchSupported()) { in SelectFullyConnectedGeneric()
43 if (op_def.IsBatchSupported()) { in SelectFullyConnectedAdreno()
56 if (op_def.IsBatchSupported()) { in SelectFullyConnectedPowerVR()
68 if (op_def.IsBatchSupported()) { in SelectFullyConnectedMali()
88 if (op_def.IsBatchSupported() && IsConvolutionMetalSupported(op_def)) { in SelectFullyConnected()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/
Dcl_test.cc61 if (src_shape.b != 1 && !op_def.IsBatchSupported()) { in ExecuteGPUOperation()
74 if (dst_shape.b != 1 && !op_def.IsBatchSupported()) { in ExecuteGPUOperation()
109 if (src_shape.b != 1 && !op_def.IsBatchSupported()) { in ExecuteGPUOperation()
122 if (dst_shape.b != 1 && !op_def.IsBatchSupported()) { in ExecuteGPUOperation()
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/kernels/
Dtest_util.cc72 if (src_shape.b != 1 && !op_def.IsBatchSupported()) { in ExecuteGPUOperation()
84 if (dst_shape.b != 1 && !op_def.IsBatchSupported()) { in ExecuteGPUOperation()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dgpu_operation.cc61 bool OperationDef::IsBatchSupported() const { in IsBatchSupported() function in tflite::gpu::OperationDef
190 if (definition_.IsBatchSupported()) { in AssembleCode()
198 if (definition_.IsBatchSupported()) { in AssembleCode()
Dgpu_operation.h84 bool IsBatchSupported() const;