HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
onnxruntime::utils::mltype_dispatcher_internal::CallableDispatchableHelper Class Reference

#include <data_types_internal.h>

Public Member Functions

 CallableDispatchableHelper (int32_t dt_type) noexcept
 
template<class T , class Fn , class... Args>
int Invoke (Fn &&fn, Args &&...args)
 
void CheckCalledOnce ()
 

Detailed Description

Definition at line 171 of file data_types_internal.h.

Constructor & Destructor Documentation

onnxruntime::utils::mltype_dispatcher_internal::CallableDispatchableHelper::CallableDispatchableHelper ( int32_t  dt_type)
inlineexplicitnoexcept

Definition at line 176 of file data_types_internal.h.

Member Function Documentation

void onnxruntime::utils::mltype_dispatcher_internal::CallableDispatchableHelper::CheckCalledOnce ( )
inline

Definition at line 188 of file data_types_internal.h.

template<class T , class Fn , class... Args>
int onnxruntime::utils::mltype_dispatcher_internal::CallableDispatchableHelper::Invoke ( Fn &&  fn,
Args &&...  args 
)
inline

Definition at line 180 of file data_types_internal.h.


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