Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dfunction_test.cc916 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()
Dfunction.h282 Status GetRetvals(std::vector<Tensor>* rets) const;
Dfunction.cc960 Status FunctionCallFrame::GetRetvals(std::vector<Tensor>* rets) const { in GetRetvals() function in tensorflow::FunctionCallFrame
/external/tensorflow/tensorflow/core/common_runtime/
Dfunction_test.cc112 TF_CHECK_OK(frame.GetRetvals(&computed)); in Run()
309 TF_RETURN_IF_ERROR(frame.GetRetvals(&retvals)); in InstantiateAndRunViaCallFrameInterface()