Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Denvironment.h78 TensorStorageType GetFastestStorageType(const GpuInfo& gpu_info);
Denvironment.cc187 TensorStorageType GetFastestStorageType(const GpuInfo& gpu_info) { in GetFastestStorageType() function
Dapi.cc631 preferred_storage_types = {GetFastestStorageType(env.device().GetInfo()), in GetStorageTypeFromOptions()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/testing/
Dperformance_profiling.cc46 create_info.storage_type = GetFastestStorageType(env.device().GetInfo()); in RunModelSample()