Skip to main content
Ctrl+K

maite 0.9.4 documentation

  • Tutorials
  • How-To Guides
  • Explanation
  • Reference
  • Changelog
  • GitHub
  • PyPI
  • Anaconda
  • Tutorials
  • How-To Guides
  • Explanation
  • Reference
  • Changelog
  • GitHub
  • PyPI
  • Anaconda

Section Navigation

  • protocols (by AI problem)
    • image classification
    • object detection
    • multiobject tracking
    • generic
      • ArrayLike
      • DatumMetadata
      • Augmentation
      • DataLoader
      • Dataset
      • Metric
      • Model
  • tasks
  • interop
  • Reference
  • protocols (by AI problem)
  • generic
  • ArrayLike

ArrayLike#

type maite.protocols.ArrayLike = Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | complex | bytes | str | _NestedSequence[complex | bytes | str]#

Object coercible into a NumPy ndarray (alias of numpy.typing.ArrayLike)

previous

generic

next

DatumMetadata

On this page
  • ArrayLike

This Page

  • Show Source

© Copyright 2024 Massachusetts Institute of Technology.

Created using Sphinx 9.1.0.

Built with the PyData Sphinx Theme 0.16.1.