Home
last modified time | relevance | path

Searched defs:b5 (Results 1 – 13 of 13) sorted by relevance

/frameworks/ml/nn/runtime/test/generated/models/
Dconv_3_h3_w2_SAME_relaxed.model.cpp13 auto b5 = model->addOperand(&type0); in CreateModel() local
56 auto b5 = model->addOperand(&type0); in CreateModel_dynamic_output_shape() local
98 auto b5 = model->addOperand(&type0); in CreateModel_2() local
141 auto b5 = model->addOperand(&type0); in CreateModel_dynamic_output_shape_2() local
Dconv_3_h3_w2_SAME.model.cpp13 auto b5 = model->addOperand(&type0); in CreateModel() local
54 auto b5 = model->addOperand(&type0); in CreateModel_dynamic_output_shape() local
94 auto b5 = model->addOperand(&type0); in CreateModel_2() local
135 auto b5 = model->addOperand(&type0); in CreateModel_dynamic_output_shape_2() local
Dconv_3_h3_w2_VALID.model.cpp14 auto b5 = model->addOperand(&type0); in CreateModel() local
55 auto b5 = model->addOperand(&type0); in CreateModel_dynamic_output_shape() local
96 auto b5 = model->addOperand(&type0); in CreateModel_2() local
137 auto b5 = model->addOperand(&type0); in CreateModel_dynamic_output_shape_2() local
Dconv_1_h3_w2_SAME.model.cpp14 auto b5 = model->addOperand(&type0); in CreateModel() local
55 auto b5 = model->addOperand(&type0); in CreateModel_dynamic_output_shape() local
96 auto b5 = model->addOperand(&type0); in CreateModel_2() local
137 auto b5 = model->addOperand(&type0); in CreateModel_dynamic_output_shape_2() local
Dconv_1_h3_w2_VALID_relaxed.model.cpp14 auto b5 = model->addOperand(&type0); in CreateModel() local
57 auto b5 = model->addOperand(&type0); in CreateModel_dynamic_output_shape() local
100 auto b5 = model->addOperand(&type0); in CreateModel_2() local
143 auto b5 = model->addOperand(&type0); in CreateModel_dynamic_output_shape_2() local
Dconv_1_h3_w2_SAME_relaxed.model.cpp14 auto b5 = model->addOperand(&type0); in CreateModel() local
57 auto b5 = model->addOperand(&type0); in CreateModel_dynamic_output_shape() local
100 auto b5 = model->addOperand(&type0); in CreateModel_2() local
143 auto b5 = model->addOperand(&type0); in CreateModel_dynamic_output_shape_2() local
Dconv_1_h3_w2_VALID.model.cpp14 auto b5 = model->addOperand(&type0); in CreateModel() local
55 auto b5 = model->addOperand(&type0); in CreateModel_dynamic_output_shape() local
96 auto b5 = model->addOperand(&type0); in CreateModel_2() local
137 auto b5 = model->addOperand(&type0); in CreateModel_dynamic_output_shape_2() local
Ddepthwise_conv_relaxed.model.cpp13 auto b5 = model->addOperand(&type0); in CreateModel() local
59 auto b5 = model->addOperand(&type0); in CreateModel_dynamic_output_shape() local
104 auto b5 = model->addOperand(&type0); in CreateModel_2() local
150 auto b5 = model->addOperand(&type0); in CreateModel_dynamic_output_shape_2() local
Ddepthwise_conv.model.cpp13 auto b5 = model->addOperand(&type0); in CreateModel() local
57 auto b5 = model->addOperand(&type0); in CreateModel_dynamic_output_shape() local
100 auto b5 = model->addOperand(&type0); in CreateModel_2() local
144 auto b5 = model->addOperand(&type0); in CreateModel_dynamic_output_shape_2() local
Dconv_3_h3_w2_VALID_relaxed.model.cpp14 auto b5 = model->addOperand(&type0); in CreateModel() local
57 auto b5 = model->addOperand(&type0); in CreateModel_dynamic_output_shape() local
100 auto b5 = model->addOperand(&type0); in CreateModel_2() local
143 auto b5 = model->addOperand(&type0); in CreateModel_dynamic_output_shape_2() local
/frameworks/ml/nn/runtime/test/specs/V1_2/
Dtranspose_conv2d.mod.py157 b5 = Parameter("op3", "TENSOR_FLOAT32", "{1}", [0]) # bias variable
Dconv2d_v1_2.mod.py146 b5 = Parameter("op3", "TENSOR_FLOAT32", "{1}", [0.]) variable
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DCodedOutputStream.cs461 public void WriteRawTag(byte b1, byte b2, byte b3, byte b4, byte b5) in WriteRawTag()