Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_pimpl.h758 : executor_(executor), module_handle_(module_handle) {} in ScopedModuleHandle()
762 module_handle_ = other.module_handle_; in ScopedModuleHandle()
764 other.module_handle_ = ModuleHandle(); in ScopedModuleHandle()
769 module_handle_ = other.module_handle_;
771 other.module_handle_ = ModuleHandle();
776 if (static_cast<bool>(module_handle_)) { in ~ScopedModuleHandle()
777 CHECK(executor_->UnloadModule(module_handle_)); in ~ScopedModuleHandle()
783 ModuleHandle module_handle_; variable