ImFusion SDK 4.3
Dataset Member List

This is the complete list of members for Dataset, including all inherited members.

batch(int batchSize, bool pad=false, int overlap=0)Dataset
buildPipeline(const std::vector< DataLoaderSpecs > &specsList, Phase configPhase=Phase::Always)Dataset
cardinality() constDataset
chain(Params &&... params)Datasetinline
Dataset(bool verbose=false)Datasetexplicit
Dataset(const std::vector< FileReaderColumn > &dataLists, bool shuffle=false, bool verbose=false)Datasetexplicit
Dataset(std::unique_ptr< DataReader > reader, bool verbose=false)Datasetexplicit
Dataset(const std::string &readerType, const Properties &readerProperties, bool verbose=false)Datasetexplicit
diskCache(const std::string &location, bool lazy=true, bool reload=false, bool compression=false, bool shuffle=false)Dataset
filter(std::function< bool(const DataItem &)> func)Dataset
filter(const std::string &funcKey)Dataset
map(std::function< void(DataItem &)> func, int numParallelCalls=1)Dataset
map(const std::string &funcKey, int numParallelCalls=1)Dataset
memoryCache(bool makeExclusiveCPU=false, bool lazy=true, int compressionLevel=0, bool shuffle=false, int numThreads=2)Dataset
next()Dataset
prefetch(size_t prefetchSize, bool syncToGl=true)Dataset
preprocess(const std::vector< Operation::Specs > &preprocPipeline, Phase execPhase=Phase::Always, int numParallelCalls=1)Dataset
preprocess(const std::vector< std::shared_ptr< Operation > > &operations, int numParallelCalls=1)Dataset
read(const std::string &readerType, Properties readerProperties, bool verbose=false) (defined in Dataset)Dataset
reinit()Dataset
repeat(int numEpochRepetitions, int numItemRepettiions=1)Dataset
reset()Dataset
sample(const std::vector< Operation::Specs > &samplingPipeline, int samplerSelectionSeed=-1, int numParallelCalls=1)Dataset
sample(const std::shared_ptr< ImageROISampler > &sampler, int numParallelCalls)Dataset
sample(const std::vector< std::shared_ptr< ImageROISampler > > &samplers, const std::optional< std::vector< float > > &weights, int samplerSelectionSeed=-1, int numParallelCalls=1)Dataset
setRandomSeed(unsigned int seed)Dataset
setVerbose(bool verbose) (defined in Dataset)Datasetinline
shuffle(int howMany=-1, int seed=-1)Dataset
size() constDataset
split(int numItems=-1)Dataset
verbose() const (defined in Dataset)Datasetinline
Search Tab / S to search, Esc to close