Return the full path of a model.
| 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; } |