Class: Ignis::AI::Tape::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/nnw/ai/tape.rb

Overview

An entry on the tape representing one operation.

Instance Attribute Summary collapse

Instance Attribute Details

#backward_fnObject

Returns the value of attribute backward_fn

Returns:

  • (Object)

    the current value of backward_fn



22
23
24
# File 'lib/nnw/ai/tape.rb', line 22

def backward_fn
  @backward_fn
end

#inputsObject

Returns the value of attribute inputs

Returns:

  • (Object)

    the current value of inputs



22
23
24
# File 'lib/nnw/ai/tape.rb', line 22

def inputs
  @inputs
end

#outputObject

Returns the value of attribute output

Returns:

  • (Object)

    the current value of output



22
23
24
# File 'lib/nnw/ai/tape.rb', line 22

def output
  @output
end