Searched refs:GetRetvals (Results 1 – 5 of 5) sorted by relevance
919 TF_EXPECT_OK(frame.GetRetvals(&rets)); in TEST()948 HasError(frame.GetRetvals(&rets), "does not have value"); in TEST()952 TF_EXPECT_OK(frame.GetRetvals(&rets)); in TEST()
307 Status GetRetvals(std::vector<Tensor>* rets) const;
1116 Status FunctionCallFrame::GetRetvals(std::vector<Tensor>* rets) const { in GetRetvals() function in tensorflow::FunctionCallFrame
471 TF_RETURN_IF_ERROR(frame.GetRetvals(&computed)); in RunFunction()
115 TF_CHECK_OK(frame.GetRetvals(&computed)); in Run()316 TF_RETURN_IF_ERROR(frame.GetRetvals(&retvals)); in InstantiateAndRunViaCallFrameInterface()