Classes | |
class | BatchRule |
class | BatchStrategy |
class | Model |
class | Wrapper |
Typedefs | |
typedef tensorflow::XlaCompiledCpuFunction::AllocMode | AllocMode |
typedef std::vector< std::vector< bool > > | BoolArrays |
typedef std::vector< std::vector< double > > | DoubleArrays |
typedef std::vector< std::vector< float > > | FloatArrays |
typedef std::vector< std::vector< int32_t > > | Int32Arrays |
typedef std::vector< std::vector< int64_t > > | Int64Arrays |
Functions | |
template<size_t... Index> | |
auto | createIndexLooper (std::index_sequence< Index... >) |
template<size_t N> | |
auto | createIndexLooper () |
std::ostream & | operator<< (std::ostream &out, const BatchRule &rule) |
typedef tensorflow::XlaCompiledCpuFunction::AllocMode tfaot::AllocMode |
typedef std::vector<std::vector<bool> > tfaot::BoolArrays |
typedef std::vector<std::vector<double> > tfaot::DoubleArrays |
typedef std::vector<std::vector<float> > tfaot::FloatArrays |
typedef std::vector<std::vector<int32_t> > tfaot::Int32Arrays |
typedef std::vector<std::vector<int64_t> > tfaot::Int64Arrays |
auto tfaot::createIndexLooper | ( | std::index_sequence< Index... > | ) |
Definition at line 29 of file Util.h.
References f.
Referenced by createIndexLooper(), and tfaot::Model< W >::run().
auto tfaot::createIndexLooper | ( | ) |
std::ostream & tfaot::operator<< | ( | std::ostream & | out, |
const BatchRule & | rule | ||
) |
Definition at line 93 of file Batching.cc.
References tfaot::BatchRule::getBatchSize(), tfaot::BatchRule::getLastPadding(), tfaot::BatchRule::getSizes(), mps_fire::i, tfaot::BatchRule::nSizes(), and MillePedeFileConverter_cfg::out.