EyeAI
Loading...
Searching...
No Matches
TfLiteNonFloatTensorTypeError Struct Reference

#include <TfLiteUtils.hpp>

Collaboration diagram for TfLiteNonFloatTensorTypeError:
[legend]

Public Member Functions

std::string to_string () const
 
bool operator== (const TfLiteNonFloatTensorTypeError &other) const =default
 

Public Attributes

TensorType tensor_type
 
TfLiteType tensor_element_type
 

Member Function Documentation

◆ operator==()

bool TfLiteNonFloatTensorTypeError::operator== ( const TfLiteNonFloatTensorTypeError & other) const
default

◆ to_string()

std::string TfLiteNonFloatTensorTypeError::to_string ( ) const
nodiscard

Member Data Documentation

◆ tensor_element_type

TfLiteType TfLiteNonFloatTensorTypeError::tensor_element_type

◆ tensor_type

TensorType TfLiteNonFloatTensorTypeError::tensor_type