Home
last modified time | relevance | path

Searched refs:Batching (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/itertools/src/adaptors/
Dmod.rs372 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/
Dtrace_processor.proto79 // Returns a query result set, grouping cells into batches. Batching allows a
/external/rust/crates/itertools/src/
Dlib.rs98 Batching,
511 fn batching<B, F>(self, f: F) -> Batching<Self, F> in batching()
/external/tensorflow/tensorflow/lite/delegates/gpu/
Dmetal_delegate.mm370 return absl::UnimplementedError("Batching is not supported yet.");
/external/pigweed/pw_metric/
Ddocs.rst643 Batching the returned metrics avoids requiring a large buffer or large RPC MTU.