Sign in
opensecura
/
3p
/
openxla
/
iree
/
d72d304f0d8bea62566e9c0dbc8767fd54bb5dc6
/
.
/
schemas
/
bytecode_def.fbs
blob: 1f3206b7134aee74b3e698b36ddaa171988d6214 [
file
] [
log
] [
blame
]
namespace
iree
;
table
BytecodeDef
{
local_count
:
int
;
contents
:[
byte
];
}
root_type
BytecodeDef
;