OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetNodeData
(Results
1 - 4
of
4
) sorted by null
/external/tensorflow/tensorflow/compiler/jit/graphcycles/
graphcycles.h
100
void *
GetNodeData
(int32 node) const;
graphcycles_test.cc
219
ASSERT_EQ(reinterpret_cast<intptr_t>(graph_cycles.
GetNodeData
(i)),
233
ASSERT_EQ(nullptr, graph_cycles.
GetNodeData
(new_node));
346
ASSERT_EQ(nullptr, graph_cycles.
GetNodeData
(new_node));
graphcycles.cc
138
void* GraphCycles::
GetNodeData
(int32 node) const {
/external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTSkipGraph.h
347
return *(
GetNodeData
(ui32NodeID));
357
return *(
GetNodeData
(ui32NodeID));
390
@fn
GetNodeData
395
T*
GetNodeData
(unsigned int ui32NodeID)
Completed in 2044 milliseconds