This is the complete list of members for tfaot::Wrapper, including all inherited members.
allocMode() const | tfaot::Wrapper | inline |
allocMode_ | tfaot::Wrapper | private |
argCount(size_t batchSize, size_t argIndex) const | tfaot::Wrapper | |
argCountNoBatch(size_t argIndex) const | tfaot::Wrapper | |
argCounts() const =0 | tfaot::Wrapper | pure virtual |
argCountsNoBatch() const =0 | tfaot::Wrapper | pure virtual |
argData(size_t batchSize, size_t argIndex) | tfaot::Wrapper | |
argData(size_t batchSize, size_t argIndex) const | tfaot::Wrapper | |
batchSizes() const =0 | tfaot::Wrapper | pure virtual |
hasBatchSize(size_t batchSize) const | tfaot::Wrapper | inline |
name() const | tfaot::Wrapper | inline |
name_ | tfaot::Wrapper | private |
nArgs() const =0 | tfaot::Wrapper | pure virtual |
nBatchSizes() const | tfaot::Wrapper | inline |
nResults() const =0 | tfaot::Wrapper | pure virtual |
operator=(const Wrapper &)=delete | tfaot::Wrapper | |
operator=(Wrapper &&)=delete | tfaot::Wrapper | |
resultCount(size_t batchSize, size_t resultIndex) const | tfaot::Wrapper | |
resultCountNoBatch(size_t resultIndex) const | tfaot::Wrapper | |
resultCounts() const =0 | tfaot::Wrapper | pure virtual |
resultCountsNoBatch() const =0 | tfaot::Wrapper | pure virtual |
resultData(size_t batchSize, size_t resultIndex) | tfaot::Wrapper | |
resultData(size_t batchSize, size_t resultIndex) const | tfaot::Wrapper | |
run(size_t batchSize) | tfaot::Wrapper | |
runSilent(size_t batchSize)=0 | tfaot::Wrapper | pure virtual |
unknownArgument(size_t argIndex, const std::string &method) const | tfaot::Wrapper | inlineprotected |
unknownBatchSize(size_t batchSize, const std::string &method) const | tfaot::Wrapper | inlineprotected |
unknownResult(size_t resultIndex, const std::string &method) const | tfaot::Wrapper | inlineprotected |
Wrapper(const std::string &name) | tfaot::Wrapper | inlineexplicit |
Wrapper(const Wrapper &)=delete | tfaot::Wrapper | |
~Wrapper()=default | tfaot::Wrapper | virtual |