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

Function Export

tensorflow/lite/toco/toco_tooling.h:48–54  ·  view source on GitHub ↗

This if for backward-compatibility with internal tools.

Source from the content-addressed store, hash-verified

46
47// This if for backward-compatibility with internal tools.
48inline void Export(const TocoFlags& toco_flags, const Model& model,
49 string* output_file_contents) {
50 auto status = Export(toco_flags, model, true, output_file_contents);
51 if (!status.ok()) {
52 LOG(QFATAL) << status.error_message();
53 }
54}
55
56} // namespace toco
57

Callers 1

ConvertFunction · 0.70

Calls 1

okMethod · 0.45

Tested by

no test coverage detected