Class FunctionAndParameters<T extends deepboof.Tensor<T>>

java.lang.Object
deepboof.io.torch7.FunctionAndParameters<T>

public class FunctionAndParameters<T extends deepboof.Tensor<T>>
extends java.lang.Object
Storage for a saved DeepBoof function and learned parameters
  • Field Summary

    Fields 
    Modifier and Type Field Description
    deepboof.Function<T> function  
    java.util.List<T> parameters  
  • Constructor Summary

    Constructors 
    Constructor Description
    FunctionAndParameters()  
  • Method Summary

    Modifier and Type Method Description
    <F extends deepboof.Function<T>>
    F
    getFunction()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • function

      public deepboof.Function<T extends deepboof.Tensor<T>> function
    • parameters

      public java.util.List<T extends deepboof.Tensor<T>> parameters
  • Constructor Details

  • Method Details

    • getFunction

      public <F extends deepboof.Function<T>> F getFunction()