Searched refs:AsAsync (Results 1 – 4 of 4) sorted by relevance
118 virtual AsyncOpKernel* AsAsync() { return nullptr; } in AsAsync() function119 virtual const AsyncOpKernel* AsAsync() const { return nullptr; } in AsAsync() function230 AsyncOpKernel* AsAsync() final { return this; } in AsAsync() function231 const AsyncOpKernel* AsAsync() const final { return this; } in AsAsync() function
1438 CHECK_EQ(nullptr, ctx->op_kernel().AsAsync()) in CheckNotInComputeAsync()
276 AsyncOpKernel* async = kernel_->AsAsync(); in Run()
640 item->kernel_is_async = (item->kernel->AsAsync() != nullptr); in Initialize()1739 AsyncOpKernel* async = item.kernel->AsAsync(); in Process()