Home
last modified time | relevance | path

Searched defs:weightFile (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/converter_lite/
Dconverter_flags.h53 std::string weightFile; variable
/third_party/mindspore/mindspore-src/source/mindspore/lite/java/src/main/java/com/mindspore/
DModel.java360 public boolean exportWeightsCollaborateWithMicro(String weightFile, boolean isInference, in exportWeightsCollaborateWithMicro()
494 …private native boolean exportWeightsCollaborateWithMicro(long modelPtr, String weightFile, boolean… in exportWeightsCollaborateWithMicro()
/third_party/mindspore/mindspore-src/source/mindspore/lite/java/src/test/java/com/mindspore/
DModelTest.java251 String weightFile = "../test/ut/src/runtime/kernel/arm/test_data/nets/lenet_train_weights"; in testExportWeight() local