Searched refs:Batching (Results 1 – 5 of 5) sorted by relevance
/external/rust/crates/itertools/src/adaptors/ |
D | mod.rs | 372 pub struct Batching<I, F> { struct 377 impl<I, F> fmt::Debug for Batching<I, F> where I: fmt::Debug { argument 378 debug_fmt_fields!(Batching, iter); 382 pub fn batching<I, F>(iter: I, f: F) -> Batching<I, F> { in batching() 383 Batching { f, iter } in batching() 386 impl<B, F, I> Iterator for Batching<I, F> implementation
|
/external/perfetto/protos/perfetto/trace_processor/ |
D | trace_processor.proto | 79 // Returns a query result set, grouping cells into batches. Batching allows a
|
/external/rust/crates/itertools/src/ |
D | lib.rs | 98 Batching, 511 fn batching<B, F>(self, f: F) -> Batching<Self, F> in batching()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/ |
D | metal_delegate.mm | 370 return absl::UnimplementedError("Batching is not supported yet.");
|
/external/pigweed/pw_metric/ |
D | docs.rst | 643 Batching the returned metrics avoids requiring a large buffer or large RPC MTU.
|