Created
June 19, 2017 08:25
-
-
Save xuzhongxing/43e303b0762264cce89b070e8d26e735 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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