Class: DSPy::Module
- Inherits:
-
Object
- Object
- DSPy::Module
- Defined in:
- lib/dspy/module.rb
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
9 10 11 |
# File 'lib/dspy/module.rb', line 9 def call(...) forward(...) end |
#forward ⇒ Object
5 6 7 |
# File 'lib/dspy/module.rb', line 5 def forward(...) raise NotImplementedError, "Subclasses must implement forward method" end |