|
| template<typename T, typename V> |
| void | SetValueChecked (Optional< T & > optionalRef, V &&val) |
| template<typename Float16Func, typename Float32Func, typename Uint8Func, typename Int32Func, typename BooleanFunc, typename ... Params> |
| bool | IsSupportedForDataTypeGeneric (Optional< std::string & > reasonIfUnsupported, DataType dataType, Float16Func float16FuncPtr, Float32Func float32FuncPtr, Uint8Func uint8FuncPtr, Int32Func int32FuncPtr, BooleanFunc booleanFuncPtr, Params &&... params) |
| template<typename ... Params> |
| bool | TrueFunc (Optional< std::string & > reasonIfUnsupported, Params &&... params) |
| template<typename ... Params> |
| bool | FalseFunc (Optional< std::string & > reasonIfUnsupported, Params &&... params) |
| template<typename ... Params> |
| bool | FalseFuncF16 (Optional< std::string & > reasonIfUnsupported, Params &&... params) |
| template<typename ... Params> |
| bool | FalseFuncF32 (Optional< std::string & > reasonIfUnsupported, Params &&... params) |
| template<typename ... Params> |
| bool | FalseFuncU8 (Optional< std::string & > reasonIfUnsupported, Params &&... params) |
| template<typename ... Params> |
| bool | FalseFuncI32 (Optional< std::string & > reasonIfUnsupported, Params &&... params) |
| template<typename ... Params> |
| bool | FalseInputFuncF32 (Optional< std::string & > reasonIfUnsupported, Params &&... params) |
| template<typename ... Params> |
| bool | FalseInputFuncF16 (Optional< std::string & > reasonIfUnsupported, Params &&... params) |
| template<typename ... Params> |
| bool | FalseOutputFuncF32 (Optional< std::string & > reasonIfUnsupported, Params &&... params) |
| template<typename ... Params> |
| bool | FalseOutputFuncF16 (Optional< std::string & > reasonIfUnsupported, Params &&... params) |