Searched refs:GetRetvals (Results 1 – 5 of 5) sorted by relevance
981 TF_EXPECT_OK(frame.GetRetvals(&rets)); in TEST()1010 HasError(frame.GetRetvals(&rets), "does not have value"); in TEST()1014 TF_EXPECT_OK(frame.GetRetvals(&rets)); in TEST()
325 Status GetRetvals(std::vector<Tensor>* rets) const;
1159 Status FunctionCallFrame::GetRetvals(std::vector<Tensor>* rets) const { in GetRetvals() function in tensorflow::FunctionCallFrame
476 TF_RETURN_IF_ERROR(frame.GetRetvals(&computed)); in RunFunction()
122 TF_CHECK_OK(frame.GetRetvals(&computed)); in Run()299 TF_RETURN_IF_ERROR(frame.GetRetvals(&retvals)); in InstantiateAndRunViaCallFrameInterface()