Searched refs:check_cb (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | debug_ops.h | 714 auto check_cb = [this, done]() { done(); }; 754 stream, std::move(check_cb)); 781 stream, std::move(check_cb)); 813 stream, std::move(check_cb)); 846 stream, std::move(check_cb)); 872 stream, std::move(check_cb));
|
D | check_numerics_op.cc | 259 auto check_cb = [this, stream, abnormal_detected_ref, in ComputeAsync() local 275 stream, std::move(check_cb)); in ComputeAsync()
|
/external/libcups/scheduler/ |
D | cupsfilter.c | 64 static void check_cb(void *context, _cups_fc_result_t result, 612 if (_cupsFileCheck(filename, _CUPS_FILE_CHECK_PROGRAM, !geteuid(), check_cb, in add_printer_filter() 714 check_cb(void *context, /* I - Context (command name) */ in check_cb() function
|