Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dexecute.cc225 Status GetOutputDTypes(EagerOperation* op, DataTypeVector* output_dtypes) { in GetOutputDTypes() function
698 TF_RETURN_IF_ERROR(GetOutputDTypes(op, &output_dtypes)); in EagerRemoteExecute()