PlaceholderLayer
Layer replacing an unsupported Keras or ONNX layer
PlaceholderLayer
is not recommended. Use importNetworkFromTensorFlow
or importNetworkFromONNX
to import a Keras or ONNX™ network as a dlnetwork
object with custom
layers.
Description
PlaceholderLayer
is a layer that importKerasLayers
and importONNXLayers
insert into a layer array or layer graph in place of an
unsupported Keras or ONNX layer.
Creation
Importing layers from a Keras or ONNX network that has layers that are not supported by Deep Learning Toolbox™ creates PlaceholderLayer
objects.