Searched defs:weightFile (Results 1 – 3 of 3) sorted by relevance
53 std::string weightFile; variable
360 public boolean exportWeightsCollaborateWithMicro(String weightFile, boolean isInference, in exportWeightsCollaborateWithMicro()494 …private native boolean exportWeightsCollaborateWithMicro(long modelPtr, String weightFile, boolean… in exportWeightsCollaborateWithMicro()
251 String weightFile = "../test/ut/src/runtime/kernel/arm/test_data/nets/lenet_train_weights"; in testExportWeight() local