Home
last modified time | relevance | path

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

/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
H A Daxis_aligned_bbox_transform_quant8_signed.mod.py23 model1 = Model().Operation("AXIS_ALIGNED_BBOX_TRANSFORM", r1, d1, b1, i1).To(o1) variable
/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
H A Daxis_aligned_bbox_transform.mod.py23 model1 = Model().Operation("AXIS_ALIGNED_BBOX_TRANSFORM", r1, d1, b1, i1).To(o1) variable
/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
/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
/aosp12/hardware/interfaces/neuralnetworks/aidl/vts/functional/
H A DMemoryDomainTests.cpp340 void testConflictOperands(const std::shared_ptr<IPreparedModel>& model1, 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.cpp1905 PartitioningModel model1; in TEST_F() local
2042 PartitioningModel model1; in TEST_F() local