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

Function GetOpId

tensorflow/lite/toco/dump_graphviz.cc:513–513  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

511}
512
513string GetOpId(int op_index) { return StringF("op%05d", op_index); }
514
515void DumpOperator(const Model& model, string* output_file, int op_index) {
516 // Dump node for operator.

Callers 2

DumpOperatorFunction · 0.85
DumpOperatorEdgesFunction · 0.85

Calls 1

StringFFunction · 0.85

Tested by

no test coverage detected