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

Function Export

tensorflow/lite/toco/tflite/export.cc:431–435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

429}
430
431tensorflow::Status Export(const Model& model, string* output_file_contents,
432 const ExportParams& params) {
433 const auto ops_by_type = BuildOperatorByTypeMap(params.enable_select_tf_ops);
434 return Export(model, output_file_contents, params, ops_by_type);
435}
436
437void ParseControlFlowErrors(std::set<string>* custom_ops,
438 std::vector<string>* error_msgs) {

Callers

nothing calls this directly

Calls 15

BuildOperatorByTypeMapFunction · 0.85
InvalidArgumentFunction · 0.85
LoadTensorsMapFunction · 0.85
LoadOperatorsMapFunction · 0.85
ExportOperatorCodesFunction · 0.85
LogNameFunction · 0.85
EnumNameBuiltinOperatorFunction · 0.85
ParseControlFlowErrorsFunction · 0.85
ExportOperatorsFunction · 0.85
ExportTensorsFunction · 0.85
ExportInputTensorsFunction · 0.85
ExportOutputTensorsFunction · 0.85

Tested by

no test coverage detected