Searched defs:tensorShape (Results 1 – 3 of 3) sorted by relevance
| /third_party/mindspore/mindspore-src/source/mindspore/lite/java/src/test/java/com/mindspore/ |
| D | MSTensorTest.java | 41 int[] tensorShape = {6, 5, 5, 1}; in testCreateTensor() local 54 int[] tensorShape = {6, 5, 5, 1}; in testSetData() local
|
| D | ModelTest.java | 275 int[] tensorShape = {6, 5, 5, 1}; in testFeatureMap() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/java/src/main/java/com/mindspore/ |
| D | MSTensor.java | 70 …public static MSTensor createTensor(String tensorName, int dataType, int[] tensorShape, ByteBuffer… in createTensor() 252 public boolean setShape(int[] tensorShape) { in setShape() 471 private native boolean setShape(long tensorPtr, int[] tensorShape); in setShape()
|