Home
last modified time | relevance | path

Searched refs:local_mem_uploads_ (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Ddepthwise_conv_3x3.cc31 : GPUOperation(definition), local_mem_uploads_(local_mem_uploads) { in DepthwiseConv3x3()
34 local_mem_uploads_); in DepthwiseConv3x3()
44 local_mem_uploads_(operation.local_mem_uploads_) {} in DepthwiseConv3x3()
48 std::swap(local_mem_uploads_, operation.local_mem_uploads_); in operator =()
294 if (local_mem_uploads_) { in GetPossibleKernelWorkGroups()
Ddepthwise_conv_3x3_stride_h2.cc200 if (local_mem_uploads_) { in GetPossibleKernelWorkGroups()
216 desc.local_mem_uploads_ = weights_are_buffer && gpu_info.IsPowerVR(); in CreateDepthWiseConv3x3StrideH2()
219 desc.local_mem_uploads_); in CreateDepthWiseConv3x3StrideH2()
Ddepthwise_conv_3x3_stride_h2.h67 bool local_mem_uploads_; variable
Ddepthwise_conv_3x3.h73 bool local_mem_uploads_; variable