MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / InitGoogle

Function InitGoogle

tensorflow/lite/toco/toco_port.cc:56–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54namespace port {
55
56void InitGoogle(const char* usage, int* argc, char*** argv, bool remove_flags) {
57 ::InitGoogle(usage, argc, argv, remove_flags);
58}
59
60void InitGoogleWasDoneElsewhere() {
61 // Nothing need be done since ::CheckInitGoogleIsDone() is aware of other

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected