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.h730 : executor_(executor), module_handle_(module_handle) {} in ScopedModuleHandle()
734 module_handle_ = other.module_handle_; in ScopedModuleHandle()
736 other.module_handle_ = ModuleHandle(); in ScopedModuleHandle()
741 module_handle_ = other.module_handle_;
743 other.module_handle_ = ModuleHandle();
748 if (static_cast<bool>(module_handle_)) { in ~ScopedModuleHandle()
749 CHECK(executor_->UnloadModule(module_handle_)); in ~ScopedModuleHandle()
755 ModuleHandle module_handle_; variable