Skip to main content
Ctrl+K
Awkward Array 2.9.0 documentation - Home Awkward Array 2.9.0 documentation - Home
  • Getting started
  • User guide
  • API reference
  • Contributor guide
  • Release history
  • GitHub
  • PyPI
  • Gitter
  • Getting started
  • User guide
  • API reference
  • Contributor guide
  • Release history
  • GitHub
  • PyPI
  • Gitter
  • ak.typetracer.TypeTracerReport

ak.typetracer.TypeTracerReport#

Defined in awkward._nplikes.typetracer on line 190.

class ak.typetracer.TypeTracerReport#
_shape_touched_set#
_data_touched_set#
_node_id_to_shape_touched: dict[str, ImmutableBitSet]#
_node_id_to_data_touched: dict[str, ImmutableBitSet]#
set_labels(labels: collections.abc.Collection[str])#
property shape_touched: list[str]#
property data_touched: list[str]#
touch_shape(label: str) → None#
touch_data(label: str) → None#
commit(node_id: str) → None#
shape_touched_in(node_ids: collections.abc.Collection[str]) → list[str]#
data_touched_in(node_ids: collections.abc.Collection[str]) → list[str]#
On this page
  • ak.typetracer.TypeTracerReport
    • ak.typetracer.TypeTracerReport._shape_touched_set
    • ak.typetracer.TypeTracerReport._data_touched_set
    • ak.typetracer.TypeTracerReport._node_id_to_shape_touched
    • ak.typetracer.TypeTracerReport._node_id_to_data_touched
    • ak.typetracer.TypeTracerReport.set_labels()
    • ak.typetracer.TypeTracerReport.shape_touched
    • ak.typetracer.TypeTracerReport.data_touched
    • ak.typetracer.TypeTracerReport.touch_shape()
    • ak.typetracer.TypeTracerReport.touch_data()
    • ak.typetracer.TypeTracerReport.commit()
    • ak.typetracer.TypeTracerReport.shape_touched_in()
    • ak.typetracer.TypeTracerReport.data_touched_in()
Edit on GitHub
Show Source

© Copyright 2022, Awkward Array development team.

Created using Sphinx 7.4.7.

Support for this work was provided by NSF cooperative agreement OAC-1836650 (IRIS-HEP 1), PHY-2323298 (IRIS-HEP 2), grant OAC-1450377 (DIANA/HEP), PHY-1520942 and PHY-2121686 (US-CMS LHC Ops), and OAC-2103945 (Awkward Array).

Built with the PyData Sphinx Theme 0.17.0.