Searched refs:tf_outputs_safe (Results 1 – 1 of 1) sorted by relevance
135 std::vector<Safe_TF_TensorPtr> tf_outputs_safe; in TF_Run_wrapper_helper() local137 tf_outputs_safe.emplace_back(make_safe(output)); in TF_Run_wrapper_helper()145 s = TF_TensorToPyArray(std::move(tf_outputs_safe[i]), &py_array); in TF_Run_wrapper_helper()