Home
last modified time | relevance | path

Searched defs:BatchType (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio/src/task/
Dpromise.rs13 pub enum BatchType { enum
61 pub fn new(ty: BatchType, inner: Arc<Inner<BatchResult>>) -> Batch { in new()
/aosp_15_r20/external/pytorch/test/cpp/api/
H A Ddataloader.cpp68 using BatchType = datasets::ChunkDataReader<int>::ChunkType; typedef
1740 using BatchType = datasets::ChunkDataReader<int>::ChunkType; in TEST() typedef
1783 using BatchType = datasets::ChunkDataReader<int>::ChunkType; in TEST() typedef
1929 using BatchType = datasets::ChunkDataReader<int>::ChunkType; in TEST() typedef
2161 using BatchType = datasets::ChunkDataReader<int>::ChunkType; in TEST() typedef
2247 using BatchType = datasets::ChunkDataReader<int>::ChunkType; in TEST() typedef
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/data/datasets/
H A Dchunk.h54 using BatchType = torch::optional<UnwrappedBatchType>; variable
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio/src/call/
Dmod.rs377 fn check_run<F>(bt: BatchType, f: F) -> BatchFuture in check_run()