/external/tensorflow/tensorflow/go/ |
D | context.go | 36 Async bool member 59 if o.Async {
|
D | context_test.go | 28 opt := &ContextOptions{Async: test}
|
/external/tensorflow/tensorflow/core/common_runtime/eager/ |
D | eager_executor.cc | 88 if (Async()) { in SyncExecute() 128 if (!Async()) { in AddOrExecute() 176 DCHECK(Async() || node_queue_.empty()); in WaitForAllPendingNodesLocked() 239 if (Async()) { in NodeDone()
|
D | eager_executor.h | 107 bool Async() const; 230 inline bool EagerExecutor::Async() const { return thread_ != nullptr; } in Async() function
|
D | execute.cc | 555 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/ |
D | build_unitypackage.bat | 64 …\System.Interactive.Async.dll unitypackage\unitypackage_skeleton\Plugins\System.Interactive.Async\…
|
/external/grpc-grpc/templates/src/csharp/ |
D | build_unitypackage.bat.template | 66 …\System.Interactive.Async.dll unitypackage\unitypackage_skeleton\Plugins\System.Interactive.Async\…
|
/external/tensorflow/tensorflow/core/distributed_runtime/eager/ |
D | eager_client.h | 33 virtual void method##Async(const method##Request* request, \
|
D | remote_tensor_handle_data.cc | 58 if (executor.Async()) { in DestroyRemoteTensorHandle()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | aantidep-def-ec.mir | 26 …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/ |
D | aantidep-def-ec.mir | 26 …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/ |
D | perf_notes.md | 26 ## Completion Queues and Threading in the Async API
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | ThreadPool.cpp | 119 TEST_F(ThreadPoolTest, Async) { in TEST_F() argument
|
/external/grpc-grpc/test/distrib/csharp/ |
D | run_distrib_test.bat | 28 @rem some of the packages (e.g. System.Interactive.Async), but nuget 2.12
|
/external/llvm/unittests/Support/ |
D | ThreadPool.cpp | 121 TEST_F(ThreadPoolTest, Async) { in TEST_F() argument
|
/external/libchrome/mojo/public/tools/bindings/generators/cpp_templates/ |
D | interface_declaration.tmpl | 76 {#--- Async wait helper for testing #}
|
/external/grpc-grpc/examples/cpp/helloworld/ |
D | README.md | 166 #### Async client 199 #### Async server
|
/external/grpc-grpc/src/csharp/Grpc.Core/ |
D | Grpc.Core.csproj | 84 <PackageReference Include="System.Interactive.Async" Version="3.1.1" />
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/eager/ |
D | grpc_eager_client.cc | 119 void method##Async(const method##Request* request, \
|
/external/rust/crates/syn/1.0.7/src/ |
D | expr.rs | 97 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",
|
D | token.rs | 596 "async" pub struct Async /// `async` 718 (async) => { $crate::token::Async };
|
/external/rust/crates/syn/0.15.42/src/ |
D | token.rs | 596 "async" pub struct Async /// `async` 718 (async) => { $crate::token::Async };
|
/external/rust/crates/syn/1.0.7/tests/common/ |
D | eq.rs | 338 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/ |
D | eq.rs | 338 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/ |
D | preparser.cc | 36 return PreParserIdentifier::Async(); in GetIdentifierHelper()
|