OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetCallSite
(Results
1 - 4
of
4
) sorted by null
/external/tensorflow/tensorflow/compiler/xla/service/
call_graph.h
108
const CallSite*
GetCallSite
(const HloInstruction* instruction) const;
call_graph_test.cc
233
EXPECT_EQ(entry_node.
GetCallSite
(call), &call_callsite);
240
EXPECT_EQ(entry_node.
GetCallSite
(map), &map_callsite);
283
EXPECT_EQ(entry_node.
GetCallSite
(conditional), &conditional_callsite);
call_graph.cc
88
const CallSite* CallGraphNode::
GetCallSite
(
hlo_rematerialization.cc
[
all
...]
Completed in 76 milliseconds