Home
last modified time | relevance | path

Searched refs:model_file_name (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/examples/ios/camera/
DCameraExampleViewController.mm43 NSString* model_file_name = @"mobilenet_v1_1.0_224";
45 NSString* model_file_name = @"mobilenet_quant_v1_224";
405 NSString* graph_path = FilePathForResourceName(model_file_name, model_file_type);
/external/libtextclassifier/native/actions/
Dactions-suggestions_test.cc78 const std::string model_file_name) { in LoadTestModel() argument
79 return ActionsSuggestions::FromPath(GetModelPath() + model_file_name, in LoadTestModel()