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