Searched refs:SetVersion (Results 1 – 13 of 13) sorted by relevance
/frameworks/ml/nn/runtime/test/specs/V1_2/ |
D | pad_low_rank.mod.py | 29 Example.SetVersion("V1_1", "pad_low_rank")
|
D | l2_normalization_v1_2.mod.py | 50 Example.SetVersion("V1_0", "l2_normalization_v1_2_dim4_axis3")
|
D | pad_all_dims.mod.py | 46 Example.SetVersion("V1_1", "pad_all_dims", "pad_all_dims_quant8")
|
D | sub_v1_2_broadcast.mod.py | 59 Example.SetVersion("V1_1", "sub_v1_2_broadcast_none", "sub_v1_2_broadcast_relu", \
|
D | transpose_v1_2.mod.py | 41 Example.SetVersion("V1_1", "transpose_v1_2", "transpose_v1_2_quant8")
|
D | fully_connected_v1_2.mod.py | 43 Example.SetVersion("V1_0", "fully_connected_v1_2")
|
D | softmax_v1_2.mod.py | 58 Example.SetVersion("V1_0", "softmax_v1_2", "softmax_v1_2_quant8", \
|
D | sub_v1_2.mod.py | 57 Example.SetVersion("V1_1", "sub_v1_2_none", "sub_v1_2_relu", "sub_v1_2_relu1", "sub_v1_2_relu6")
|
D | dequantize_v1_2.mod.py | 95 Example.SetVersion("V1_0", "dequantize_v1_2_1d_quant8_asymm", "dequantize_v1_2_2d_quant8_asymm")
|
/frameworks/base/tools/aapt2/test/ |
D | Builders.h | 170 ArtifactBuilder& SetVersion(int version);
|
D | Builders.cpp | 245 ArtifactBuilder& ArtifactBuilder::SetVersion(int version) { in SetVersion() function in aapt::test::ArtifactBuilder
|
/frameworks/ml/nn/tools/test_generator/ |
D | README.md | 331 Use `Example.SetVersion` to override the model version for specific tests. The target tests are spe… 334 Example.SetVersion(<version>, testName0, testName1, ...)
|
D | test_generator.py | 999 def SetVersion(ver, *args): member in Example
|