Searched defs:CleanupNode (Results 1 – 4 of 4) sorted by relevance
86 struct CleanupNode { struct99 CleanupNode* next; argument
213 struct CleanupNode { struct214 void* elem; // Pointer to the object to be cleaned up.215 void (*cleanup)(void*); // Function pointer to the destructor or deleter.
287 void Subgraph::CleanupNode(int node_index) { in CleanupNode() function in tflite::Subgraph