Searched refs:py_outputs_safe (Results 1 – 1 of 1) sorted by relevance
142 std::vector<Safe_PyObjectPtr> py_outputs_safe; in TF_Run_wrapper_helper() local150 py_outputs_safe.emplace_back( in TF_Run_wrapper_helper()156 for (auto& output : py_outputs_safe) { in TF_Run_wrapper_helper()264 std::vector<Safe_PyObjectPtr> py_outputs_safe; in RunCallableHelper() local265 py_outputs_safe.reserve(output_tensors.size()); in RunCallableHelper()273 py_outputs_safe.push_back( in RunCallableHelper()279 out_values->reserve(py_outputs_safe.size()); in RunCallableHelper()280 for (auto& output : py_outputs_safe) { in RunCallableHelper()415 std::vector<Safe_PyObjectPtr> py_outputs_safe; in TF_SessionRun_wrapper_helper() local423 py_outputs_safe.emplace_back( in TF_SessionRun_wrapper_helper()[all …]