Home
last modified time | relevance | path

Searched defs:GetSupportedPrecisions (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/metal/kernels/
Dtest_util.cc43 MetalExecutionEnvironment::GetSupportedPrecisions() const { in GetSupportedPrecisions() function in tflite::gpu::metal::MetalExecutionEnvironment
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/
Dcl_test.cc28 ClExecutionEnvironment::GetSupportedPrecisions() const { in GetSupportedPrecisions() function in tflite::gpu::cl::ClExecutionEnvironment
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Denvironment.cc141 std::vector<CalculationsPrecision> Environment::GetSupportedPrecisions() const { in GetSupportedPrecisions() function in tflite::gpu::cl::Environment