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.h275 std::unique_ptr<HloComputation> computation, bool is_entry) { in AddComputationAndUnifyNamesAndIds()
Dhlo_module.cc52 std::unique_ptr<HloComputation> computation, bool is_entry, in AddComputationInternal()
336 bool is_entry = computation.get() == entry; in CreateFromProto() local
/external/v8/src/
Dframes.h198 bool is_entry() const { return type() == ENTRY; } in is_entry() function