Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2tensorrt/kernels/
Dtrt_engine_op.cc150 AsyncHelper* async_helper);
164 void ExecuteNativeSegment(OpKernelContext* ctx, AsyncHelper* async_helper);
577 AsyncHelper* async_helper) { in ExecuteNativeSegment() argument
623 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() argument
701 ExecuteNativeSegment(ctx, async_helper); in ExecuteCalibration()
792 auto async_helper = new AsyncHelper(done); in ComputeAsync() local
793 core::ScopedUnref sc(async_helper); in ComputeAsync()
[all …]