LayerDataType$json top-level constant

  1. @Deprecated('Use layerDataTypeDescriptor instead')
Map<String, Object> const LayerDataType$json

Implementation

@$core.Deprecated('Use layerDataTypeDescriptor instead')
const LayerDataType$json = {
  '1': 'LayerDataType',
  '2': [
    {'1': 'INT8', '2': 0},
    {'1': 'UINT8', '2': 1},
    {'1': 'INT16', '2': 2},
    {'1': 'UINT16', '2': 3},
    {'1': 'INT32', '2': 4},
    {'1': 'UINT32', '2': 5},
    {'1': 'FLOAT32', '2': 6},
  ],
};