Home
last modified time | relevance | path

Searched defs:Batch (Results 1 – 25 of 27) 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 { argument
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/tensorflow/tensorflow/core/kernels/batching_util/
Dbatch_scheduler.h208 Batch<TaskType>::Batch() : Batch(0) {} in Batch() function
211 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/cronet/base/test/android/javatests/src/org/chromium/base/test/util/
DBatch.java35 public @interface Batch { annotation
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
Dmetal_spatial_tensor.h61 int Batch() const override { return descriptor_.GetBHWDCShape().b; } in Batch() function
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dtensor.h66 int Batch() const override { return descriptor_.GetBHWDCShape().b; } in Batch() function
/external/scudo/standalone/
Dquarantine.h26 void *Batch[MaxCount]; member
135 for (const QuarantineBatch &Batch : List) { in getStats() local
/external/rust/crates/rusqlite/src/
Dlib.rs1011 pub struct Batch<'conn, 'sql> { struct
1017 impl<'conn, 'sql> Batch<'conn, 'sql> { implementation
1046 impl<'conn> Iterator for Batch<'conn, '_> { implementation
/external/tensorflow/tensorflow/core/kernels/
Dbatch_kernels.cc982 struct Batch { struct in tensorflow::UnbatchGradResource
985 std::unordered_set<int64_t> missing_tensors;
989 OpKernelContext* context;
990 AsyncOpKernel::DoneCallback done;
/external/scudo/standalone/tests/
Drelease_test.cpp175 scudo::uptr Batch[MaxCount]; member
180 typedef FreeBatch<SizeClassMap> Batch; in testReleaseFreeMemoryToOS() typedef
416 typedef FreeBatch<SizeClassMap> Batch; in testReleasePartialRegion() typedef
Dquarantine_test.cpp32 while (scudo::QuarantineBatch *Batch = Cache->dequeueBatch()) in deallocateCache() local
/external/cronet/buildtools/third_party/libc++/trunk/benchmarks/algorithms/
Dcommon.h220 const size_t Batch = Count == BatchSize::CountElements in runOpOnCopies() local
/external/licenseclassifier/commentparser/language/
Dlanguage.go33 Batch const
/external/libcxx/benchmarks/
Dalgorithms.bench.cpp120 const size_t Batch = CountElements ? Copies.size() * Quantity : Copies.size(); 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/tensorflow/tensorflow/lite/delegates/gpu/common/
Dgpu_model.cc738 int Batch() const override { return shape_.b; } in ResolvePolymorphicArgs() function in tflite::gpu::__anon337c1af70111::ResolvePolymorphicArgs::DummySpatialTensor
/external/libtextclassifier/abseil-cpp/absl/container/internal/
Draw_hash_set_test.cc208 TEST(Batch, DropDeletes) { in TEST() argument
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/
Draw_hash_set_test.cc216 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
/external/abseil-cpp/absl/container/internal/
Draw_hash_set_test.cc236 TEST(Batch, DropDeletes) { in TEST() argument
/external/tensorflow/third_party/absl/abseil-cpp/absl/container/internal/
Draw_hash_set_test.cc236 TEST(Batch, DropDeletes) { in TEST() argument
/external/webrtc/third_party/abseil-cpp/absl/container/internal/
Draw_hash_set_test.cc247 TEST(Batch, DropDeletes) { in TEST() argument
/external/cronet/third_party/abseil-cpp/absl/container/internal/
Draw_hash_set_test.cc248 TEST(Batch, DropDeletes) { in TEST() argument

12