Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
513
string GetOpId(int op_index) { return StringF(
"op%05d"
, op_index); }
514
515
void DumpOperator(const Model& model, string* output_file, int op_index) {
516
// Dump node for operator.
Callers
2
DumpOperator
Function · 0.85
DumpOperatorEdges
Function · 0.85
Calls
1
StringF
Function · 0.85
Tested by
no test coverage detected