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

  /external/tensorflow/tensorflow/c/eager/
c_api_test.cc 153 int num_retvals = 1; local
156 TFE_Execute(matmul, &retvals[0], &num_retvals, status);
359 int num_retvals = 1; local
360 TFE_Execute(matmul, &retvals[0], &num_retvals, status.get());
400 int num_retvals = 1; local
401 TFE_Execute(matmul, &retvals[0], &num_retvals, status.get());
455 int num_retvals = 2; // Should be reduced to 1 by the TFE_Execute call. local
456 TFE_Execute(matmul, &retvals[0], &num_retvals, status);
462 ASSERT_EQ(1, num_retvals);
489 int num_retvals = 2; // Should be reduced to 1 by the TFE_Execute call local
525 int num_retvals = 2; \/\/ Should be reduced to 1 by the TFE_Execute call. local
566 int num_retvals = 2; \/\/ Should be reduced to 1 by the TFE_Execute call. local
600 int num_retvals = 2; \/\/ Should be reduced to 1 by the TFE_Execute call. local
674 int num_retvals = 1; local
739 int num_retvals = 1; local
805 int num_retvals = 1; local
850 int num_retvals = 1; local
876 int num_retvals = 1; local
927 int num_retvals = 1; local
968 int num_retvals = 1; local
    [all...]
c_api.h 244 // and '*num_retvals' should be set to the size of this array.
246 // On return, 'num_retvals' will be set to the actual number of outputs
249 int* num_retvals, TF_Status* status);
c_api.cc 777 void TFE_Execute(TFE_Op* op, TFE_TensorHandle** retvals, int* num_retvals,
    [all...]
  /external/tensorflow/tensorflow/core/framework/
function.h 243 virtual size_t num_retvals() const = 0;
266 size_t num_retvals() const override { return ret_types_.size(); }
  /external/tensorflow/tensorflow/python/eager/
pywrap_tfe_src.cc 1710 int num_retvals = 0; local
    [all...]
  /external/tensorflow/tensorflow/core/kernels/data/
captured_function.cc 61 size_t num_retvals() const override { return retvals_.size(); }

Completed in 149 milliseconds