Home
last modified time | relevance | path

Searched full:enqueues (Results 1 – 25 of 183) sorted by relevance

12345678

/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.h1650 // 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/deqp-deps/SPIRV-Tools/source/opt/
Ddataflow.h64 // 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/
Ddataflow.h64 // 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/angle/third_party/spirv-tools/src/source/opt/
Ddataflow.h64 // 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/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_EnqueueTPUEmbeddingBatch.pbtxt41 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.
Dapi_def_InfeedEnqueuePrelinearizedBuffer.pbtxt17 summary: "An op which enqueues prelinearized buffer into TPU infeed."
Dapi_def_QueueEnqueueV2.pbtxt26 summary: "Enqueues a tuple of one or more tensors in the given queue."
Dapi_def_QueueEnqueue.pbtxt24 summary: "Enqueues a tuple of one or more tensors in the given queue."
Dapi_def_EnqueueTPUEmbeddingIntegerBatch.pbtxt27 summary: "An op that enqueues a list of input batch tensors to TPUEmbedding."
Dapi_def_QueueEnqueueManyV2.pbtxt27 summary: "Enqueues zero or more tuples of one or more tensors in the given queue."
Dapi_def_QueueEnqueueMany.pbtxt25 summary: "Enqueues zero or more tuples of one or more tensors in the given queue."
/external/OpenCL-CTS/test_conformance/device_execution/
Denqueue_wg_size.cpp49 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 …]
Dnested_blocks.cpp44 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"
/external/tensorflow/tensorflow/compiler/xla/stream_executor/host/
Dhost_timer.h51 // Actually starts (rather than enqueues starting) the timer.
54 // Actually stops (rather than enqueues stopping) the timer.
/external/grpc-grpc/src/objective-c/RxLibrary/
DGRXConcurrentWriteable.h46 * 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/
DListenerCallQueue.java83 * 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/
DListenerCallQueue.java83 * 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/ComputeLibrary/arm_compute/core/CL/
DICLTensor.h80 …* @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…
DICLArray.h78 …* @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/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_call.h60 // 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/ComputeLibrary/src/core/CL/
DICLKernel.h274 * @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/grpc-grpc-java/binder/src/main/java/io/grpc/binder/internal/
DOneWayBinderProxy.java29 * <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.
/external/tensorflow/tensorflow/compiler/xla/python/
Doutfeed_receiver.cc81 // enqueues a special shutdown callback.
183 // Enqueues to a device an outfeed operation with a shutdown consumer ID.
190 // Enqueues received data in the callbaback queue.
336 VLOG(2) << "Listener enqueues data " << received->DebugString() << " of size " in EnqueueReceivedData()
/external/sdv/vsomeip/third_party/boost/asio/doc/overview/
Dproactor.dot79 label="enqueues",
/external/tensorflow/tensorflow/c/experimental/stream_executor/
Dstream_executor.h339 // Enqueues a memcpy operation onto stream, with a host destination location
345 // Enqueues a memcpy operation onto stream, with a device destination
351 // Enqueues a memcpy operation onto stream, with a device destination
411 // Enqueues on a stream a user-specified function to be run on the host.

12345678