Searched refs:thread_local_eager_operation_map (Results 1 – 1 of 1) sorted by relevance
76 thread_local_eager_operation_map; // NOLINT variable81 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()