Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
RooONNXFunc::RuntimeCache Struct Reference

Definition at line 188 of file RooONNXFunc.cxx.

Public Types

using Func = void (*)(void *, float *, float const *)
 Uniform thunk signature regardless of input-tensor count.
 

Public Attributes

RooFit::Detail::AnyWithVoidPtr _d_session
 
Func _func
 
RooFit::Detail::AnyWithVoidPtr _session
 

Member Typedef Documentation

◆ Func

using RooONNXFunc::RuntimeCache::Func = void (*)(void *, float *, float const *)

Uniform thunk signature regardless of input-tensor count.

Args: (Session*, output, flat input buffer).

Definition at line 191 of file RooONNXFunc.cxx.

Member Data Documentation

◆ _d_session

RooFit::Detail::AnyWithVoidPtr RooONNXFunc::RuntimeCache::_d_session

Definition at line 194 of file RooONNXFunc.cxx.

◆ _func

Func RooONNXFunc::RuntimeCache::_func

Definition at line 195 of file RooONNXFunc.cxx.

◆ _session

RooFit::Detail::AnyWithVoidPtr RooONNXFunc::RuntimeCache::_session

Definition at line 193 of file RooONNXFunc.cxx.

Collaboration diagram for RooONNXFunc::RuntimeCache:
[legend]

The documentation for this struct was generated from the following file: