Home
last modified time | relevance | path

Searched refs:stride1 (Results 1 – 6 of 6) sorted by relevance

/frameworks/ml/nn/runtime/test/generated/models/
Dconv_quant8_2.model.cpp15 auto stride1 = model->addOperand(&type3); in CreateModel() local
28 model->setOperandValue(stride1, stride1_init, sizeof(int32_t) * 1); in CreateModel()
31 …model->addOperation(ANEURALNETWORKS_CONV_2D, {op1, op2, op3, pad_valid, stride3, stride1, act_none… in CreateModel()
56 auto stride1 = model->addOperand(&type3); in CreateModel_dynamic_output_shape() local
69 model->setOperandValue(stride1, stride1_init, sizeof(int32_t) * 1); in CreateModel_dynamic_output_shape()
72 …model->addOperation(ANEURALNETWORKS_CONV_2D, {op1, op2, op3, pad_valid, stride3, stride1, act_none… in CreateModel_dynamic_output_shape()
/frameworks/ml/nn/runtime/test/specs/V1_0/
Dconv_quant8_2.mod.py23 stride1 = Int32Scalar("stride1", 1) variable
29 stride1, act_none).To(output)
/frameworks/ml/nn/tools/test_generator/tests/P_variation/
Dconv_float.mod.py24 stride1 = Int32Scalar("param2", 1) variable
26 model = model.Operation("CONV_2D", i1, f1, b1, pad, stride0, stride1, act, layout).To(output)
/frameworks/ml/nn/tools/test_generator/tests/P_vts_variation/
Dconv_float.mod.py24 stride1 = Int32Scalar("param2", 1) variable
26 model = model.Operation("CONV_2D", i1, f1, b1, pad, stride0, stride1, act, layout).To(output)
/frameworks/ml/nn/tools/test_generator/tests/P_naming/
Dconv_float.mod.py24 stride1 = Int32Scalar("param2", 1) variable
26 model = model.Operation("CONV_2D", i1, f1, b1, pad, stride0, stride1, act, layout).To(output)
/frameworks/ml/nn/tools/test_generator/tests/P_vts_naming/
Dconv_float.mod.py24 stride1 = Int32Scalar("param2", 1) variable
26 model = model.Operation("CONV_2D", i1, f1, b1, pad, stride0, stride1, act, layout).To(output)