concepts.dm.crow.controller.CrowControllerApplier#

class CrowControllerApplier[source]#

Bases: object

Methods

Attributes

name

controller

The controller to be applied.

arguments

The arguments of the controller application.

__init__(controller, arguments)[source]#
Parameters:
__new__(**kwargs)#
arguments: Tuple[str | TensorValue, ...]#

The arguments of the controller application.

controller: CrowController#

The controller to be applied.

property name: str#