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