Home
last modified time | relevance | path

Searched refs:model1 (Results 1 – 10 of 10) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/tools/test_generator/tests/P_implicit_parameter/
H A Dmean_implicit.mod.py21 model1 = Model().Operation("MEAN", i0, [0], 1).To(o1) # along axis 0, keep_dim=True variable
35 Example((inputs1, outputs11), model=model1)
39 Example((inputs2, outputs21), model=model1)
/aosp12/packages/modules/NeuralNetworks/tools/test_generator/tests/P_vts_implicit_parameter/
H A Dmean_implicit.mod.py21 model1 = Model().Operation("MEAN", i0, [0], 1).To(o1) # along axis 0, keep_dim=True variable
35 Example((inputs1, outputs11), model=model1)
39 Example((inputs2, outputs21), model=model1)
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/
H A Dexpand_dims_quant8_signed.mod.py25 model1 = Model().Operation("EXPAND_DIMS", input0, 1).To(output1) variable
32 (model1, output1),
H A Daxis_aligned_bbox_transform_quant8_signed.mod.py23 model1 = Model().Operation("AXIS_ALIGNED_BBOX_TRANSFORM", r1, d1, b1, i1).To(o1) variable
66 }), model=model1).AddVariations(quant8_signed, includeDefault=False)
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
H A Dexpand_dims.mod.py25 model1 = Model().Operation("EXPAND_DIMS", input0, 1).To(output1) variable
32 (model1, output1),
H A Daxis_aligned_bbox_transform.mod.py23 model1 = Model().Operation("AXIS_ALIGNED_BBOX_TRANSFORM", r1, d1, b1, i1).To(o1) variable
66 }), model=model1).AddVariations("relaxed", "float16", quant8)
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestPartitioning.cpp1905 PartitioningModel model1; in TEST_F() local
1906 uint32_t m1Opnd0 = model1.addFloatOperand(); in TEST_F()
1907 uint32_t m1Opnd3 = model1.addFloatOperand(); in TEST_F()
1909 uint32_t m1Opnd2 = model1.addFloatOperand(); in TEST_F()
1912 model1.finish(); in TEST_F()
1913 ASSERT_TRUE(model1.isValid()); in TEST_F()
1916 step1, &model1, DeviceManager::getCpuDevice(), in TEST_F()
2042 PartitioningModel model1; in TEST_F() local
2043 uint32_t m1Opnd2 = model1.addFloatOperand(); in TEST_F()
2046 model1.finish(); in TEST_F()
[all …]
H A DTestValidation.cpp3653 const auto [model1, compilation1] = createAndCompileChannelQuantConvModel({1.0f, 1.0f}); in TEST_F()
3666 ANeuralNetworksModel_free(model1); in TEST_F()
/aosp12/hardware/interfaces/neuralnetworks/1.3/vts/functional/
H A DMemoryDomainTests.cpp344 void testConflictOperands(const sp<IPreparedModel>& model1, const sp<IPreparedModel>& model2) { in testConflictOperands() argument
346 .preparedModels = {model1, model2}, in testConflictOperands()
351 .preparedModels = {model1, model2}, in testConflictOperands()
356 .preparedModels = {model1, model2}, in testConflictOperands()
/aosp12/hardware/interfaces/neuralnetworks/aidl/vts/functional/
H A DMemoryDomainTests.cpp340 void testConflictOperands(const std::shared_ptr<IPreparedModel>& model1, in testConflictOperands() argument
343 .preparedModels = {model1, model2}, in testConflictOperands()
348 .preparedModels = {model1, model2}, in testConflictOperands()
353 .preparedModels = {model1, model2}, in testConflictOperands()