BNNSComputeLSTMTrainingCacheCapacity(_:)
Returns the minimum bytes capacity of the training cache buffer a long short-term memory (LSTM) layer uses when it’s applied.
Declaration
func BNNSComputeLSTMTrainingCacheCapacity(_ layer_params: UnsafePointer<BNNSLayerParametersLSTM>) -> IntParameters
- layer_params:
The LSTM layer parameters.