afe.ir.serializer.visualizer_definesο
Python analogues of data structures for the Netron file format. These are temporary data structures representing data that will be written to a JSON file for Netron.
Attributesο
Classesο
Properties of an array, to be represented in a Keras JSON file's weightsManifest. |
|
Constant arrays associated with a layer, to be represented in a Keras JSON file's |
|
Properties of an inbound node, to be represented in a Keras JSON file. |
|
Properties of a layer, to be represented in a Keras JSON file. |
|
Properties of one input or output of a model, to be represented in a Keras JSON file. |
Module Contentsο
- class afe.ir.serializer.visualizer_defines.NArray[source]ο
Properties of an array, to be represented in a Keras JSON fileβs weightsManifest.
- class afe.ir.serializer.visualizer_defines.NLayerWeights[source]ο
Constant arrays associated with a layer, to be represented in a Keras JSON fileβs weightsManifest.
- class afe.ir.serializer.visualizer_defines.NInboundNode[source]ο
Properties of an inbound node, to be represented in a Keras JSON file. An inbound node corresponds to one input graph edge of an AwesomeNode.
- class afe.ir.serializer.visualizer_defines.NLayer[source]ο
Properties of a layer, to be represented in a Keras JSON file. A layer corresponds to an AwesomeNode.
- inbound_nodes: List[NInboundNode][source]ο