Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save xuzhongxing/43e303b0762264cce89b070e8d26e735 to your computer and use it in GitHub Desktop.
Save xuzhongxing/43e303b0762264cce89b070e8d26e735 to your computer and use it in GitHub Desktop.
public static void main(String[] args) {
DataTypeUtil.setDTypeForContext(DataBuffer.Type.DOUBLE);
System.out.println(Nd4j.dataType().toString());
..
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment