Home
last modified time | relevance | path

Searched defs:NodeIter (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/deqp/framework/common/
H A DtcuTestHierarchyIterator.hpp131 struct NodeIter struct in tcu::TestHierarchyIterator
133 enum State
143 NodeIter(void) : node(DE_NULL), curChildNdx(-1), m_state(NISTATE_LAST) in NodeIter() argument
147 NodeIter(TestNode *node_) : node(node_), curChildNdx(-1), m_state(NISTATE_INIT) in NodeIter() argument
151 State getState(void) const in getState()
156 void setState(State newState) in setState()
171 TestNode *node;
172 std::vector<TestNode *> children;
173 int curChildNdx;
176 State m_state;
/aosp_15_r20/external/pytorch/torch/csrc/fx/
H A Dnode.cpp113 struct NodeIter { struct
129 static int NodeIter_init_fn(NodeIter* self, PyObject* args, PyObject* kwargs) { in NodeIter_init_fn() argument
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/
H A Dgraph.h74 class NodeIter; // Declared below variable
921 inline NodeIter::NodeIter(const Graph* graph, int id) in NodeIter() function