Searched refs:act_relu (Results 1 - 10 of 10) sorted by relevance

/frameworks/ml/nn/runtime/test/specs/V1_0/
H A Dfully_connected_float_2.mod.py47 act_relu = Int32Scalar("act_relu", 1) variable
48 model = model.Operation("FULLY_CONNECTED", in0, weights, bias, act_relu).To(out0)
H A Dfully_connected_quant8_2.mod.py25 act_relu = Int32Scalar("act_relu", 1) variable
26 model = model.Operation("FULLY_CONNECTED", in0, weights, bias, act_relu).To(out0)
H A Dconv_float_2.mod.py22 act_relu = Int32Scalar("act_relu", 1) variable
26 model = model.Operation("CONV_2D", i1, f1, b1, pad_same, stride, stride, act_relu).To(output)
/frameworks/ml/nn/runtime/test/specs/V1_1/
H A Dfully_connected_float_2_relaxed.mod.py47 act_relu = Int32Scalar("act_relu", 1) variable
48 model = model.Operation("FULLY_CONNECTED", in0, weights, bias, act_relu).To(out0)
H A Dconv_float_2_relaxed.mod.py22 act_relu = Int32Scalar("act_relu", 1) variable
26 model = model.Operation("CONV_2D", i1, f1, b1, pad_same, stride, stride, act_relu).To(output)
/frameworks/ml/nn/runtime/test/generated/models/
H A Dconv_float_2.model.cpp12 auto act_relu = model->addOperand(&type3); local
23 model->setOperandValue(act_relu, act_relu_init, sizeof(int32_t) * 1);
26 model->addOperation(ANEURALNETWORKS_CONV_2D, {op1, op2, op3, pad_same, stride, stride, act_relu}, {op4});
H A Dconv_float_2_relaxed.model.cpp12 auto act_relu = model->addOperand(&type3); local
23 model->setOperandValue(act_relu, act_relu_init, sizeof(int32_t) * 1);
26 model->addOperation(ANEURALNETWORKS_CONV_2D, {op1, op2, op3, pad_same, stride, stride, act_relu}, {op4});
H A Dfully_connected_quant8_2.model.cpp13 auto act_relu = model->addOperand(&type4); local
20 model->setOperandValue(act_relu, act_relu_init, sizeof(int32_t) * 1);
21 model->addOperation(ANEURALNETWORKS_FULLY_CONNECTED, {op1, op2, b0, act_relu}, {op3});
H A Dfully_connected_float_2.model.cpp13 auto act_relu = model->addOperand(&type4); local
20 model->setOperandValue(act_relu, act_relu_init, sizeof(int32_t) * 1);
21 model->addOperation(ANEURALNETWORKS_FULLY_CONNECTED, {op1, op2, b0, act_relu}, {op3});
H A Dfully_connected_float_2_relaxed.model.cpp13 auto act_relu = model->addOperand(&type4); local
20 model->setOperandValue(act_relu, act_relu_init, sizeof(int32_t) * 1);
21 model->addOperation(ANEURALNETWORKS_FULLY_CONNECTED, {op1, op2, b0, act_relu}, {op3});

Completed in 189 milliseconds