Module tornado.api

Package uk.ac.manchester.tornado.api.types.arrays


package uk.ac.manchester.tornado.api.types.arrays
  • Classes
    Class
    Description
    This class represents an array of bytes stored in native memory.
    This class represents an array of characters stored in native memory.
    This class represents an array of doubles stored in native memory.
    This class represents an array of floats stored in native memory.
    This class represents an array of half floats (float16 types) stored in native memory.
     
    This class represents an array of ints stored in native memory.
    This class represents an array of longs stored in native memory.
    This class represents an array of shorts stored in native memory.
    This abstract sealed class represents the common functionality of the TornadoVM custom native arrays, (e.g., ByteArray, IntArray, etc.)