computeEntryWeightUpdateSIMD method
E
computeEntryWeightUpdateSIMD(
- E weight,
- E weightLastUpdate,
- E gradient,
- E previousGradient,
- T previousUpdateDeltas,
- T noImprovementCounter,
- int weightsEntryIndex,
- E neuronOutput,
inherited
Implementation of the weight update for an entry (SIMD).
Implementation
E computeEntryWeightUpdateSIMD(
E weight,
E weightLastUpdate,
E gradient,
E previousGradient,
T previousUpdateDeltas,
T noImprovementCounter,
int weightsEntryIndex,
E neuronOutput,
) {
throw UnsupportedError('No SIMD implementation for: $this');
}