Searched defs:FastPathOpExecInfo (Results 1 – 1 of 1) sorted by relevance
207 struct FastPathOpExecInfo { struct208 TFE_Context* ctx;209 const char* device_name;211 bool run_callbacks;212 bool run_post_exec_callbacks;213 bool run_gradient_callback;216 PyObject* name;218 PyObject* op_name;219 PyObject* callbacks;222 PyObject* args;[all …]