model.cpp/hpp
I made the model struct to store layers. I'm still missing the backward functions, but it's functional
This commit is contained in:
@@ -38,12 +38,6 @@
|
||||
#include <config/types.hpp> // panic::uint_t, panic::int_t, and panic::real_t
|
||||
|
||||
|
||||
//--------------------------------------------------------------------------------------------------------------------------
|
||||
// Function Name : panic::random::seed
|
||||
//
|
||||
// Description:
|
||||
// base for random libary
|
||||
//--------------------------------------------------------------------------------------------------------------------------
|
||||
namespace panic{
|
||||
namespace random{
|
||||
|
||||
@@ -77,8 +71,6 @@ struct seed_t{
|
||||
*/
|
||||
bool set(panic::types::uint_t seed);
|
||||
|
||||
// Creates a deterministic state from the seed and an index.
|
||||
// This is OMP-friendly because it does not modify shared memory.
|
||||
/**
|
||||
* @brief Returns a random number based on seed and index
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user