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