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

Function SetContents

tensorflow/lite/toco/toco_port.cc:112–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112tensorflow::Status SetContents(const string& filename, const string& contents,
113 const file::Options& options) {
114 return ToStatus(::file::SetContents(filename, contents, ::file::Defaults()));
115}
116
117string JoinPath(const string& a, const string& b) {
118 return ::file::JoinPath(a, b);

Callers 3

DumpGraphvizVideoFrameFunction · 0.85
LogDumpFunction · 0.85
ConvertFunction · 0.85

Calls 6

DefaultsFunction · 0.85
InternalFunction · 0.85
writeFunction · 0.85
c_strMethod · 0.80
ToStatusFunction · 0.70
sizeMethod · 0.45

Tested by

no test coverage detected