nimblebox logo
Docs
v3.3.1b

nbox.lib.arch

Here are some operators that can be used to create different architectural formats.

Classes

iconclassStepOp
[source]
iconfunction__init__
[source]

Convinience operator, add a no output operator using .add_step and don't write forward

Example:

Python
Loading...
iconfunctionadd_step
[source]

Add a step to the operator

iconfunctionforward
[source]

Forward function is not required, but you can define it if you want to.

iconclassSequential
[source]
iconfunction__init__
[source]

Package a list of operators into a sequential pipeline.

iconfunctionforward
[source]

Forward function for the sequential pipeline

nbox SDKnbox provides built in access to all the APIs and packages them in the most user friendly manner.Star 0