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

Function Transform

tensorflow/lite/toco/toco_tooling.h:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34tensorflow::Status TransformWithStatus(const TocoFlags& toco_flags,
35 Model* model);
36inline void Transform(const TocoFlags& toco_flags, Model* model) {
37 auto s = TransformWithStatus(toco_flags, model);
38 CHECK(s.ok()) << s.error_message();
39}
40
41// Exports the Model, which must be of the 'lowered' form returned by
42// Transform, to a file of the format given by

Callers 1

TocoConvertFunction · 0.85

Calls 2

TransformWithStatusFunction · 0.85
okMethod · 0.45

Tested by

no test coverage detected