Class: Ignis::AI::Tape::Entry
- Inherits:
-
Struct
- Object
- Struct
- Ignis::AI::Tape::Entry
- Defined in:
- lib/nnw/ai/tape.rb
Overview
An entry on the tape representing one operation.
Instance Attribute Summary collapse
-
#backward_fn ⇒ Object
Returns the value of attribute backward_fn.
-
#inputs ⇒ Object
Returns the value of attribute inputs.
-
#output ⇒ Object
Returns the value of attribute output.
Instance Attribute Details
#backward_fn ⇒ Object
Returns the value of attribute backward_fn
22 23 24 |
# File 'lib/nnw/ai/tape.rb', line 22 def backward_fn @backward_fn end |
#inputs ⇒ Object
Returns the value of attribute inputs
22 23 24 |
# File 'lib/nnw/ai/tape.rb', line 22 def inputs @inputs end |
#output ⇒ Object
Returns the value of attribute output
22 23 24 |
# File 'lib/nnw/ai/tape.rb', line 22 def output @output end |