Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/
H A Dcl_test.cc33 ClExecutionEnvironment::GetSupportedPrecisions() const { in GetSupportedPrecisions() function in tflite::gpu::cl::ClExecutionEnvironment
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/metal/kernels/
H A Dtest_util.cc44 MetalExecutionEnvironment::GetSupportedPrecisions() const { in GetSupportedPrecisions() function in tflite::gpu::metal::MetalExecutionEnvironment
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
H A Denvironment.cc142 std::vector<CalculationsPrecision> Environment::GetSupportedPrecisions() const { in GetSupportedPrecisions() function in tflite::gpu::cl::Environment