ReleasePrepackedWeightsContainer property

Pointer<NativeFunction<Void Function(Pointer<OrtPrepackedWeightsContainer> input)>> ReleasePrepackedWeightsContainer
getter/setter pair

\brief Release OrtPrepackedWeightsContainer instance

\note instance must not be released until the sessions using it are released

Implementation

external ffi.Pointer<
  ffi.NativeFunction<
    ffi.Void Function(ffi.Pointer<OrtPrepackedWeightsContainer> input)
  >
>
ReleasePrepackedWeightsContainer;