Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dfunction_test.cc919 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()
Dfunction.h307 Status GetRetvals(std::vector<Tensor>* rets) const;
Dfunction.cc1116 Status FunctionCallFrame::GetRetvals(std::vector<Tensor>* rets) const { in GetRetvals() function in tensorflow::FunctionCallFrame
/external/tensorflow/tensorflow/core/kernels/data/
Ddataset_test_base.cc471 TF_RETURN_IF_ERROR(frame.GetRetvals(&computed)); in RunFunction()
/external/tensorflow/tensorflow/core/common_runtime/
Dfunction_test.cc115 TF_CHECK_OK(frame.GetRetvals(&computed)); in Run()
316 TF_RETURN_IF_ERROR(frame.GetRetvals(&retvals)); in InstantiateAndRunViaCallFrameInterface()