Searched full:enqueues (Results 1 – 25 of 219) sorted by relevance
123456789
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | xla_builder.h | 1650 // Enqueues a "retrieve parameter value" instruction for a parameter that was 1660 // Enqueues a constant with the value of the given literal onto the 1664 // Enqueues a constant onto the computation. Methods are templated on the 1716 // Enqueues a rank one constant (XlaBuilder* builder, vector) onto the 1771 // Enqueues a pad operation onto the computation that pads the given value on 1777 // Enqueues a pad operation in a given dimension, taking all other 1782 // Enqueues an operation onto the computation that flattens the operand based 1790 // Enqueues a dynamic reshape operation. The dynamic reshape takes additional 1797 // Enqueues an operation onto the computation that collapses the operand, 1802 // Enqueues a Reshape op that uses an explicit target shape. [all …]
|
/external/angle/third_party/spirv-tools/src/source/opt/ |
D | dataflow.h | 64 // Enqueues the successors (instructions which use the analysis result) of 74 // Enqueues the given instruction to be visited. Ignored if already in the 127 // Enqueues the users and block successors of the given instruction. 134 // Enqueues the users of the given instruction. 137 // Enqueues the labels of the successors of the block corresponding to the
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | dataflow.h | 64 // Enqueues the successors (instructions which use the analysis result) of 74 // Enqueues the given instruction to be visited. Ignored if already in the 127 // Enqueues the users and block successors of the given instruction. 134 // Enqueues the users of the given instruction. 137 // Enqueues the labels of the successors of the block corresponding to the
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | dataflow.h | 64 // Enqueues the successors (instructions which use the analysis result) of 74 // Enqueues the given instruction to be visited. Ignored if already in the 127 // Enqueues the users and block successors of the given instruction. 134 // Enqueues the users of the given instruction. 137 // Enqueues the labels of the successors of the block corresponding to the
|
/external/intel-media-driver/cmrtlib/agnostic/share/ |
D | cm_queue_base_hw.h | 73 //! \details This function enqueues a task represented by the CmTask object. 137 //! \brief Enqueues the kernel to copy from system(CPU) memory to video(GPU) memory. 138 …//! \details This function enqueues a task, which contains a pre-defined kernel to copy from host 163 //! \brief Enqueues the kernel to copy from video(GPU) memory to system(CPU) memory. 164 …//! \details This function enqueues a task, which contains a pre-defined kernel to copy from surf… 188 //! \brief Enqueues the kernel to initialize a 2D surface. 189 …//! \details This function enqueues a task, which contains a pre-defined kernel to initialize a s… 208 …//! \details This function enqueues a task, which contains a pre-defined kernel to copy memory be… 235 //! \brief Enqueues the kernel to copy memory between host memories. 236 …//! \details This function enqueues a task, which contains a pre-defined kernel to copy memory fr… [all …]
|
/external/intel-media-driver/media_driver/agnostic/common/cm/ |
D | cm_queue.h | 77 //! \details This function enqueues a task represented by the CmTask object. 142 //! \brief Enqueues the kernel to copy from system(CPU) memory to video(GPU) memory. 143 … //! \details This function enqueues a task, which contains a pre-defined kernel to copy from host 168 //! \brief Enqueues the kernel to copy from video(GPU) memory to system(CPU) memory. 169 …//! \details This function enqueues a task, which contains a pre-defined kernel to copy from surf… 193 //! \brief Enqueues the kernel to initialize a 2D surface. 194 …//! \details This function enqueues a task, which contains a pre-defined kernel to initialize a s… 213 …//! \details This function enqueues a task, which contains a pre-defined kernel to copy memory be… 240 //! \brief Enqueues the kernel to copy memory between host memories. 241 …//! \details This function enqueues a task, which contains a pre-defined kernel to copy memory fr… [all …]
|
/external/pytorch/torch/distributed/fsdp/ |
D | _limiter_utils.py | 10 queueing pattern is iterative enqueues with a single dequeue per iteration 19 """Enqueues a free event."""
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_EnqueueTPUEmbeddingBatch.pbtxt | 41 summary: "An op that enqueues a list of input batch tensors to TPUEmbedding." 43 An op that enqueues a list of input batch tensors to TPUEmbedding.
|
D | api_def_InfeedEnqueuePrelinearizedBuffer.pbtxt | 17 summary: "An op which enqueues prelinearized buffer into TPU infeed."
|
D | api_def_QueueEnqueueV2.pbtxt | 26 summary: "Enqueues a tuple of one or more tensors in the given queue."
|
D | api_def_EnqueueTPUEmbeddingIntegerBatch.pbtxt | 27 summary: "An op that enqueues a list of input batch tensors to TPUEmbedding."
|
D | api_def_QueueEnqueue.pbtxt | 24 summary: "Enqueues a tuple of one or more tensors in the given queue."
|
/external/tensorflow/tensorflow/compiler/xla/stream_executor/host/ |
D | host_timer.h | 51 // Actually starts (rather than enqueues starting) the timer. 54 // Actually stops (rather than enqueues stopping) the timer.
|
/external/OpenCL-CTS/test_conformance/device_execution/ |
D | nested_blocks.cpp | 44 NL, " // Only 1 work-item enqueues block" 71 NL, " // Some work-items enqueues nested blocks with the same level" 98 NL, " // Some work-items enqueues nested blocks with different levels" 128 NL, " // All work-items enqueues nested blocks with the same level" 152 NL, " // All work-items enqueues nested blocks with different levels"
|
D | enqueue_wg_size.cpp | 49 NL, " // Only 1 work-item enqueues block" 102 NL, " // Some work-items enqueues nested blocks with the same level" 170 NL, " // Some work-items enqueues nested blocks with different levels" 244 NL, " // All work-items enqueues nested blocks with the same level" 306 NL, " // All work-items enqueues nested blocks with different levels" 376 NL, " // Only 1 work-item enqueues block" 411 NL, " // Some work-items enqueues nested blocks with the same level" 485 NL, " // Some work-items enqueues nested blocks with different levels" 565 NL, " // All work-items enqueues nested blocks with the same level" 633 NL, " // All work-items enqueues nested blocks with different levels" [all …]
|
/external/grpc-grpc/src/objective-c/RxLibrary/ |
D | GRXConcurrentWriteable.h | 46 * Enqueues writeValue: to be sent to the writeable from the designated dispatch queue. 52 * Enqueues writesFinishedWithError:nil to be sent to the writeable in the designated dispatch
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
D | ListenerCallQueue.java | 83 * Enqueues an event to be run on currently known listeners. 95 * Enqueues an event to be run on currently known listeners, with a label. 151 /** Enqueues an event to be run. */
|
/external/guava/android/guava/src/com/google/common/util/concurrent/ |
D | ListenerCallQueue.java | 83 * Enqueues an event to be run on currently known listeners. 95 * Enqueues an event to be run on currently known listeners, with a label. 151 /** Enqueues an event to be run. */
|
/external/pytorch/test/distributed/elastic/timer/ |
D | local_timer_test.py | 123 enqueues ``n`` timer requests into ``mp_queue`` one element per 155 Creates a "producer" process that enqueues ``n`` elements 180 Creates a "producer" process that enqueues ``n`` elements
|
/external/ComputeLibrary/arm_compute/core/CL/ |
D | ICLTensor.h | 80 …* @note This method simply enqueues the unmap operation, it is the caller's responsibility to flus… 106 …* @note This method simply enqueues the unmap operation, it is the caller's responsibility to flus…
|
D | ICLArray.h | 78 …* @note This method simply enqueues the unmap operation, it is the caller's responsibility to flus… 106 …* @note This method simply enqueues the unmap operation, it is the caller's responsibility to flus…
|
/external/ComputeLibrary/src/core/CL/ |
D | ICLKernel.h | 274 * @return The number of arguments enqueues per 1D array object. 282 * @return The number of arguments enqueues per 1D tensor object. 290 * @return The number of arguments enqueues per 2D tensor object. 298 * @return The number of arguments enqueues per 3D tensor object. 306 * @return The number of arguments enqueues per 4D tensor object.
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_call.h | 60 // enqueues it in its completion queue (via an 203 // Enqueues a new request for the given service on the given 225 // Enqueues a new request for the given service on the given 307 // Enqueues a request on the completion queue to read the next request. 471 // Enqueues a new request for the given service on the given
|
/external/pytorch/aten/src/ATen/cuda/ |
D | Sleep.h | 7 // enqueues a kernel that spins for the specified number of cycles
|
/external/grpc-grpc-java/binder/src/main/java/io/grpc/binder/internal/ |
D | OneWayBinderProxy.java | 29 * <li>transact() merely enqueues the transaction for processing. It doesn't wait for onTransact() 68 * Enqueues a transaction for the wrapped {@link IBinder} with guaranteed "oneway" semantics.
|
123456789