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

  /external/libaom/libaom/test/
decode_test_driver.h 45 : cfg_(cfg), flags_(0), init_done_(false) {
50 : cfg_(cfg), flags_(flag), init_done_(false) {
106 if (!init_done_) {
110 init_done_ = true;
117 bool init_done_; member in class:libaom_test::Decoder
  /external/libvpx/libvpx/test/
decode_test_driver.h 42 : cfg_(cfg), flags_(0), init_done_(false) {
47 : cfg_(cfg), flags_(flag), init_done_(false) {
103 if (!init_done_) {
107 init_done_ = true;
114 bool init_done_; member in class:libvpx_test::Decoder
  /external/tensorflow/tensorflow/core/common_runtime/
process_function_library_runtime.h 285 Notification init_done_; member in class:tensorflow::ProcessFunctionLibraryRuntime::FunctionData
  /art/runtime/
class_linker.h 187 return init_done_;
1366 bool init_done_; member in class:art::ClassLinker
    [all...]
  /external/tensorflow/tensorflow/core/distributed_runtime/
master_session.cc 277 // once. `!client_graph_before_register_ && !init_done_.HasBeenNotified()`
279 Notification init_done_; member in class:tensorflow::MasterSession::ReffedClientGraph
361 init_done_.Notify();
364 init_done_.WaitForNotification();
    [all...]

Completed in 262 milliseconds