Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/toco/
Dtoco.cc29 int* effective_argc = &argc; in main() local
35 effective_argc = &dummy_argc; in main()
42 effective_argc, effective_argv, &msg, &parsed_toco_flags); in main()
44 effective_argc, effective_argv, &msg, &parsed_model_flags); in main()
50 toco::port::InitGoogle(argv[0], effective_argc, &effective_argv, true); in main()