Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dexecute.h45 Status EagerExecute(EagerOperation* op, TensorHandle** retvals,
Dexecute.cc899 Status EagerExecute(EagerOperation* op, TensorHandle** retvals, in EagerExecute() function
/external/tensorflow/tensorflow/lite/delegates/flex/
Dkernel.cc334 EagerExecute(node_data->op(), in ExecuteFlexOp()
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Deager_service_impl.cc384 TF_RETURN_IF_ERROR(EagerExecute(op.get(), retvals.data(), &num_retvals)); in ExecuteOp()
/external/tensorflow/tensorflow/c/eager/
Dc_api.cc1491 status->status = tensorflow::EagerExecute(&op->operation, in TFE_Execute()