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ο
- afe.ir.serializer.visualizer_defines.NNodeNameο
- class afe.ir.serializer.visualizer_defines.NArrayο
Properties of an array, to be represented in a Keras JSON fileβs weightsManifest.
- dtype: strο
- shape: List[int]ο
- name: strο
- to_json() Any ο
- class afe.ir.serializer.visualizer_defines.NLayerWeightsο
Constant arrays associated with a layer, to be represented in a Keras JSON fileβs weightsManifest.
- to_json() Any ο
- class afe.ir.serializer.visualizer_defines.NInboundNodeο
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.
- name: NNodeNameο
- index: intο
- to_json() Any ο