LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "keras_model.h"
Public Member Functions | |
DataChunk2D (size_t depth, size_t rows, size_t cols, float init) | |
DataChunk2D (void) | |
std::vector< std::vector< std::vector< float > > > & | get_3d_rw () |
std::vector< std::vector< std::vector< float > > > const & | get_3d () const |
virtual void | set_data (std::vector< std::vector< std::vector< float >>> const &d) |
size_t | get_data_dim (void) const |
void | show_name () |
void | show_values () |
void | read_from_file (const std::string &fname) |
virtual std::vector< float > const & | get_1d () const |
virtual void | set_data (std::vector< float > const &) |
Public Attributes | |
std::vector< std::vector< std::vector< float > > > | data |
int | m_depth |
int | m_rows |
int | m_cols |
Definition at line 61 of file keras_model.h.
|
inline |
Definition at line 63 of file keras_model.h.
|
inline |
Definition at line 66 of file keras_model.h.
|
inlinevirtualinherited |
Reimplemented in keras::DataChunkFlat.
Definition at line 48 of file keras_model.h.
Referenced by keras::LayerActivation::compute_output(), keras::LayerDense::compute_output(), and keras::KerasModel::compute_output().
|
inlinevirtual |
Reimplemented from keras::DataChunk.
Definition at line 69 of file keras_model.h.
|
inline |
Definition at line 68 of file keras_model.h.
Referenced by keras::LayerConv2D::compute_output().
|
inlinevirtual |
|
virtual |
Reimplemented from keras::DataChunk.
Definition at line 24 of file keras_model.cc.
References d, fin, r, and keras::read_1d_array().
|
inlinevirtualinherited |
|
inlinevirtual |
Reimplemented from keras::DataChunk.
Definition at line 70 of file keras_model.h.
References d.
Referenced by PointIdAlgTools::PointIdAlgKeras::Run().
|
inlinevirtual |
Implements keras::DataChunk.
Definition at line 73 of file keras_model.h.
|
inlinevirtual |
Implements keras::DataChunk.
Definition at line 79 of file keras_model.h.
References keras::DataChunk::read_from_file().
std::vector<std::vector<std::vector<float> > > keras::DataChunk2D::data |
Definition at line 97 of file keras_model.h.
int keras::DataChunk2D::m_cols |
Definition at line 101 of file keras_model.h.
int keras::DataChunk2D::m_depth |
Definition at line 99 of file keras_model.h.
int keras::DataChunk2D::m_rows |
Definition at line 100 of file keras_model.h.