/aosp_15_r20/prebuilts/go/linux-x86/src/internal/trace/internal/testgen/go122/ |
D | trace.go | 191 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/ |
D | promise.rs | 54 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
|
D | mod.rs | 113 Batch(BatchPromise), enumerator
|
/aosp_15_r20/external/rust/android-crates-io/crates/rusqlite/src/ |
D | lib.rs | 982 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 D | batch_scheduler.h | 208 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 D | Batch.java | 52 public class Batch<RequestT, ResponseT> { class 59 public Batch( in Batch() method in Batch
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | batch_kernels.cc | 982 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 D | InputConsumer.h | 127 struct Batch { struct 130 std::vector<Batch> mBatches; argument
|
/aosp_15_r20/external/scudo/standalone/tests/ |
H A D | release_test.cpp | 175 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 D | quarantine.h | 26 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 D | BatcherImpl.java | 411 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/ |
D | batch.md | 1 # Batch chapter
|
D | performance.md | 46 ## Batch section in Performance Tips
|
/aosp_15_r20/external/cronet/base/test/android/javatests/src/org/chromium/base/test/util/ |
H A D | Batch.java | 35 public @interface Batch { annotation
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
H A D | tensor.h | 66 int Batch() const override { return descriptor_.GetBHWDCShape().b; } in Batch() function
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/metal/ |
H A D | metal_spatial_tensor.h | 61 int Batch() const override { return descriptor_.GetBHWDCShape().b; } in Batch() function
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/impl/ |
H A D | Common.h | 21 static constexpr uint32_t Batch = 4u; member
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/transport/ |
D | batch_builder.cc | 59 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 D | batch_builder.cc | 56 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/ |
D | escape.go | 127 func Batch(fns []*ir.Func, recursive bool) { func
|
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_allocator.h | 320 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 D | batches.proto | 187 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 D | batches.proto | 187 message Batch { message
|
/aosp_15_r20/external/cronet/third_party/libc++/src/benchmarks/algorithms/ |
H A D | common.h | 220 const size_t Batch = Count == BatchSize::CountElements ? Copies.size() * Quantity : Copies.size(); in runOpOnCopies() local
|
/aosp_15_r20/external/licenseclassifier/commentparser/language/ |
H A D | language.go | 33 Batch const
|