Home
last modified time | relevance | path

Searched refs:nodes_and_registration (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/core/
Dsubgraph.h178 nodes_and_registration() { in nodes_and_registration() function
183 nodes_and_registration() const { in nodes_and_registration() function
Dsubgraph.cc123 return subgraph_->nodes_and_registration()[node_index].first; in node()
161 nodes_and_registration().reserve(kTensorsReservedCapacity); in Subgraph()