Class ConvertBoofToTorch

java.lang.Object
deepboof.io.torch7.ConvertBoofToTorch

public class ConvertBoofToTorch
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    ConvertBoofToTorch()  
  • Method Summary

    Modifier and Type Method Description
    static TorchBoolean convert​(boolean value)  
    static TorchNumber convert​(double number)  
    static TorchTensor convert​(deepboof.Tensor input)
    Converts a DeepBoof tensor into a Torch tensor
    static TorchString convert​(java.lang.String message)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait