Searched refs:AddInputToOp (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/python/eager/ |
D | pywrap_tfe_src.cc | 3413 bool AddInputToOp(FastPathOpExecInfo* op_exec_info, PyObject* input, function 3751 if (!AddInputToOp(&op_exec_info, fast_input_array[0], true, input_arg, 3759 if (!AddInputToOp(&op_exec_info, fast_input_array[j], false, 3819 if (!AddInputToOp(&op_exec_info, input, true, input_arg,
|