Net.fromPointer constructor

Net.fromPointer(
  1. NetPtr ptr, [
  2. bool attach = true
])

Implementation

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