Home
last modified time | relevance | path

Searched defs:executed_flag (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/c/eager/
Dcustom_device_testutil.cc35 bool* executed_flag; member
164 bool* executed_flag, TF_Status* status) { in RegisterLoggingDevice()
187 bool* executed_flag, TFE_CustomDevice** device, in AllocateLoggingDevice()
/external/tensorflow/tensorflow/python/eager/
Dcustom_device_testutil.cc51 bool* executed_flag = new bool; in PYBIND11_MODULE() local