exchange_t Derived Type

type, public :: exchange_t


Inherits

type~~exchange_t~~InheritsGraph type~exchange_t exchange_t string_t string_t type~exchange_t->string_t metadata_ type~activation_strategy_t activation_strategy_t type~exchange_t->type~activation_strategy_t activation_strategy_ type~tensor_range_t tensor_range_t type~exchange_t->type~tensor_range_t input_range_, output_range_

Components

Type Visibility Attributes Name Initial
class(activation_strategy_t), public, allocatable :: activation_strategy_
real(kind=rkind), public, allocatable :: biases_(:,:)
type(tensor_range_t), public :: input_range_
type(string_t), public :: metadata_(size(key))
integer, public, allocatable :: nodes_(:)
type(tensor_range_t), public :: output_range_
real(kind=rkind), public, allocatable :: weights_(:,:,:)