Connect
Connects output of the first layer to input of the second layer.
DumpToFile
Dump net structure, hyperparameters, backend, target and fusion to dot file.
DumpToPbtxt
Dump net structure, hyperparameters, backend, target and fusion to pbtxt file. Use Netron …
EnableFusion
Enables or disables layer fusion in the network.
EnableWinograd
Enables or disables the Winograd compute branch. The Winograd compute branch can speed up 3x3 …
RegisterOutput
Registers network output with name. Function may create additional Identity layer.
SetHalideScheduler
Schedule layers that support Halide backend.
SetInputShape
Specify shape of network input.
SetInputsNames
Sets outputs names of the network input pseudo layer
SetPreferableBackend
Ask network to use specific computation backend where it supported.
SetPreferableTarget
Ask network to make computations on specific target device.