HomeSort by relevance Sort by last modified time
    Searched refs:GetRetvals (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/core/framework/
function_test.cc 856 TF_EXPECT_OK(frame.GetRetvals(&rets));
885 HasError(frame.GetRetvals(&rets), "does not have value");
889 TF_EXPECT_OK(frame.GetRetvals(&rets));
    [all...]
function.h 254 // 2. GetRetvals happens after all SetRetval();
262 Status GetRetvals(std::vector<Tensor>* rets) const;
function.cc 849 Status FunctionCallFrame::GetRetvals(std::vector<Tensor>* rets) const {
    [all...]
  /external/tensorflow/tensorflow/core/common_runtime/
function_test.cc 104 TF_CHECK_OK(frame.GetRetvals(&computed));
285 TF_RETURN_IF_ERROR(frame.GetRetvals(&retvals));
    [all...]

Completed in 89 milliseconds