Searched refs:GetNodeData (Results 1 – 4 of 4) sorted by relevance
347 return *(GetNodeData(ui32NodeID));357 return *(GetNodeData(ui32NodeID));395 T* GetNodeData(unsigned int ui32NodeID) in GetNodeData() function
100 void *GetNodeData(int32 node) const;
219 ASSERT_EQ(reinterpret_cast<intptr_t>(graph_cycles.GetNodeData(i)), in TEST()233 ASSERT_EQ(nullptr, graph_cycles.GetNodeData(new_node)); in TEST()346 ASSERT_EQ(nullptr, graph_cycles.GetNodeData(new_node)); in TEST()
138 void* GraphCycles::GetNodeData(int32 node) const { in GetNodeData() function in tensorflow::GraphCycles