Interface GraphNode.BackwardFunc<T>

Enclosing class:
GraphNode<T>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface GraphNode.BackwardFunc<T>
Functional interface for the backward pass of an operation.
Since:
2.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    backward(Tensor<T> outputGrad)
     
  • Method Details

    • backward

      void backward(Tensor<T> outputGrad)