Searched defs:FastPathOpExecInfo (Results 1 – 1 of 1) sorted by relevance
96 struct FastPathOpExecInfo { struct97 TFE_Context* ctx;98 const char* device_name;100 const tensorflow::OpDef* op_def;102 bool run_callbacks;103 bool run_post_exec_callbacks;104 bool run_gradient_callback;107 PyObject* name;109 PyObject* op_name;110 PyObject* callbacks;[all …]