OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HloDataflowAnalysis
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/compiler/xla/service/
hlo_dataflow_analysis.h
43
class
HloDataflowAnalysis
{
76
static StatusOr<std::unique_ptr<
HloDataflowAnalysis
>> Run(
157
HloDataflowAnalysis
(
hlo_dataflow_analysis.cc
44
HloDataflowAnalysis
::
HloDataflowAnalysis
(
53
bool
HloDataflowAnalysis
::AreTransitiveUsesElementwiseOrTuple(
78
bool
HloDataflowAnalysis
::ValueIsDefinedAt(const HloInstruction* instruction,
87
const HloValue&
HloDataflowAnalysis
::GetValueDefinedAt(
93
HloValue&
HloDataflowAnalysis
::GetValueDefinedAt(
99
HloValue*
HloDataflowAnalysis
::NewHloValue(HloInstruction* instruction,
113
void
HloDataflowAnalysis
::MarkValueForDeletion(HloValue::Id value_id) {
120
void
HloDataflowAnalysis
::DeleteMarkedValues() {
147
string
HloDataflowAnalysis
::ToString() const
[
all
...]
Completed in 240 milliseconds