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

Method subgraphs_size

tensorflow/lite/interpreter.h:483–483  ·  view source on GitHub ↗

Return the number of subgraphs in the model. WARNING: This is an experimental API and subject to change.

Source from the content-addressed store, hash-verified

481 /// Return the number of subgraphs in the model.
482 /// WARNING: This is an experimental API and subject to change.
483 size_t subgraphs_size() const { return subgraphs_.size(); }
484
485 /// Get a pointer to a subgraph if in bounds.
486 /// WARNING: This is an experimental API and subject to change.

Callers 1

TESTFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by 1

TESTFunction · 0.64