package tflite.metrics

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message ConverterErrorData

converter_error_data.proto:22

enum ConverterErrorData.ErrorCode

converter_error_data.proto:24

Error code for popular errors.

Used in: ConverterErrorData

message ConverterErrorData.FileLoc

converter_error_data.proto:58

Represents a source location with file name, line and column number.

Used in: SourceLoc

message ConverterErrorData.Location

converter_error_data.proto:71

Represents the location information of current node.

Used in: ConverterErrorData

enum ConverterErrorData.LocationType

converter_error_data.proto:45

Represents the type of location.

Used in: Location

message ConverterErrorData.Operator

converter_error_data.proto:39

Information about the op where the error occurs.

Used in: ConverterErrorData

message ConverterErrorData.SourceLoc

converter_error_data.proto:65

Represents the node name and its source location.

Used in: Location