Home
last modified time | relevance | path

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/
DMSTensorTest.java41 int[] tensorShape = {6, 5, 5, 1}; in testCreateTensor() local
54 int[] tensorShape = {6, 5, 5, 1}; in testSetData() local
DModelTest.java275 int[] tensorShape = {6, 5, 5, 1}; in testFeatureMap() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/java/src/main/java/com/mindspore/
DMSTensor.java70 …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()