GetStringTensorElementLength property

Pointer<NativeFunction<OrtStatusPtr Function(Pointer<OrtValue> value, Size index, Pointer<Size> out)>> GetStringTensorElementLength
getter/setter pair

\brief Get the length of a single string in a string tensor

\paramin value A string tensor \paramin index Index of the string in the tensor \paramout out Set to number of bytes of the string element

\snippet{doc} snippets.dox OrtStatus Return Value

Implementation

external ffi.Pointer<
  ffi.NativeFunction<
    OrtStatusPtr Function(
      ffi.Pointer<OrtValue> value,
      ffi.Size index,
      ffi.Pointer<ffi.Size> out,
    )
  >
>
GetStringTensorElementLength;