Searched refs:async_helper (Results 1 – 1 of 1) sorted by relevance
150 AsyncHelper* async_helper);164 void ExecuteNativeSegment(OpKernelContext* ctx, AsyncHelper* async_helper);577 AsyncHelper* async_helper) { in ExecuteNativeSegment() argument623 async_helper->Ref(); in ExecuteNativeSegment()626 [this, ctx, native_outputs, async_helper, stream](const Status& s) { in ExecuteNativeSegment()627 core::ScopedUnref sc(async_helper); in ExecuteNativeSegment()651 AsyncHelper* async_helper) { in ExecuteCalibration() argument701 ExecuteNativeSegment(ctx, async_helper); in ExecuteCalibration()792 auto async_helper = new AsyncHelper(done); in ComputeAsync() local793 core::ScopedUnref sc(async_helper); in ComputeAsync()[all …]