Home
last modified time | relevance | path

Searched defs:b4 (Results 1 – 15 of 15) sorted by relevance

/frameworks/ml/nn/runtime/test/generated/models/
Dconv_3_h3_w2_SAME_relaxed.model.cpp12 auto b4 = model->addOperand(&type0); in CreateModel() local
55 auto b4 = model->addOperand(&type0); in CreateModel_dynamic_output_shape() local
97 auto b4 = model->addOperand(&type0); in CreateModel_2() local
140 auto b4 = model->addOperand(&type0); in CreateModel_dynamic_output_shape_2() local
Dconv_3_h3_w2_SAME.model.cpp12 auto b4 = model->addOperand(&type0); in CreateModel() local
53 auto b4 = model->addOperand(&type0); in CreateModel_dynamic_output_shape() local
93 auto b4 = model->addOperand(&type0); in CreateModel_2() local
134 auto b4 = model->addOperand(&type0); in CreateModel_dynamic_output_shape_2() local
Dconv_1_h3_w2_VALID_relaxed.model.cpp13 auto b4 = model->addOperand(&type0); in CreateModel() local
56 auto b4 = model->addOperand(&type0); in CreateModel_dynamic_output_shape() local
99 auto b4 = model->addOperand(&type0); in CreateModel_2() local
142 auto b4 = model->addOperand(&type0); in CreateModel_dynamic_output_shape_2() local
Ddepthwise_conv_relaxed.model.cpp12 auto b4 = model->addOperand(&type0); in CreateModel() local
58 auto b4 = model->addOperand(&type0); in CreateModel_dynamic_output_shape() local
103 auto b4 = model->addOperand(&type0); in CreateModel_2() local
149 auto b4 = model->addOperand(&type0); in CreateModel_dynamic_output_shape_2() local
Ddepthwise_conv.model.cpp12 auto b4 = model->addOperand(&type0); in CreateModel() local
56 auto b4 = model->addOperand(&type0); in CreateModel_dynamic_output_shape() local
99 auto b4 = model->addOperand(&type0); in CreateModel_2() local
143 auto b4 = model->addOperand(&type0); in CreateModel_dynamic_output_shape_2() local
Dconv_1_h3_w2_VALID.model.cpp13 auto b4 = model->addOperand(&type0); in CreateModel() local
54 auto b4 = model->addOperand(&type0); in CreateModel_dynamic_output_shape() local
95 auto b4 = model->addOperand(&type0); in CreateModel_2() local
136 auto b4 = model->addOperand(&type0); in CreateModel_dynamic_output_shape_2() local
Dconv_1_h3_w2_SAME.model.cpp13 auto b4 = model->addOperand(&type0); in CreateModel() local
54 auto b4 = model->addOperand(&type0); in CreateModel_dynamic_output_shape() local
95 auto b4 = model->addOperand(&type0); in CreateModel_2() local
136 auto b4 = model->addOperand(&type0); in CreateModel_dynamic_output_shape_2() local
Dconv_1_h3_w2_SAME_relaxed.model.cpp13 auto b4 = model->addOperand(&type0); in CreateModel() local
56 auto b4 = model->addOperand(&type0); in CreateModel_dynamic_output_shape() local
99 auto b4 = model->addOperand(&type0); in CreateModel_2() local
142 auto b4 = model->addOperand(&type0); in CreateModel_dynamic_output_shape_2() local
Dconv_3_h3_w2_VALID_relaxed.model.cpp13 auto b4 = model->addOperand(&type0); in CreateModel() local
56 auto b4 = model->addOperand(&type0); in CreateModel_dynamic_output_shape() local
99 auto b4 = model->addOperand(&type0); in CreateModel_2() local
142 auto b4 = model->addOperand(&type0); in CreateModel_dynamic_output_shape_2() local
Dconv_3_h3_w2_VALID.model.cpp13 auto b4 = model->addOperand(&type0); in CreateModel() local
54 auto b4 = model->addOperand(&type0); in CreateModel_dynamic_output_shape() local
95 auto b4 = model->addOperand(&type0); in CreateModel_2() local
136 auto b4 = model->addOperand(&type0); in CreateModel_dynamic_output_shape_2() local
/frameworks/ml/nn/runtime/test/specs/V1_2/
Ddepthwise_conv2d_v1_2.mod.py117 b4 = Parameter("op3", "TENSOR_FLOAT32", "{4}", [6000, 7000, 8000, 9000]) variable
Dtranspose_conv2d.mod.py129 b4 = Parameter("op3", "TENSOR_FLOAT32", "{1}", [0]) # bias variable
Dconv2d_v1_2.mod.py106 b4 = Parameter("op3", "TENSOR_FLOAT32", "{3}", [0., 0., 0.]) variable
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DCodedOutputStream.cs445 public void WriteRawTag(byte b1, byte b2, byte b3, byte b4) in WriteRawTag()
461 public void WriteRawTag(byte b1, byte b2, byte b3, byte b4, byte b5) in WriteRawTag()
/frameworks/base/core/tests/coretests/src/android/app/servertransaction/
DTransactionParcelTests.java532 boolean b4, String[] strings) throws RemoteException { in dumpMemInfo()