Searched defs:GetSupportedStorages (Results 1 – 4 of 4) sorted by relevance
37 std::vector<TensorStorageType> ClExecutionEnvironment::GetSupportedStorages( in GetSupportedStorages() function in tflite::gpu::cl::ClExecutionEnvironment
49 std::vector<TensorStorageType> MetalExecutionEnvironment::GetSupportedStorages( in GetSupportedStorages() function in tflite::gpu::metal::MetalExecutionEnvironment
34 std::set<TensorStorageType> GetSupportedStorages(const GpuInfo& gpu_info) { in GetSupportedStorages() function
158 std::vector<TensorStorageType> Environment::GetSupportedStorages() const { in GetSupportedStorages() function in tflite::gpu::cl::Environment