Home
last modified time | relevance | path

Searched refs:GetRetvals (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dfunction_test.cc981 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()
Dfunction.h325 Status GetRetvals(std::vector<Tensor>* rets) const;
Dfunction.cc1159 Status FunctionCallFrame::GetRetvals(std::vector<Tensor>* rets) const { in GetRetvals() function in tensorflow::FunctionCallFrame
/external/tensorflow/tensorflow/core/data/
Ddataset_test_base.cc476 TF_RETURN_IF_ERROR(frame.GetRetvals(&computed)); in RunFunction()
/external/tensorflow/tensorflow/core/common_runtime/
Dfunction_test.cc122 TF_CHECK_OK(frame.GetRetvals(&computed)); in Run()
299 TF_RETURN_IF_ERROR(frame.GetRetvals(&retvals)); in InstantiateAndRunViaCallFrameInterface()