Home
last modified time | relevance | path

Searched refs:UseBufferForWeights (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/special/
Dfc_fc_add.cc31 bool UseBufferForWeights(const GpuInfo& gpu_info) { in UseBufferForWeights() function
79 const bool weights_are_buffer = UseBufferForWeights(gpu_info); in GetFCFCAddKernelCode()
178 UseBufferForWeights(gpu_info)); in CreateFCFCAdd()
180 UseBufferForWeights(gpu_info)); in CreateFCFCAdd()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dfully_connected.cc34 bool UseBufferForWeights(const GpuInfo& gpu_info) { in UseBufferForWeights() function
86 const bool weights_are_buffer = UseBufferForWeights(gpu_info); in GetFullyConnectedKernelCode()
161 result.UploadWeights(attr.weights, UseBufferForWeights(gpu_info)); in CreateFullyConnected()