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

Function GetContents

tensorflow/lite/toco/toco_port.cc:107–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107tensorflow::Status GetContents(const string& filename, string* contents,
108 const file::Options& options) {
109 return ToStatus(::file::GetContents(filename, contents, ::file::Defaults()));
110}
111
112tensorflow::Status SetContents(const string& filename, const string& contents,
113 const file::Options& options) {

Callers 2

ReadInputDataFunction · 0.85

Calls 7

DefaultsFunction · 0.85
NotFoundFunction · 0.85
InternalFunction · 0.85
c_strMethod · 0.80
ToStatusFunction · 0.70
clearMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected