Get desktop application:
View/edit binary Protocol Buffers messages
The name of the component from which the error was originally thrown.
The name of the subcomponent from which the error was originally thrown. In MLIR, this field contains the pass name.
Error code for popular errors.
Used in:
200- 209 error codes are reserved for backend(delegate) compatibility. Backend compatibility is checked at MlirToFlatBufferTranslateFunction() with the converted flatbuffer model. If some nodes are incompatibile with the given backends in TocoFlags.supported_backends, the error will be raised.
Represents a source location with file name, line and column number.
Used in:
Represents the location information of current node.
Used in:
For each location type, this field is different. If type is: - UNKNOWNLOC: call is empty. - NAMELOC: call has a single element representing the current node. - CALLSITELOC: call is a chain of source locations representing a stacktrace. - FUSEDLOC: call is a list, represents the list of output tensor locations.
Represents the type of location.
Used in:
No location information available.
The location is the nodename;
The location is a stacktrace.
The location is a fused location, usually represents the list of output tensor locations of that node.
Information about the op where the error occurs.
Used in:
The op name has "<dialect>.<name>" format, Ex: "tf.Abs".
Represents the node name and its source location.
Used in: