Home
last modified time | relevance | path

Searched defs:callback_fn (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/python/framework/
Dop_callbacks.py25 def add_op_callback(callback_fn): argument
/external/llvm/include/llvm/ADT/
DSTLExtras.h76 static Ret callback_fn(intptr_t callable, Params ...params) { in callback_fn() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DSTLExtras.h62 static Ret callback_fn(intptr_t callable, Params ...params) { in callback_fn() function
/external/tensorflow/tensorflow/c/experimental/stream_executor/
Dstream_executor_test.cc112 SE_StatusCallbackFn const callback_fn, in host_callback()
912 SE_StatusCallbackFn const callback_fn, in TEST_F()
913 void* const callback_arg) -> TF_Bool { in TEST_F()
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc3536 PyObject* callback_fn = PyList_GET_ITEM(op_exec_info.callbacks, i); local