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

Function ToOptions

tensorflow/lite/toco/toco_port.cc:82–85  ·  view source on GitHub ↗

Conversion to our wrapper Options.

Source from the content-addressed store, hash-verified

80
81// Conversion to our wrapper Options.
82toco::port::file::Options ToOptions(const ::file::Options& options) {
83 CHECK_EQ(&options, &::file::Defaults());
84 return Options();
85}
86
87tensorflow::Status Writable(const string& filename) {
88 File* f = nullptr;

Callers

nothing calls this directly

Calls 2

DefaultsFunction · 0.85
OptionsClass · 0.70

Tested by

no test coverage detected