Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/eager/
Dc_api.cc813 tensorflow::gtl::InlinedVector<tensorflow::TensorHandle*, 2> handle_retvals( in TFE_Execute() local
816 tensorflow::EagerExecute(&op->operation, &handle_retvals, num_retvals); in TFE_Execute()
821 retvals[i] = new TFE_TensorHandle(handle_retvals[i]); in TFE_Execute()