Searched defs:BatchType (Results 1 – 4 of 4) sorted by relevance
13 pub enum BatchType { enum61 pub fn new(ty: BatchType, inner: Arc<Inner<BatchResult>>) -> Batch { in new()
68 using BatchType = datasets::ChunkDataReader<int>::ChunkType; typedef1740 using BatchType = datasets::ChunkDataReader<int>::ChunkType; in TEST() typedef1783 using BatchType = datasets::ChunkDataReader<int>::ChunkType; in TEST() typedef1929 using BatchType = datasets::ChunkDataReader<int>::ChunkType; in TEST() typedef2161 using BatchType = datasets::ChunkDataReader<int>::ChunkType; in TEST() typedef2247 using BatchType = datasets::ChunkDataReader<int>::ChunkType; in TEST() typedef
54 using BatchType = torch::optional<UnwrappedBatchType>; variable
377 fn check_run<F>(bt: BatchType, f: F) -> BatchFuture in check_run()