Derived Types

TypeLocationExtendsDescription
activation_t activation_m None
double_precision_file_t double_precision_file_m file_t
double_precision_string_t double_precision_string_m string_t
hyperparameters_t hyperparameters_m None
input_output_pair_t input_output_pair_m None
layer_t layer_m None

linked list of layers, each comprised of a linked list of neurons

metadata_t metadata_m None
mini_batch_t mini_batch_m None
network_configuration_t network_configuration_m None
neural_network_t neural_network_m None

Encapsulate the information needed to perform inference

neuron_t neuron_m None

linked list of neurons

tensor_map_t tensor_map_m None
tensor_names_t tensor_names_m None
tensor_t tensor_m None
trainable_network_t trainable_network_m neural_network_t
training_configuration_t training_configuration_m double_precision_file_t
unmapped_network_t neural_network_m None
workspace_t neural_network_m None
type~~graph~~TypeGraph type~activation_t activation_t type~double_precision_file_t double_precision_file_t file_t file_t type~double_precision_file_t->file_t type~double_precision_string_t double_precision_string_t string_t string_t type~double_precision_string_t->string_t type~hyperparameters_t hyperparameters_t type~input_output_pair_t input_output_pair_t type~tensor_t tensor_t type~input_output_pair_t->type~tensor_t inputs_, expected_outputs_ type~layer_t layer_t type~layer_t->type~layer_t next type~neuron_t neuron_t type~layer_t->type~neuron_t neuron type~metadata_t metadata_t type~metadata_t->string_t modelName_, modelAuthor_, compilationDate_, activationFunction_, usingSkipConnections_ type~mini_batch_t mini_batch_t type~mini_batch_t->type~input_output_pair_t input_output_pairs_ type~network_configuration_t network_configuration_t type~neural_network_t neural_network_t type~neural_network_t->type~activation_t activation_ type~neural_network_t->type~metadata_t metadata_ type~tensor_map_t tensor_map_t type~neural_network_t->type~tensor_map_t input_map_, output_map_ type~neuron_t->type~neuron_t next type~tensor_names_t tensor_names_t type~tensor_names_t->string_t inputs_, outputs_ type~trainable_network_t trainable_network_t type~trainable_network_t->type~neural_network_t type~workspace_t workspace_t type~trainable_network_t->type~workspace_t workspace_ type~training_configuration_t training_configuration_t type~training_configuration_t->type~double_precision_file_t type~training_configuration_t->type~hyperparameters_t hyperparameters_ type~training_configuration_t->type~network_configuration_t network_configuration_ type~training_configuration_t->type~tensor_names_t tensor_names_ type~unmapped_network_t unmapped_network_t type~unmapped_network_t->type~neural_network_t neural_network_
Help