Home
last modified time | relevance | path

Searched defs:Batch (Results 1 – 25 of 30) sorted by relevance

12

/external/rust/crates/grpcio/src/task/
Dpromise.rs22 pub struct Batch { struct
23 ty: BatchType, argument
24 ctx: BatchContext, argument
28 impl Batch { impl
29 pub fn new(ty: BatchType, inner: Arc<Inner<Option<MessageReader>>>) -> Batch { in new()
101 impl Debug for Batch { implementation
Dmod.rs112 Batch(BatchPromise), enumerator
/external/skqp/src/gpu/ccpr/
DGrCCStroker.h85 struct Batch { struct
86 Batch(GrTAllocator<InstanceTallies>* alloc, const InstanceTallies& startNonScissorIndices, in Batch() function
91 int fEndScissorSubBatch; argument
96 void appendStrokeMeshesToBuffers(int numSegmentsLog2, const Batch&, argument
DGrCCFiller.h85 struct Batch { struct
87 int fEndScissorSubBatchIdx; argument
104 SkSTArray<32, Batch, true> fBatches; argument
/external/tensorflow/tensorflow/core/kernels/batching_util/
Dbatch_scheduler.h202 Batch<TaskType>::Batch() : Batch(0) {} in Batch() function
205 Batch<TaskType>::Batch(uint64 traceme_context_id) in Batch() function
/external/python/google-api-python-client/docs/
Dbatch.md1 # Batch chapter
Dperformance.md46 ## Batch section in Performance Tips
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dparallel_batch_test.cc31 TEST(ParallelBatch, Batch) { in TEST() argument
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
Dmetal_spatial_tensor.h61 int Batch() const override { return shape_.b; } in Batch() function
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dtensor.h69 int Batch() const override { return shape_.b; } in Batch() function
/external/scudo/standalone/tests/
Drelease_test.cpp148 scudo::uptr Batch[MaxCount]; member
152 typedef FreeBatch<SizeClassMap> Batch; in testReleaseFreeMemoryToOS() typedef
Dquarantine_test.cpp32 while (scudo::QuarantineBatch *Batch = Cache->dequeueBatch()) in deallocateCache() local
/external/llvm-project/compiler-rt/lib/scudo/standalone/tests/
Drelease_test.cpp146 scudo::uptr Batch[MaxCount]; member
150 typedef FreeBatch<SizeClassMap> Batch; in testReleaseFreeMemoryToOS() typedef
Dquarantine_test.cpp32 while (scudo::QuarantineBatch *Batch = Cache->dequeueBatch()) in deallocateCache() local
/external/scudo/standalone/
Dquarantine.h25 void *Batch[MaxCount]; member
138 for (const QuarantineBatch &Batch : List) { in getStats() local
Dlocal_cache.h49 CompactPtrT Batch[MaxNumCached]; member
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dquarantine.h25 void *Batch[MaxCount]; member
138 for (const QuarantineBatch &Batch : List) { in getStats() local
Dlocal_cache.h48 void *Batch[MaxNumCached]; member
/external/tensorflow/tensorflow/core/kernels/
Dbatch_kernels.cc885 struct Batch { struct in tensorflow::UnbatchGradResource
888 std::unordered_set<int64> missing_tensors;
892 OpKernelContext* context;
893 AsyncOpKernel::DoneCallback done;
/external/libcxx/benchmarks/
Dalgorithms.bench.cpp120 const size_t Batch = CountElements ? Copies.size() * Quantity : Copies.size(); in runOpOnCopies() local
/external/llvm-project/libcxx/benchmarks/
Dalgorithms.bench.cpp174 const size_t Batch = Count == BatchSize::CountElements in runOpOnCopies() local
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.h320 typedef typename SizeClassMap::TransferBatch Batch; typedef
713 typedef typename SizeClassMap::TransferBatch Batch; typedef
982 typedef typename SizeClassMap::TransferBatch Batch; typedef
/external/llvm-project/clang-tools-extra/clangd/
DSelection.cpp262 auto Batch = ExpandedTokens.take_while([&](const syntax::Token &T) { in test() local
/external/libtextclassifier/abseil-cpp/absl/container/internal/
Draw_hash_set_test.cc208 TEST(Batch, DropDeletes) { in TEST() argument
/external/openscreen/third_party/abseil/src/absl/container/internal/
Draw_hash_set_test.cc208 TEST(Batch, DropDeletes) { in TEST() argument

12