OpenNN
Open-source neural networks library
Loading...
Searching...
No Matches
batch.h File Reference

Declares the Batch struct used to feed mini-batches into ForwardPropagation and BackPropagation. More...

#include "tensor_utilities.h"
#include "dataset.h"

Go to the source code of this file.

Classes

struct  opennn::Batch
 Owns the host-side and (optional) device-side buffers for one mini-batch of dataset samples. More...
 

Namespaces

namespace  opennn
 

Detailed Description

Declares the Batch struct used to feed mini-batches into ForwardPropagation and BackPropagation.