Home
last modified time | relevance | path

Searched refs:GetNodeData (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTSkipGraph.h347 return *(GetNodeData(ui32NodeID));
357 return *(GetNodeData(ui32NodeID));
395 T* GetNodeData(unsigned int ui32NodeID) in GetNodeData() function
/external/tensorflow/tensorflow/compiler/jit/graphcycles/
Dgraphcycles.h100 void *GetNodeData(int32 node) const;
Dgraphcycles_test.cc219 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()
Dgraphcycles.cc138 void* GraphCycles::GetNodeData(int32 node) const { in GetNodeData() function in tensorflow::GraphCycles