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.cc3310 bool ReadVariableOp(const FastPathOpExecInfo& parent_op_exec_info, argument
3315 TFE_Op* op = TFE_NewOp(parent_op_exec_info.ctx, "ReadVariableOp", status);
3319 TFE_OpSetDevice(op, parent_op_exec_info.device_name, status);
3347 if (parent_op_exec_info.run_gradient_callback) {