Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc96 struct FastPathOpExecInfo { struct
97 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 …]