Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dbuf_rendezvous.cc113 Hook* existing_hook = nullptr; in ConsumeBuf() local
129 existing_hook = it->second; in ConsumeBuf()
131 existing_hook->cons_cb = done; in ConsumeBuf()
140 if (existing_hook) { in ConsumeBuf()
141 existing_hook->cons_cb(Status::OK(), existing_hook); in ConsumeBuf()
/external/autotest/server/
Dtest.py297 def log_kernel_hook(mytest, existing_hook=logging_args[0]): argument
303 if existing_hook:
304 existing_hook(mytest)