HomeSort by relevance Sort by last modified time
    Searched refs:entry_computation_handle (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_module.h 51 const VersionedComputationHandle& entry_computation_handle,
110 const VersionedComputationHandle& entry_computation_handle() const { function in class:xla::HloModule
169 const VersionedComputationHandle& entry_computation_handle =
executable.h 145 const VersionedComputationHandle& entry_computation_handle() const { function in class:xla::Executable
146 return hlo_module_->entry_computation_handle();
compilation_cache.cc 33 BuildKey(executable->entry_computation_handle(), module_config);
executable.cc 132 VersionedComputationHandle versioned_handle = entry_computation_handle();
hlo_module.cc 36 const VersionedComputationHandle& entry_computation_handle,
41 entry_computation_handle_(entry_computation_handle),
279 const VersionedComputationHandle& entry_computation_handle) {
305 auto module = MakeUnique<HloModule>(proto.name(), entry_computation_handle,

Completed in 262 milliseconds