![]() |
ImFusion SDK 4.3
|
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() const | Dataset | |
| chain(Params &&... params) | Dataset | inline |
| Dataset(bool verbose=false) | Dataset | explicit |
| Dataset(const std::vector< FileReaderColumn > &dataLists, bool shuffle=false, bool verbose=false) | Dataset | explicit |
| Dataset(std::unique_ptr< DataReader > reader, bool verbose=false) | Dataset | explicit |
| Dataset(const std::string &readerType, const Properties &readerProperties, bool verbose=false) | Dataset | explicit |
| 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) | Dataset | inline |
| shuffle(int howMany=-1, int seed=-1) | Dataset | |
| size() const | Dataset | |
| split(int numItems=-1) | Dataset | |
| verbose() const (defined in Dataset) | Dataset | inline |