Searched refs:GetRetvals (Results 1 – 4 of 4) sorted by relevance
916 TF_EXPECT_OK(frame.GetRetvals(&rets)); in TEST()945 HasError(frame.GetRetvals(&rets), "does not have value"); in TEST()949 TF_EXPECT_OK(frame.GetRetvals(&rets)); in TEST()
282 Status GetRetvals(std::vector<Tensor>* rets) const;
960 Status FunctionCallFrame::GetRetvals(std::vector<Tensor>* rets) const { in GetRetvals() function in tensorflow::FunctionCallFrame
112 TF_CHECK_OK(frame.GetRetvals(&computed)); in Run()309 TF_RETURN_IF_ERROR(frame.GetRetvals(&retvals)); in InstantiateAndRunViaCallFrameInterface()