Home
last modified time | relevance | path

Searched refs:has_entry_computation (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_module.h127 bool has_entry_computation() const { return entry_computation_ != nullptr; } in has_entry_computation() function
Dhlo_memory_scheduler_test.cc43 CHECK(module->has_entry_computation()); in PeakMemoryUseOfEntryComputation()
Dhlo_computation.cc349 if (parent() && parent()->has_entry_computation() && in set_root_instruction()