OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:entry_computation_
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/compiler/xla/service/
hlo_module.h
94
CHECK_NE(nullptr,
entry_computation_
);
95
return
entry_computation_
;
98
CHECK_NE(nullptr,
entry_computation_
);
99
return
entry_computation_
;
220
HloComputation*
entry_computation_
= nullptr;
member in class:xla::HloModule
hlo_module.cc
56
CHECK_EQ(nullptr,
entry_computation_
);
57
entry_computation_
= computation.get();
63
entry_computation_
->ComputeProgramShape());
187
entry_computation_
= tensorflow::gtl::FindWithDefault(
188
replacements,
entry_computation_
,
entry_computation_
);
208
proto.set_entry_computation_name(
entry_computation_
->name());
330
TF_RET_CHECK(module->
entry_computation_
!= nullptr);
556
if (
entry_computation_
== computation.get()) {
Completed in 127 milliseconds