Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/cl/testing/
Dperformance_profiling.cc48 create_info.storage_type = GetFastestStorageType(env.device().GetInfo()); in RunPredefinedLayoutSample()
92 create_info.storage_type = GetFastestStorageType(env.device().GetInfo()); in RunExternalImmutableSample()
144 create_info.storage_type = GetFastestStorageType(env.device().GetInfo()); in RunSerializedTest()
289 create_info.storage_type = GetFastestStorageType(env.device().GetInfo()); in RunModelSample()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Denvironment.h78 TensorStorageType GetFastestStorageType(const GpuInfo& gpu_info);
Denvironment.cc188 TensorStorageType GetFastestStorageType(const GpuInfo& gpu_info) { in GetFastestStorageType() function
Dapi.cc643 preferred_storage_types = {GetFastestStorageType(env.device().GetInfo()), in GetStorageTypeFromOptions()
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
Dmetal_spatial_tensor.h122 TensorStorageType GetFastestStorageType(const GpuInfo& gpu_info);
Dmetal_spatial_tensor.cc411 TensorStorageType GetFastestStorageType(const GpuInfo& gpu_info) { in GetFastestStorageType() function
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/benchmarking/
Dmain.mm138 create_info.storage_type = GetFastestStorageType(gpu_info);
205 create_info.storage_type = GetFastestStorageType(gpu_info);
271 create_info.storage_type = GetFastestStorageType(gpu_info);
/external/tensorflow/tensorflow/lite/delegates/gpu/
Dmetal_delegate.mm361 create_info.storage_type = GetFastestStorageType(gpu_info);