Menoh
Classes | Enumerations
Error

Classes

class  menoh::error
 The error class thrown when any error occured. More...
 

Enumerations

enum  menoh::error_code_t {
  menoh::error_code_t::success = menoh_error_code_success, menoh::error_code_t::std_error = menoh_error_code_std_error, menoh::error_code_t::unknown_error = menoh_error_code_unknown_error, menoh::error_code_t::invalid_filename = menoh_error_code_invalid_filename,
  menoh::error_code_t::unsupported_onnx_opset_version, menoh::error_code_t::onnx_parse_error = menoh_error_code_onnx_parse_error, menoh::error_code_t::invalid_dtype = menoh_error_code_invalid_dtype, menoh::error_code_t::invalid_attribute_type = menoh_error_code_invalid_attribute_type,
  menoh::error_code_t::unsupported_operator_attribute, menoh::error_code_t::dimension_mismatch = menoh_error_code_dimension_mismatch, menoh::error_code_t::variable_not_found = menoh_error_code_variable_not_found, menoh::error_code_t::index_out_of_range = menoh_error_code_index_out_of_range,
  menoh::error_code_t::json_parse_error = menoh_error_code_json_parse_error, menoh::error_code_t::invalid_backend_name = menoh_error_code_invalid_backend_name, menoh::error_code_t::unsupported_operator = menoh_error_code_unsupported_operator, menoh::error_code_t::failed_to_configure_operator,
  menoh::error_code_t::backend_error = menoh_error_code_backend_error, menoh::error_code_t::same_named_variable_already_exist, menoh::error_code_t::invalid_dims_size
}
 

Detailed Description

Enumeration Type Documentation

◆ error_code_t

enum menoh::error_code_t
strong
Enumerator
success 
std_error 
unknown_error 
invalid_filename 
unsupported_onnx_opset_version 
onnx_parse_error 
invalid_dtype 
invalid_attribute_type 
unsupported_operator_attribute 
dimension_mismatch 
variable_not_found 
index_out_of_range 
json_parse_error 
invalid_backend_name 
unsupported_operator 
failed_to_configure_operator 
backend_error 
same_named_variable_already_exist 
invalid_dims_size