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

Function Defaults

tensorflow/lite/toco/toco_port.h:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65namespace file {
66class Options {};
67inline Options Defaults() {
68 Options o;
69 return o;
70}
71tensorflow::Status GetContents(const string& filename, string* contents,
72 const Options& options);
73tensorflow::Status SetContents(const string& filename, const string& contents,

Callers 13

DumpGraphvizVideoFrameFunction · 0.85
LogDumpFunction · 0.85
ToOptionsFunction · 0.85
WritableFunction · 0.85
ReadableFunction · 0.85
ExistsFunction · 0.85
GetContentsFunction · 0.85
SetContentsFunction · 0.85
ReadInputDataFunction · 0.85
ConvertFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68