ImageNets Wiki
Advertisement

This block can load an ImageNet and builds its ports from the ImageNet's PortIn and PortOut blocks. Make sure that the Input and Output IDs in the loaded ImageNet are unique.

Executor1

ImageNet with input and output ports.

Executor

The previously defined ImageNet loaded in an ImageNetExecutor.


The Embedding Plugin combines three powerful concepts

  1. "Load Image": simulation of an ImageNet
  2. "PortIn and PortOut": reusing of an ImageNet inside an Imagenet (Information Hiding, DRY - Don't repeat yourself)
  3. "VariableIn and VariableOut": loading and executing an ImageNet from code
Embedding

With the InputSwitch and the In/Out Ports and Variables an ImageNet can use all three concepts.

Advertisement