Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dkernel_and_device.cc282 OpExecutionState* op_execution_state = nullptr; in Run() local
288 op_execution_state = new OpExecutionState; in Run()
289 params.cancellation_manager = &op_execution_state->cancellation_manager; in Run()
290 params.inc_num_deferred_ops_function = [op_execution_state]() { in Run()
291 op_execution_state->Ref(); in Run()
293 params.dec_num_deferred_ops_function = [op_execution_state]() { in Run()
294 op_execution_state->Unref(); in Run()
325 if (op_execution_state != nullptr) { in Run()
326 op_execution_state->Unref(); in Run()