Home
last modified time | relevance | path

Searched defs:is_entry (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_module.h317 std::unique_ptr<HloComputation> computation, bool is_entry) { in AddComputationAndUnifyNamesAndIds()
Dhlo_module.cc68 std::unique_ptr<HloComputation> computation, bool is_entry, in AddComputationInternal()
395 bool is_entry = computation.get() == entry; in CreateFromProto() local
/external/tensorflow/tensorflow/core/profiler/convert/
Dxplane_to_tf_functions.cc114 bool is_entry; // true for entry, false for exit. member