Layer.fromPointer constructor

Layer.fromPointer(
  1. LayerPtr ptr, [
  2. bool attach = true
])

Implementation

factory Layer.fromPointer(cdnn.LayerPtr ptr, [bool attach = true]) => Layer._(ptr, attach);