Class ConstantTensorJsonValidator


  • public class ConstantTensorJsonValidator
    extends java.lang.Object
    ConstantTensorJsonValidator strictly validates a constant tensor in JSON format read from a Reader object
    Author:
    Vegard Sjonfjell
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void validate​(java.lang.String fileName, com.yahoo.tensor.TensorType type, java.io.Reader tensorData)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ConstantTensorJsonValidator

        public ConstantTensorJsonValidator()
    • Method Detail

      • validate

        public void validate​(java.lang.String fileName,
                             com.yahoo.tensor.TensorType type,
                             java.io.Reader tensorData)