Home
last modified time | relevance | path

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

1234

/aosp_15_r20/prebuilts/go/linux-x86/src/internal/trace/internal/testgen/go122/
Dtrace.go191 func (g *Generation) Batch(thread trace.ThreadID, time Time) *Batch { func
293 type Batch struct { struct
294 gen *Generation
295 thread trace.ThreadID
296 timestamp Time
297 size uint64
298 events []raw.Event
304 func (b *Batch) Event(name string, args ...any) {
329 func (b *Batch) uintArgFor(arg any, argSpec string) uint64 {
366 func (b *Batch) RawEvent(typ event.Type, data []byte, args ...uint64) {
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio/src/task/
Dpromise.rs54 pub struct Batch { struct
55 ty: BatchType, argument
56 ctx: BatchContext, argument
57 inner: Arc<Inner<BatchResult>>, argument
60 impl Batch { implementation
61 pub fn new(ty: BatchType, inner: Arc<Inner<BatchResult>>) -> Batch { in new()
141 impl Debug for Batch { implementation
Dmod.rs113 Batch(BatchPromise), enumerator
/aosp_15_r20/external/rust/android-crates-io/crates/rusqlite/src/
Dlib.rs982 pub struct Batch<'conn, 'sql> { struct
988 impl<'conn, 'sql> Batch<'conn, 'sql> { argument
1017 impl<'conn> Iterator for Batch<'conn, '_> { implementation
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/batching_util/
H A Dbatch_scheduler.h208 Batch<TaskType>::Batch() : Batch(0) {} in Batch() function
211 Batch<TaskType>::Batch(uint64 traceme_context_id) in Batch() function
/aosp_15_r20/external/sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/rpc/
H A DBatch.java52 public class Batch<RequestT, ResponseT> { class
59 public Batch( in Batch() method in Batch
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dbatch_kernels.cc982 struct Batch { struct in tensorflow::UnbatchGradResource
985 std::unordered_set<int64_t> missing_tensors;
989 OpKernelContext* context;
990 AsyncOpKernel::DoneCallback done;
/aosp_15_r20/frameworks/native/include/input/
H A DInputConsumer.h127 struct Batch { struct
130 std::vector<Batch> mBatches; argument
/aosp_15_r20/external/scudo/standalone/tests/
H A Drelease_test.cpp175 scudo::uptr Batch[MaxCount]; member
180 typedef FreeBatch<SizeClassMap> Batch; in testReleaseFreeMemoryToOS() typedef
416 typedef FreeBatch<SizeClassMap> Batch; in testReleasePartialRegion() typedef
/aosp_15_r20/external/scudo/standalone/
H A Dquarantine.h26 void *Batch[MaxCount]; member
135 for (const QuarantineBatch &Batch : List) { in getStats() local
/aosp_15_r20/external/sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/batching/
H A DBatcherImpl.java411 private static class Batch<ElementT, ElementResultT, RequestT, ResponseT> { class in BatcherImpl
423 private Batch( in Batch() method in BatcherImpl.Batch
/aosp_15_r20/external/python/google-api-python-client/docs/
Dbatch.md1 # Batch chapter
Dperformance.md46 ## Batch section in Performance Tips
/aosp_15_r20/external/cronet/base/test/android/javatests/src/org/chromium/base/test/util/
H A DBatch.java35 public @interface Batch { annotation
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
H A Dtensor.h66 int Batch() const override { return descriptor_.GetBHWDCShape().b; } in Batch() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
H A Dmetal_spatial_tensor.h61 int Batch() const override { return descriptor_.GetBHWDCShape().b; } in Batch() function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/impl/
H A DCommon.h21 static constexpr uint32_t Batch = 4u; member
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/transport/
Dbatch_builder.cc59 BatchBuilder::Batch::Batch(grpc_transport_stream_op_batch_payload* payload, in Batch() function in grpc_core::BatchBuilder::Batch
/aosp_15_r20/external/grpc-grpc/src/core/lib/transport/
H A Dbatch_builder.cc56 BatchBuilder::Batch::Batch(grpc_transport_stream_op_batch_payload* payload, in Batch() function in grpc_core::BatchBuilder::Batch
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/escape/
Descape.go127 func Batch(fns []*ir.Func, recursive bool) { func
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.h320 typedef typename SizeClassMap::TransferBatch Batch; typedef
713 typedef typename SizeClassMap::TransferBatch Batch; typedef
982 typedef typename SizeClassMap::TransferBatch Batch; typedef
/aosp_15_r20/external/googleapis/google/cloud/dataproc/v1/
H A Dbatches.proto187 message Batch { message
/aosp_15_r20/external/google-cloud-java/java-dataproc/proto-google-cloud-dataproc-v1/src/main/proto/google/cloud/dataproc/v1/
H A Dbatches.proto187 message Batch { message
/aosp_15_r20/external/cronet/third_party/libc++/src/benchmarks/algorithms/
H A Dcommon.h220 const size_t Batch = Count == BatchSize::CountElements ? Copies.size() * Quantity : Copies.size(); in runOpOnCopies() local
/aosp_15_r20/external/licenseclassifier/commentparser/language/
H A Dlanguage.go33 Batch const

1234