Searched defs:FastPathOpExecInfo (Results 1 – 1 of 1) sorted by relevance
205 struct FastPathOpExecInfo { struct206 TFE_Context* ctx;207 const char* device_name;209 bool run_callbacks;210 bool run_post_exec_callbacks;211 bool run_gradient_callback;214 PyObject* name;216 PyObject* op_name;217 PyObject* callbacks;220 PyObject* args;[all …]