HomeSort by relevance Sort by last modified time
    Searched full:model_result (Results 1 - 2 of 2) sorted by null

  /external/autotest/client/cros/faft/utils/
firmware_updater.py 213 model_result = self.os_if.run_shell_command_get_output(
215 if model_result:
216 model = model_result[0]
234 model_result = self.os_if.run_shell_command_get_output(
236 if model_result:
237 model = model_result[0]
  /external/libtextclassifier/
text-classifier.cc 1076 std::vector<ClassificationResult> model_result; local
    [all...]

Completed in 522 milliseconds