Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dpywrap_tfe_src.cc3822 PyObject** fast_input_array = PySequence_Fast_ITEMS(fast_input.get()); local
3834 if (!AddInputToOp(&op_exec_info, fast_input_array[0], true, input_arg,
3842 if (!AddInputToOp(&op_exec_info, fast_input_array[j], false,
3861 PyObject** fast_input_array = PySequence_Fast_ITEMS(fast_input.get()); local
3868 PyObject* py_input = fast_input_array[j];