﻿jax.numpy.dtype
===============

.. currentmodule:: jax.numpy

.. autoclass:: dtype

   
   .. automethod:: __init__

   
   .. rubric:: Methods

   .. autosummary::
   
      ~dtype.__init__
      ~dtype.newbyteorder
   
   

   
   
   .. rubric:: Attributes

   .. autosummary::
   
      ~dtype.alignment
      ~dtype.base
      ~dtype.byteorder
      ~dtype.char
      ~dtype.descr
      ~dtype.fields
      ~dtype.flags
      ~dtype.hasobject
      ~dtype.isalignedstruct
      ~dtype.isbuiltin
      ~dtype.isnative
      ~dtype.itemsize
      ~dtype.kind
      ~dtype.metadata
      ~dtype.name
      ~dtype.names
      ~dtype.ndim
      ~dtype.num
      ~dtype.shape
      ~dtype.str
      ~dtype.subdtype
      ~dtype.type
   
   