Home
last modified time | relevance | path

Searched defs:model2 (Results 1 – 9 of 9) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/
H A Dexpand_dims_quant8_signed.mod.py26 model2 = Model().Operation("EXPAND_DIMS", input0, 2).To(output2) variable
H A Daxis_aligned_bbox_transform_quant8_signed.mod.py76 model2 = Model().Operation("AXIS_ALIGNED_BBOX_TRANSFORM", r2, d2, b2, i2).To(o2) variable
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
H A Dexpand_dims.mod.py26 model2 = Model().Operation("EXPAND_DIMS", input0, 2).To(output2) variable
H A Daxis_aligned_bbox_transform.mod.py75 model2 = Model().Operation("AXIS_ALIGNED_BBOX_TRANSFORM", r2, d2, b2, i2).To(o2) variable
/aosp12/packages/modules/NeuralNetworks/tools/test_generator/tests/P_implicit_parameter/
H A Dmean_implicit.mod.py22 model2 = Model().Operation("MEAN", i0, [1], 1).To(o2) # along axis 1, keep_dim=True variable
/aosp12/packages/modules/NeuralNetworks/tools/test_generator/tests/P_vts_implicit_parameter/
H A Dmean_implicit.mod.py22 model2 = Model().Operation("MEAN", i0, [1], 1).To(o2) # along axis 1, keep_dim=True variable
/aosp12/hardware/interfaces/neuralnetworks/aidl/vts/functional/
H A DMemoryDomainTests.cpp341 const std::shared_ptr<IPreparedModel>& model2) { in testConflictOperands()
/aosp12/hardware/interfaces/neuralnetworks/1.3/vts/functional/
H A DMemoryDomainTests.cpp344 void testConflictOperands(const sp<IPreparedModel>& model1, const sp<IPreparedModel>& model2) { in testConflictOperands()
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestPartitioning.cpp1928 PartitioningModel model2; in TEST_F() local