Home
last modified time | relevance | path

Searched refs:SetVersion (Results 1 – 13 of 13) sorted by relevance

/frameworks/ml/nn/runtime/test/specs/V1_2/
Dpad_low_rank.mod.py29 Example.SetVersion("V1_1", "pad_low_rank")
Dl2_normalization_v1_2.mod.py50 Example.SetVersion("V1_0", "l2_normalization_v1_2_dim4_axis3")
Dpad_all_dims.mod.py46 Example.SetVersion("V1_1", "pad_all_dims", "pad_all_dims_quant8")
Dsub_v1_2_broadcast.mod.py59 Example.SetVersion("V1_1", "sub_v1_2_broadcast_none", "sub_v1_2_broadcast_relu", \
Dtranspose_v1_2.mod.py41 Example.SetVersion("V1_1", "transpose_v1_2", "transpose_v1_2_quant8")
Dfully_connected_v1_2.mod.py43 Example.SetVersion("V1_0", "fully_connected_v1_2")
Dsoftmax_v1_2.mod.py58 Example.SetVersion("V1_0", "softmax_v1_2", "softmax_v1_2_quant8", \
Dsub_v1_2.mod.py57 Example.SetVersion("V1_1", "sub_v1_2_none", "sub_v1_2_relu", "sub_v1_2_relu1", "sub_v1_2_relu6")
Ddequantize_v1_2.mod.py95 Example.SetVersion("V1_0", "dequantize_v1_2_1d_quant8_asymm", "dequantize_v1_2_2d_quant8_asymm")
/frameworks/base/tools/aapt2/test/
DBuilders.h170 ArtifactBuilder& SetVersion(int version);
DBuilders.cpp245 ArtifactBuilder& ArtifactBuilder::SetVersion(int version) { in SetVersion() function in aapt::test::ArtifactBuilder
/frameworks/ml/nn/tools/test_generator/
DREADME.md331 Use `Example.SetVersion` to override the model version for specific tests. The target tests are spe…
334 Example.SetVersion(<version>, testName0, testName1, ...)
Dtest_generator.py999 def SetVersion(ver, *args): member in Example