Spaces:
Runtime error
Runtime error
File size: 136 Bytes
78c921d | 1 2 3 4 5 6 7 8 9 | // automatically generated by the FlatBuffers compiler, do not modify
export enum Precision{
HALF = 0,
SINGLE = 1,
DOUBLE = 2
}
|