HomeSort by relevance Sort by last modified time
    Searched refs:InitGoogle (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/contrib/lite/toco/
toco_port.h 54 void InitGoogle(const char* usage, int* argc, char*** argv, bool remove_flags);
toco_port.cc 47 void InitGoogle(const char* usage, int* argc, char*** argv, bool remove_flags) {
48 ::InitGoogle(usage, argc, argv, remove_flags);
121 void InitGoogle(const char* usage, int* argc, char*** argv, bool remove_flags) {
toco.cc 44 port::CheckInitGoogleIsDone("InitGoogle is not done yet");
107 // giving InitGoogle a chance to handle all remaining arguments.
117 toco::port::InitGoogle(argv[0], effective_argc, &effective_argv, true);

Completed in 57 milliseconds