Class TensorTypeParser


  • public class TensorTypeParser
    extends java.lang.Object
    Class for parsing a tensor type spec.
    Author:
    geirst, bratseth
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static TensorType fromSpec​(java.lang.String specString)  
      • Methods inherited from class java.lang.Object

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

      • TensorTypeParser

        public TensorTypeParser()
    • Method Detail

      • fromSpec

        public static TensorType fromSpec​(java.lang.String specString)