SessionEndProfiling property
Pointer<NativeFunction<OrtStatusPtr Function(Pointer<OrtSession> session, Pointer<OrtAllocator> allocator, Pointer<Pointer<Char> > out)> >
SessionEndProfiling
getter/setter pair
\brief End profiling and return filename of the profile data
Profiling is turned on through OrtApi::EnableProfiling
\paramin session
\paramin allocator
\paramout out Null terminated string of the filename, allocated using allocator. Must be freed using allocator
\snippet{doc} snippets.dox OrtStatus Return Value
Implementation
external ffi.Pointer<
ffi.NativeFunction<
OrtStatusPtr Function(
ffi.Pointer<OrtSession> session,
ffi.Pointer<OrtAllocator> allocator,
ffi.Pointer<ffi.Pointer<ffi.Char>> out,
)
>
>
SessionEndProfiling;