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