FillStringTensorElement property

Pointer<NativeFunction<OrtStatusPtr Function(Pointer<OrtValue> value, Pointer<Char> s, Size index)>> FillStringTensorElement
getter/setter pair

\brief Set a single string in a string tensor

\paramin value A string tensor \paramin s A null terminated UTF-8 encoded string \paramin index Index of the string in the tensor to set

\snippet{doc} snippets.dox OrtStatus Return Value

Implementation

external ffi.Pointer<
  ffi.NativeFunction<
    OrtStatusPtr Function(
      ffi.Pointer<OrtValue> value,
      ffi.Pointer<ffi.Char> s,
      ffi.Size index,
    )
  >
>
FillStringTensorElement;