stgraph.compiler.op package

Subpackages

Submodules

stgraph.compiler.op.op module

class stgraph.compiler.op.op.Op(op, fprog)[source]

Bases: ABC

abstract to_schema()[source]

translate backend-specific ops to uniform schema

stgraph.compiler.op.op_factory module

class stgraph.compiler.op.op_factory.OpFactory[source]

Bases: object

create(op, backend, fprog)[source]

Module contents