Home
last modified time | relevance | path

Searched refs:parent_op_exec_info (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc2210 bool ReadVariableOp(const FastPathOpExecInfo& parent_op_exec_info, argument
2215 TFE_Op* op = TFE_NewOp(parent_op_exec_info.ctx, "ReadVariableOp", status);
2228 TFE_OpSetDevice(op, parent_op_exec_info.device_name, status);
2247 if (parent_op_exec_info.run_gradient_callback) {