Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dexecutor.cc463 const Status get_context_status = in RunAsync() local
465 if (!get_context_status.ok()) { in RunAsync()
467 done(get_context_status); in RunAsync()