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

Method GetFullPath

tensorflow/lite/testing/test_runner.h:92–92  ·  view source on GitHub ↗

Return the full path of a model.

Source from the content-addressed store, hash-verified

90
91 // Return the full path of a model.
92 string GetFullPath(const string& path) { return model_base_dir_ + path; }
93
94 // Give an id to the next invocation to make error reporting more meaningful.
95 void SetInvocationId(const string& id) { invocation_id_ = id; }

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected