Bolt
DataType.java
Go to the documentation of this file.
1 
21 package com.huawei.noah;
22 
24 public enum DataType {
25  FP32,
26  FP16,
28  UINT32
29 }
INT32
32 bit integer
Definition: DataType.java:27