List of all items[−]
Structs
- data::Batch
- data::BoxedSet
- data::Buffered
- data::ConcatComponents
- data::ConcatElements
- data::Count
- data::Interleave
- data::MapAll
- data::MapOne
- data::Random
- data::ReorderComponents
- data::ReorderElements
- data::Sequential
- data::ShuffleRandom
- data::Zip
- data::cifar::Cifar10
- data::cifar::Cifar100
- data::crop::Crop
- data::image_folder::ImageFolder
- data::mnist::Mnist
- data::mnist::MnistImages
- data::mnist::MnistLabels
- graph::Dependencies
- graph::Error
- graph::GraphDef
- graph::GraphShapes
- graph::Subgraph
- id::DataID
- id::NodeID
- id::OpID
- id::PassID
- init::Initialiser
- ops::NoOp
- ops::NoOpInstance
- ops::NoOpPass
- ops::activ::elementwise::ElementwiseBackward
- ops::activ::elementwise::ElementwiseForward
- ops::activ::elementwise::ElementwiseInstance
- ops::activ::elu::ELU
- ops::activ::elu::ELUFunc
- ops::activ::leaky_relu::LeakyReLU
- ops::activ::leaky_relu::LeakyReLUFunc
- ops::activ::logistic::Logistic
- ops::activ::logistic::LogisticFunc
- ops::activ::relu::ReLU
- ops::activ::relu::ReLUFunc
- ops::activ::softmax::Softmax
- ops::activ::softmax::SoftmaxInstance
- ops::activ::spline::Spline
- ops::activ::spline::SplineBackward
- ops::activ::spline::SplineForward
- ops::activ::spline::SplineInstance
- ops::activ::srgb::LinearToSrgb
- ops::activ::srgb::LinearToSrgbFunc
- ops::activ::srgb::LinearToSrgbSlow
- ops::activ::srgb::LinearToSrgbSlowFunc
- ops::activ::srgb::SrgbToLinear
- ops::activ::srgb::SrgbToLinearFunc
- ops::activ::srgb::SrgbToLinearSlow
- ops::activ::srgb::SrgbToLinearSlowFunc
- ops::activ::tanh::Tanh
- ops::activ::tanh::TanhFunc
- ops::dummy::Dummy
- ops::dummy::DummyBackward
- ops::dummy::DummyForward
- ops::dummy::DummyInstance
- ops::fill::coord::Coord
- ops::fill::coord::CoordInstance
- ops::grad::stop_grad::StopGrad
- ops::grad::stop_grad::StopGradForward
- ops::grad::stop_grad::StopGradInstance
- ops::loss::cross_entropy::CrossEntropy
- ops::loss::cross_entropy::CrossEntropyInstance
- ops::loss::mae::Mae
- ops::loss::mae::MaeInstance
- ops::loss::mse::Mse
- ops::loss::mse::MseInstance
- ops::loss::prediction::Prediction
- ops::loss::prediction::PredictionInstance
- ops::loss::proportional::Proportional
- ops::loss::proportional::ProportionalInstance
- ops::loss::robust::Robust
- ops::loss::robust::RobustInstance
- ops::math::abs::Abs
- ops::math::abs::AbsFunc
- ops::math::add::Add
- ops::math::add::AddInstance
- ops::math::cos::Cos
- ops::math::cos::CosFunc
- ops::math::div::Div
- ops::math::div::DivInstance
- ops::math::exp::Exp
- ops::math::exp::ExpFunc
- ops::math::log::Log
- ops::math::log::LogFunc
- ops::math::matmul::MatMul
- ops::math::matmul::MatMulInstance
- ops::math::matmul::MatMulPass
- ops::math::mul::Mul
- ops::math::mul::MulInstance
- ops::math::reciprocal::Reciprocal
- ops::math::reciprocal::ReciprocalFunc
- ops::math::scale::Scale
- ops::math::scale::ScaleInstance
- ops::math::sin::Sin
- ops::math::sin::SinFunc
- ops::math::sqrt::Sqrt
- ops::math::sqrt::SqrtFunc
- ops::math::square::Square
- ops::math::square::SquareFunc
- ops::nn::bias::Bias
- ops::nn::bias::BiasInstance
- ops::nn::conv::Conv
- ops::nn::conv::ConvForward
- ops::nn::conv::ConvInstance
- ops::nn::linear::Linear
- ops::nn::linear::LinearInstance
- ops::reduce::reduce_mean::ReduceMean
- ops::reduce::reduce_mean::ReduceMeanBackward
- ops::reduce::reduce_mean::ReduceMeanForward
- ops::reduce::reduce_mean::ReduceMeanInstance
- ops::reduce::reduce_sum::ReduceSum
- ops::reduce::reduce_sum::ReduceSumBackward
- ops::reduce::reduce_sum::ReduceSumForward
- ops::reduce::reduce_sum::ReduceSumInstance
- ops::regularisation::l1::L1
- ops::regularisation::l1::L1Instance
- ops::regularisation::l2::L2
- ops::regularisation::l2::L2Instance
- ops::shape::avg_pool::AvgPool
- ops::shape::avg_pool::AvgPoolBackward
- ops::shape::avg_pool::AvgPoolForward
- ops::shape::avg_pool::AvgPoolInstance
- ops::shape::linterp::Linterp
- ops::shape::linterp::LinterpBackward
- ops::shape::linterp::LinterpForward
- ops::shape::linterp::LinterpInstance
- ops::shape::pixel_shuffle::Collapse
- ops::shape::pixel_shuffle::CollapseInstance
- ops::shape::pixel_shuffle::Expand
- ops::shape::pixel_shuffle::ExpandInstance
- ops::shape::shape_constraint::ShapeConstraint
- ops::shape::shape_constraint::ShapeConstraintInstance
- opt::CallbackData
- opt::adam::Adam
- opt::sgd::Sgd
- shape::Error
- shape::NodeShape
- storage::Storage
Enums
- data::crop::Cropping
- graph::ErrorKind
- id::NodeTag
- id::OpTag
- ops::nn::conv::Padding
- opt::CallbackSignal
- shape::ErrorKind
- shape::NodeDim
Traits
- data::DataSet
- data::DataStream
- graph::ResultExt
- ops::Op
- ops::OpAny
- ops::OpClone
- ops::OpInstance
- ops::Pass
- ops::PassClone
- ops::activ::elementwise::ActivationFunc
- opt::Opt
- opt::UnboxedCallbacks
- shape::ResultExt
Macros
Functions
- data::image_folder::data_to_image
- data::image_folder::image_to_data
- ops::activ::elementwise::elementwise_build
- ops::numeric_check::func_fill
- ops::numeric_check::generate_input_data
- ops::numeric_check::normal_fill
- ops::numeric_check::numeric_error
- ops::numeric_check::numeric_test
- ops::numeric_check::step
- ops::standard_inner_node_name
- ops::standard_inner_parameter_name
- ops::standard_op_name
- opt::every_n_steps
- opt::max_steps
- opt::min_err
- opt::print_step_data