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

#include <TfLiteUtils.hpp>

Collaboration diagram for TfLiteTensorElementCountMismatch:
[legend]

Public Member Functions

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

Public Attributes

TensorType tensor_type
 
size_t provided_elements
 
size_t expected_elements
 

Member Function Documentation

◆ operator==()

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

◆ to_string()

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

Member Data Documentation

◆ expected_elements

size_t TfLiteTensorElementCountMismatch::expected_elements

◆ provided_elements

size_t TfLiteTensorElementCountMismatch::provided_elements

◆ tensor_type

TensorType TfLiteTensorElementCountMismatch::tensor_type