Versions in this module Expand all Collapse all v0 v0.3.0 Aug 25, 2025 Changes in this version + type SimpleRNN struct + func NewSimpleRNN[T tensor.Numeric](name string, engine compute.Engine[T], ops numeric.Arithmetic[T], ...) (*SimpleRNN[T], error) + func (r *SimpleRNN[T]) Attributes() map[string]interface{} + func (r *SimpleRNN[T]) Backward(ctx context.Context, mode types.BackwardMode, ...) ([]*tensor.TensorNumeric[T], error) + func (r *SimpleRNN[T]) Forward(ctx context.Context, inputs ...*tensor.TensorNumeric[T]) (*tensor.TensorNumeric[T], error) + func (r *SimpleRNN[T]) OpType() string + func (r *SimpleRNN[T]) OutputShape() []int + func (r *SimpleRNN[T]) Parameters() []*graph.Parameter[T]