float8e5m2 (Float8 Floating Point) data type  
 More...
#include <onnxruntime_cxx_api.h>
float8e5m2 (Float8 Floating Point) data type 
It is necessary for type dispatching to make use of C++ API The type is implicitly convertible to/from uint8_t. See https://onnx.ai/onnx/technical/float8.html for further details. 
 
◆ Float8E5M2_t() [1/2]
  
  
      
        
          | constexpr Ort::Float8E5M2_t::Float8E5M2_t  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlineconstexprnoexcept   | 
  
 
 
◆ Float8E5M2_t() [2/2]
  
  
      
        
          | constexpr Ort::Float8E5M2_t::Float8E5M2_t  | 
          ( | 
          uint8_t  | 
          v | ) | 
           | 
         
       
   | 
  
inlineconstexprnoexcept   | 
  
 
 
◆ operator uint8_t()
  
  
      
        
          | constexpr Ort::Float8E5M2_t::operator uint8_t  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inlineconstexprnoexcept   | 
  
 
 
◆ operator!=()
  
  
      
        
          | constexpr bool Ort::Float8E5M2_t::operator!=  | 
          ( | 
          const Float8E5M2_t &  | 
          rhs | ) | 
           const | 
         
       
   | 
  
inlineconstexprnoexcept   | 
  
 
 
◆ operator==()
  
  
      
        
          | constexpr bool Ort::Float8E5M2_t::operator==  | 
          ( | 
          const Float8E5M2_t &  | 
          rhs | ) | 
           const | 
         
       
   | 
  
inlineconstexprnoexcept   | 
  
 
 
◆ value
      
        
          | uint8_t Ort::Float8E5M2_t::value |