pub fn add_blob_device_options<T, U>(
    blob_map: HashMap<String, DeviceOption>,
    nn: *mut NNModule<T, U>
)
Expand description

| Helpers for the convertToNNModule for use if | you already have an NNModule. | | You probably don’t want to use these if you | can use convertToNNModule instead.