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

Method GetSubgraphs

tensorflow/lite/core/subgraph.h:296–296  ·  view source on GitHub ↗

Returns a pointer to vector of subgraphs. WARNING: This is an experimental API and subject to change.

Source from the content-addressed store, hash-verified

294 // Returns a pointer to vector of subgraphs.
295 // WARNING: This is an experimental API and subject to change.
296 std::vector<std::unique_ptr<Subgraph>>* GetSubgraphs() { return subgraphs_; }
297
298 // True if all tensors in the graph has static size after calling
299 // `AllocateTensors` function.

Callers 4

PrepareFunction · 0.80
EvalFunction · 0.80
PrepareFunction · 0.80
EvalFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected