Collaboration diagram for Biased Cluster:
|
Functions | |
| C_NNFW_API NnfwCluster * | NnfwClusterCreateBiased (unsigned int numNeurons) |
| C_NNFW_API void | NnfwBiasedClusterSetBiases (NnfwCluster *, Real *outs) |
| C_NNFW_API void | NnfwBiasedClusterSetBias (NnfwCluster *, unsigned int neuron, Real value) |
| C_NNFW_API Real * | NnfwBiasedClusterBiases (NnfwCluster *) |
| C_NNFW_API Real | NnfwBiasedClusterBias (NnfwCluster *, unsigned int neuron) |
| C_NNFW_API Real NnfwBiasedClusterBias | ( | NnfwCluster * | , | |
| unsigned int | neuron | |||
| ) |
Return the bias of neuron
| C_NNFW_API Real* NnfwBiasedClusterBiases | ( | NnfwCluster * | ) |
Return the biases
| C_NNFW_API void NnfwBiasedClusterSetBias | ( | NnfwCluster * | , | |
| unsigned int | neuron, | |||
| Real | value | |||
| ) |
Set the bias of neuron
| C_NNFW_API void NnfwBiasedClusterSetBiases | ( | NnfwCluster * | , | |
| Real * | outs | |||
| ) |
Set the biases of neurons
| C_NNFW_API NnfwCluster* NnfwClusterCreateBiased | ( | unsigned int | numNeurons | ) |
Create a Biased Cluster