/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/graph_rewrite/ |
H A D | update_tpu_embedding_ops_passes.cc | 152 const std::map<std::string, bool>& found_grad_send_op, M* enqueue) { in ComputeEnqueueTrainingStatus() 177 Graph* graph, absl::flat_hash_map<Node*, bool>* enqueue) { in GetEnqueueOpsFromGraph() 199 Node* enqueue) { in UpdateGraphEnqueueOp() 221 FunctionDef* function, std::map<int, bool>* enqueue) { in GetEnqueueOpsFromFunctionDef() 243 int enqueue, bool training, FunctionDef* function, bool* updated) { in UpdateFunctionDefEnqueueOp() 304 for (const auto& enqueue : enqueue_nodes) { in Run() local 315 for (const auto& enqueue : enqueue_nodes) { in Run() local
|
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/data_structures/ |
H A D | padding_fifo_queue_test.py | 128 def enqueue(enqueue_op): function 197 def enqueue(): function 646 def enqueue(): function 721 def enqueue(): function 789 def enqueue(): function 827 def enqueue(): function 857 def enqueue(): function 1060 def enqueue(): function
|
H A D | fifo_queue_test.py | 781 def enqueue(enqueue_op): function 836 def enqueue(): function 1119 def enqueue(): function 1396 def enqueue(): function 1471 def enqueue(): function 1539 def enqueue(): function 1577 def enqueue(): function 1607 def enqueue(): function
|
H A D | priority_queue_test.py | 85 def enqueue(enqueue_op): function 139 def enqueue(enqueue_op): function 194 def enqueue(enqueue_op): function 249 def enqueue(enqueue_op): function
|
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/random/ |
H A D | random_shuffle_queue_test.py | 104 def enqueue(enqueue_op): function 166 def enqueue(): function 445 def enqueue(): function 539 def enqueue(): function 566 def enqueue(): function
|
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/ |
H A D | CoreEngine.cpp | 51 void enqueue(const WorkListUnit& U) override { in enqueue() function in __anon5a51d1c60111::DFS 79 void enqueue(const WorkListUnit& U) override { in enqueue() function in __anon5a51d1c60111::BFS 117 void enqueue(const WorkListUnit& U) override { in enqueue() function in __anon5a51d1c60211::BFSBlockDFSContents 608 void CoreEngine::enqueue(ExplodedNodeSet &Set) { in enqueue() function in CoreEngine 615 void CoreEngine::enqueue(ExplodedNodeSet &Set, in enqueue() function in CoreEngine
|
/aosp_15_r20/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ |
H A D | EventFacade.java | 275 …ur events to be added to the event queue, just dispatched.") @RpcOptional @RpcDefault("false") Boo… in eventPost() 289 public void postEvent(String name, Object data, boolean enqueue) { in postEvent() 431 public BroadcastListener(EventFacade parent, boolean enqueue) { in BroadcastListener()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | WorkList.h | 68 void enqueue(ExplodedNode *N, const CFGBlock *B, unsigned idx) { in enqueue() function 72 void enqueue(ExplodedNode *N) { in enqueue() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | WorkList.h | 68 void enqueue(ExplodedNode *N, const CFGBlock *B, unsigned idx) { in enqueue() function 72 void enqueue(ExplodedNode *N) { in enqueue() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | WorkList.h | 68 void enqueue(ExplodedNode *N, const CFGBlock *B, unsigned idx) { in enqueue() function 72 void enqueue(ExplodedNode *N) { in enqueue() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | WorkList.h | 68 void enqueue(ExplodedNode *N, const CFGBlock *B, unsigned idx) { in enqueue() function 72 void enqueue(ExplodedNode *N) { in enqueue() function
|
/aosp_15_r20/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | WorkList.h | 69 void enqueue(ExplodedNode *N, const CFGBlock *B, unsigned idx) { in enqueue() function 73 void enqueue(ExplodedNode *N) { in enqueue() function
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/ |
H A D | fifo_queue_test.py | 74 def enqueue(enqueue_op): function 136 def enqueue(): function
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/ |
H A D | Window.kt | 37 fun enqueue(cont: CancellableContinuation<Double>) { in enqueue() method
|
/aosp_15_r20/external/guava/guava/src/com/google/common/util/concurrent/ |
H A D | ListenerCallQueue.java | 90 public void enqueue(Event<L> event) { in enqueue() method in ListenerCallQueue 100 public void enqueue(Event<L> event, String label) { in enqueue() method in ListenerCallQueue
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/util/concurrent/ |
H A D | ListenerCallQueue.java | 90 public void enqueue(Event<L> event) { in enqueue() method in ListenerCallQueue 100 public void enqueue(Event<L> event, String label) { in enqueue() method in ListenerCallQueue
|
/aosp_15_r20/external/opencensus-java/impl/src/main/java/io/opencensus/impl/internal/ |
H A D | DisruptorEventQueue.java | 161 public void enqueue(Entry entry) { in enqueue() method in DisruptorEventQueue 186 public abstract void enqueue(Entry entry); in enqueue() method in DisruptorEventQueue.DisruptorEnqueuer
|
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
H A D | ShadowJobScheduler.java | 50 protected abstract int enqueue(JobInfo job, JobWorkItem work); in enqueue() method in ShadowJobScheduler 118 public int enqueue(JobInfo job, JobWorkItem work) { in enqueue() method in ShadowJobScheduler.ShadowJobSchedulerImpl
|
/aosp_15_r20/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/ |
H A D | WriteQueue.java | 80 ChannelFuture enqueue(QueuedCommand command, boolean flush) { in enqueue() method in WriteQueue 98 void enqueue(Runnable runnable, boolean flush) { in enqueue() method in WriteQueue
|
/aosp_15_r20/external/swiftshader/third_party/marl/src/ |
H A D | scheduler.cpp | 163 void Scheduler::enqueue(Task&& task) { in enqueue() function in marl::Scheduler 506 void Scheduler::Worker::enqueue(Fiber* fiber) { in enqueue() function in marl::Scheduler::Worker 536 void Scheduler::Worker::enqueue(Task&& task) { in enqueue() function in marl::Scheduler::Worker
|
/aosp_15_r20/external/deqp/executor/ |
H A D | xeCallQueue.cpp | 130 void CallQueue::enqueue(Call *call) in enqueue() function in xe::CallQueue 234 void CallWriter::enqueue(void) in enqueue() function in xe::CallWriter
|
/aosp_15_r20/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
H A D | Call.java | 105 public void enqueue(Callback responseCallback) { in enqueue() method in Call 109 void enqueue(Callback responseCallback, boolean forWebSocket) { in enqueue() method in Call
|
/aosp_15_r20/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/ |
H A D | Call.java | 107 public void enqueue(Callback responseCallback) { in enqueue() method in Call 111 void enqueue(Callback responseCallback, boolean forWebSocket) { in enqueue() method in Call
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/ |
H A D | EventLoop.common.kt | 285 open fun enqueue(task: Runnable) { in dispatch() method in kotlinx.coroutines.EventLoopImplBase 527 fun enqueue(task: Runnable) in toString() method
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jsAndWasmShared/src/internal/ |
H A D | JSDispatcher.kt | 114 fun enqueue(element: Runnable) { in toString() method
|