Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc76 thread_local_eager_operation_map; // NOLINT variable
81 auto it = thread_local_eager_operation_map.find(ctx); in ReleaseThreadLocalOp()
82 if (it == thread_local_eager_operation_map.end()) { in ReleaseThreadLocalOp()
105 thread_local_eager_operation_map[ctx].reset(op); in ReturnOp()