Classes

Summary

class

class parent

truncated documentation

CEventProfiler

C++ buffer for @see cl EventProfiler.

CEventProfilerEvent

Description of an event logged by the the class @see cl CEventProfiler.

ContainerType

Type enumeration, similar to dtype. Members: VOID : untyped pointer BYTE : byte pointer FLOAT : float pointer …

EventProfiler

This profiler profiles both memory and function calls. It stores events and produces a timeline. See EventProfiler

EventProfilerDebug

One class to measure time wasted by profiling.

ExecutionStat

Holds results to compare execution time of functions.

FastDictInt64Int64

Dictionary { int64, int64: int64 }, faster than the python version..

FastDictIntInt

Dictionary { int64, int64: int64 }, faster than the python version..

FastDictStrInt64

Dictionary { str, int64: int64 }, faster than the python version..

KThread

Add methods kill to threading.Thread.

OneTensor

Definition of a simple tensor. `PYBIND11_MAKE_OPAQUE(std

OneTensor2

Definition of a simple tensor, `PYBIND11_MAKE_OPAQUE(std

OneTensorVector

PyCContainer

Custom container, may contain almost everything.

RandomTensorVectorFloat

Random Tensors

RandomTensorVectorFloat2

Random Tensors

TensorVectorConstReferencePointer

Reference on `std

TensorVectorConstReferencePointer2

Reference on `std

WeightedArray

Implements an array holding @see WeightedDouble numbers. This leverages a new concept introduced in pandas 0.24 …

WeightedDouble

Implements a weighted double used to speed up computation with aggregation. It contains two attributes:

WeightedDoubleAccessor

Extends pandas with new accessor for series based on @see cl WeightedDouble.

WeightedFloat

Implements a weighted float used to speed up computation with aggregation. It contains two attributes:

WeightedSeries

Implements a series holding @see WeightedDouble numbers. Does not add anything to Series.

WeightedSeriesDtype

Defines a custom type for a @see cl WeightedSeries.

WithEventProfiler

Enables profiling with the following syntax:

cmap_int_int