Home
last modified time | relevance | path

Searched refs:Async (Results 1 – 25 of 50) sorted by relevance

12

/external/tensorflow/tensorflow/go/
Dcontext.go36 Async bool member
59 if o.Async {
Dcontext_test.go28 opt := &ContextOptions{Async: test}
/external/tensorflow/tensorflow/core/common_runtime/eager/
Deager_executor.cc88 if (Async()) { in SyncExecute()
128 if (!Async()) { in AddOrExecute()
176 DCHECK(Async() || node_queue_.empty()); in WaitForAllPendingNodesLocked()
239 if (Async()) { in NodeDone()
Deager_executor.h107 bool Async() const;
230 inline bool EagerExecutor::Async() const { return thread_ != nullptr; } in Async() function
Dexecute.cc555 const bool async = executor.Async(); in EagerLocalExecute()
570 executor.Async(), absl::Span<TensorHandle*>(retvals, num_outputs)); in EagerLocalExecute()
579 op->GetCancellationManager(), executor.Async(), in EagerLocalExecute()
770 << " (is async?: " << executor.Async() << ")."; in EagerRemoteExecute()
906 if (!op->Executor().Async()) { in EagerExecute()
1040 if (!executor->Async()) { in EagerCopyToDevice()
/external/grpc-grpc/src/csharp/
Dbuild_unitypackage.bat64 …\System.Interactive.Async.dll unitypackage\unitypackage_skeleton\Plugins\System.Interactive.Async\…
/external/grpc-grpc/templates/src/csharp/
Dbuild_unitypackage.bat.template66 …\System.Interactive.Async.dll unitypackage\unitypackage_skeleton\Plugins\System.Interactive.Async\…
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Deager_client.h33 virtual void method##Async(const method##Request* request, \
Dremote_tensor_handle_data.cc58 if (executor.Async()) { in DestroyRemoteTensorHandle()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Daantidep-def-ec.mir26 …ic_dec_return\0A\09addic\09$0,$0,-1\0A\09stwcx.\09$0,0,$1\0A\09bne-\091b\0Async \0A", "=&r,r,~{cc}…
86 …ic_dec_return\0A\09addic\09$0,$0,-1\0A\09stwcx.\09$0,0,$1\0A\09bne-\091b\0Async \0A", 25, 131083, …
/external/llvm/test/CodeGen/PowerPC/
Daantidep-def-ec.mir26 …ic_dec_return\0A\09addic\09$0,$0,-1\0A\09stwcx.\09$0,0,$1\0A\09bne-\091b\0Async \0A", "=&r,r,~{cc}…
106 …ic_dec_return\0A\09addic\09$0,$0,-1\0A\09stwcx.\09$0,0,$1\0A\09bne-\091b\0Async \0A", 25, 131083, …
/external/grpc-grpc/doc/cpp/
Dperf_notes.md26 ## Completion Queues and Threading in the Async API
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DThreadPool.cpp119 TEST_F(ThreadPoolTest, Async) { in TEST_F() argument
/external/grpc-grpc/test/distrib/csharp/
Drun_distrib_test.bat28 @rem some of the packages (e.g. System.Interactive.Async), but nuget 2.12
/external/llvm/unittests/Support/
DThreadPool.cpp121 TEST_F(ThreadPoolTest, Async) { in TEST_F() argument
/external/libchrome/mojo/public/tools/bindings/generators/cpp_templates/
Dinterface_declaration.tmpl76 {#--- Async wait helper for testing #}
/external/grpc-grpc/examples/cpp/helloworld/
DREADME.md166 #### Async client
199 #### Async server
/external/grpc-grpc/src/csharp/Grpc.Core/
DGrpc.Core.csproj84 <PackageReference Include="System.Interactive.Async" Version="3.1.1" />
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/eager/
Dgrpc_eager_client.cc119 void method##Async(const method##Request* request, \
/external/rust/crates/syn/1.0.7/src/
Dexpr.rs97 Async(ExprAsync),
730 (Expr::Async(this), Expr::Async(other)) => this == other, in eq()
793 Expr::Async(expr) => { in hash()
985 | Expr::Async(ExprAsync { attrs, .. }) in replace_attrs()
1174 | Expr::Async(..) in requires_terminator()
1656 input.call(expr_async).map(Expr::Async) in atom_expr()
2174 ExprAsync, Async, "expected async block",
Dtoken.rs596 "async" pub struct Async /// `async`
718 (async) => { $crate::token::Async };
/external/rust/crates/syn/0.15.42/src/
Dtoken.rs596 "async" pub struct Async /// `async`
718 (async) => { $crate::token::Async };
/external/rust/crates/syn/1.0.7/tests/common/
Deq.rs338 spanless_eq_enum!(IsAsync; Async(closure_id return_impl_trait_id) NotAsync);
364 Block(0 1) Async(0 1 2) Await(0) TryBlock(0) Assign(0 1) AssignOp(0 1 2)
/external/rust/crates/syn/0.15.42/tests/common/
Deq.rs338 spanless_eq_enum!(IsAsync; Async(closure_id return_impl_trait_id) NotAsync);
364 Block(0 1) Async(0 1 2) Await(0 1) TryBlock(0) Assign(0 1) AssignOp(0 1 2)
/external/v8/src/parsing/
Dpreparser.cc36 return PreParserIdentifier::Async(); in GetIdentifierHelper()

12