| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(base_layer_type), | intent(in) | :: | this |
Instance of the layer |
||
| character(len=*), | intent(in) | :: | prefix |
Input name prefix (e.g. "input_1") |
||
| type(onnx_tensor_type), | intent(inout), | dimension(:) | :: | graph_inputs |
Accumulator for graph inputs |
|
| integer, | intent(inout) | :: | num_inputs |
Current number of inputs |
Emit graph input tensor declarations for this layer Default implementation does nothing; override for GNN layers