Searched defs:GetSupportedPrecisions (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/kernels/ | ||
D | test_util.cc | 43 MetalExecutionEnvironment::GetSupportedPrecisions() const { in GetSupportedPrecisions() function in tflite::gpu::metal::MetalExecutionEnvironment |
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/ | ||
D | cl_test.cc | 28 ClExecutionEnvironment::GetSupportedPrecisions() const { in GetSupportedPrecisions() function in tflite::gpu::cl::ClExecutionEnvironment |
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ | ||
D | environment.cc | 141 std::vector<CalculationsPrecision> Environment::GetSupportedPrecisions() const { in GetSupportedPrecisions() function in tflite::gpu::cl::Environment |