Class TensorDataType

java.lang.Object
com.yahoo.vespa.objects.Selectable
com.yahoo.vespa.objects.Identifiable
com.yahoo.document.DataType
com.yahoo.document.TensorDataType
All Implemented Interfaces:
Cloneable, Comparable<DataType>

public class TensorDataType extends DataType
A DataType containing a tensor type
Author:
bratseth
  • Field Details

    • classId

      public static int classId
  • Constructor Details

    • TensorDataType

      public TensorDataType(com.yahoo.tensor.TensorType tensorType)
  • Method Details