Home
last modified time | relevance | path

Searched defs:compute_settings (Results 1 – 2 of 2) sorted by relevance

/external/tflite-support/tensorflow_lite_support/cc/port/default/
Dtflite_wrapper.cc27 const tflite::proto::ComputeSettings& compute_settings) { in InitializeWithFallback()
/external/tflite-support/tensorflow_lite_support/cc/task/core/
Dtflite_engine.cc209 tflite::proto::ComputeSettings compute_settings; in InitInterpreter() local
230 const tflite::proto::ComputeSettings& compute_settings, int num_threads) { in InitInterpreter()