/frameworks/ml/nn/common/ |
D | Android.bp | 27 "operations/Activation.cpp", 28 "operations/BidirectionalSequenceRNN.cpp", 29 "operations/Broadcast.cpp", 30 "operations/ChannelShuffle.cpp", 31 "operations/Comparisons.cpp", 32 "operations/Concatenation.cpp", 33 "operations/Conv2D.cpp", 34 "operations/DepthwiseConv2D.cpp", 35 "operations/Dequantize.cpp", 36 "operations/Elementwise.cpp", [all …]
|
D | Utils.cpp | 445 LOG(INFO) << "operations" << toString(model.operations); in logModelToInfo() 455 LOG(INFO) << "operations" << toString(model.operations); in logModelToInfo() 465 LOG(INFO) << "operations" << toString(model.operations); in logModelToInfo() 476 LOG(INFO) << label << ".operations" << toString(subgraph.operations); in logSubgraphToInfo() 2481 const hidl_vec<V1_1::Operation>& operations) { in uncheckedConvertToV1_0() argument 2482 hidl_vec<V1_0::Operation> result(operations.size()); in uncheckedConvertToV1_0() 2484 operations.begin(), operations.end(), result.begin(), in uncheckedConvertToV1_0() 2489 static hidl_vec<V1_1::Operation> convertToV1_1(const hidl_vec<V1_0::Operation>& operations) { in convertToV1_1() argument 2490 hidl_vec<V1_1::Operation> result(operations.size()); in convertToV1_1() 2491 std::transform(operations.begin(), operations.end(), result.begin(), in convertToV1_1() [all …]
|
/frameworks/base/core/java/android/net/ |
D | NetworkStatsHistory.java | 88 private long[] operations; field in NetworkStatsHistory 107 public long operations; field in NetworkStatsHistory.Entry 127 if ((fields & FIELD_OPERATIONS) != 0) operations = new long[initialSize]; in NetworkStatsHistory() 146 operations = readLongArray(in); in NetworkStatsHistory() 160 writeLongArray(out, operations, bucketCount); in writeToParcel() 174 operations = new long[bucketStart.length]; in NetworkStatsHistory() 189 operations = readVarLongArray(in); in NetworkStatsHistory() 201 || txPackets.length != bucketCount || operations.length != bucketCount) { in NetworkStatsHistory() 215 writeVarLongArray(out, operations, bucketCount); in writeToStream() 299 entry.operations = getLong(operations, i, UNKNOWN); in getValues() [all …]
|
D | NetworkStats.java | 249 private long[] operations; field in NetworkStats 307 public long operations; field in NetworkStats.Entry 316 public Entry(long rxBytes, long rxPackets, long txBytes, long txPackets, long operations) { in Entry() argument 318 operations); in Entry() 323 long txBytes, long txPackets, long operations) { in Entry() argument 325 rxBytes, rxPackets, txBytes, txPackets, operations); in Entry() 359 long rxBytes, long rxPackets, long txBytes, long txPackets, long operations) { in Entry() argument 371 this.operations = operations; in Entry() 376 return rxBytes < 0 || rxPackets < 0 || txBytes < 0 || txPackets < 0 || operations < 0; in isNegative() 382 && operations == 0; in isEmpty() [all …]
|
/frameworks/ml/nn/runtime/test/android_fuzzing/ |
D | Converter.cpp | 121 std::vector<TestOperation> convert(const Operations& operations) { in convert() argument 123 testOperations.reserve(operations.operation_size()); in convert() 124 const auto& repeatedOperation = operations.operation(); in convert() 131 void calculateNumberOfConsumers(const std::vector<TestOperation>& operations, in calculateNumberOfConsumers() argument 142 std::for_each(operations.begin(), operations.end(), addAllConsumers); in calculateNumberOfConsumers() 147 std::vector<TestOperation> operations = convert(model.operations()); in convert() local 153 calculateNumberOfConsumers(operations, &operands); in convert() 156 .operations = std::move(operations), in convert()
|
/frameworks/ml/nn/runtime/test/generated/spec_V1_3/ |
D | hard_swish.example.cpp | 37 .operations = {{ in get_test_model_simple() 114 .operations = {{ in get_test_model_simple_all_inputs_as_internal() 165 .operations = {{ in get_test_model_simple_float16() 242 .operations = {{ in get_test_model_simple_float16_all_inputs_as_internal() 293 .operations = {{ in get_test_model_simple_relaxed() 370 .operations = {{ in get_test_model_simple_relaxed_all_inputs_as_internal() 421 .operations = {{ in get_test_model_simple_quant8() 498 .operations = {{ in get_test_model_simple_quant8_all_inputs_as_internal() 549 .operations = {{ in get_test_model_simple_quant8_signed() 626 .operations = {{ in get_test_model_simple_quant8_signed_all_inputs_as_internal() [all …]
|
D | if_simple.example.cpp | 67 .operations = {{ in get_test_model_true() 118 .operations = {{ in get_test_model_true() 167 .operations = {{ in get_test_model_true() 272 .operations = {{ in get_test_model_true_all_inputs_as_internal() 327 .operations = {{ in get_test_model_true_all_inputs_as_internal() 376 .operations = {{ in get_test_model_true_all_inputs_as_internal() 481 .operations = {{ in get_test_model_true_all_outputs_as_internal() 536 .operations = {{ in get_test_model_true_all_outputs_as_internal() 585 .operations = {{ in get_test_model_true_all_outputs_as_internal() 660 .operations = {{ in get_test_model_true_relaxed() [all …]
|
D | if_constant.example.cpp | 77 .operations = {{ in get_test_model_copy_true() 128 .operations = {{ in get_test_model_copy_true() 177 .operations = {{ in get_test_model_copy_true() 262 .operations = {{ in get_test_model_copy_true_relaxed() 313 .operations = {{ in get_test_model_copy_true_relaxed() 362 .operations = {{ in get_test_model_copy_true_relaxed() 447 .operations = {{ in get_test_model_copy_true_float16() 498 .operations = {{ in get_test_model_copy_true_float16() 547 .operations = {{ in get_test_model_copy_true_float16() 632 .operations = {{ in get_test_model_copy_true_int32() [all …]
|
D | cast_identity.example.cpp | 37 .operations = {{ in get_test_model_float16() 114 .operations = {{ in get_test_model_float16_all_inputs_as_internal() 165 .operations = {{ in get_test_model_float32() 242 .operations = {{ in get_test_model_float32_all_inputs_as_internal() 293 .operations = {{ in get_test_model_float32_relaxed() 370 .operations = {{ in get_test_model_float32_relaxed_all_inputs_as_internal() 421 .operations = {{ in get_test_model_int32() 468 .operations = {{ in get_test_model_bool8() 515 .operations = {{ in get_test_model_quant8_asymm() 592 .operations = {{ in get_test_model_quant8_asymm_all_inputs_as_internal() [all …]
|
D | while_infinite_loop.example.cpp | 67 .operations = {{ in get_test_model() 108 .operations = {{ in get_test_model() 167 .operations = {{ in get_test_model() 242 .operations = {{ in get_test_model_relaxed() 283 .operations = {{ in get_test_model_relaxed() 342 .operations = {{ in get_test_model_relaxed() 417 .operations = {{ in get_test_model_float16() 458 .operations = {{ in get_test_model_float16() 517 .operations = {{ in get_test_model_float16() 592 .operations = {{ in get_test_model_quant8() [all …]
|
D | rank.example.cpp | 37 .operations = {{ in get_test_model_1d() 114 .operations = {{ in get_test_model_1d_all_inputs_as_internal() 165 .operations = {{ in get_test_model_1d_int32() 212 .operations = {{ in get_test_model_1d_float16() 289 .operations = {{ in get_test_model_1d_float16_all_inputs_as_internal() 340 .operations = {{ in get_test_model_1d_quant8() 417 .operations = {{ in get_test_model_1d_quant8_all_inputs_as_internal() 468 .operations = {{ in get_test_model_1d_quant8_signed() 545 .operations = {{ in get_test_model_1d_quant8_signed_all_inputs_as_internal() 596 .operations = {{ in get_test_model_1d_2() [all …]
|
D | fill.example.cpp | 47 .operations = {{ in get_test_model_1d() 104 .operations = {{ in get_test_model_1d_float16() 161 .operations = {{ in get_test_model_1d_int32() 218 .operations = {{ in get_test_model_3d() 275 .operations = {{ in get_test_model_3d_float16() 332 .operations = {{ in get_test_model_3d_int32() 389 .operations = {{ in get_test_model_5d() 446 .operations = {{ in get_test_model_5d_float16() 503 .operations = {{ in get_test_model_5d_int32()
|
D | if_no_value.example.cpp | 77 .operations = {{ in get_test_model() 128 .operations = {{ in get_test_model() 177 .operations = {{ in get_test_model() 262 .operations = {{ in get_test_model_relaxed() 313 .operations = {{ in get_test_model_relaxed() 362 .operations = {{ in get_test_model_relaxed() 447 .operations = {{ in get_test_model_float16() 498 .operations = {{ in get_test_model_float16() 547 .operations = {{ in get_test_model_float16() 632 .operations = {{ in get_test_model_int32() [all …]
|
D | l2_normalization_quant8_signed.example.cpp | 47 .operations = {{ in get_test_model_dim4_axis0_quant8_signed() 134 .operations = {{ in get_test_model_dim4_axis0_quant8_signed_all_inputs_as_internal() 195 .operations = {{ in get_test_model_dim4_axis0_neg_quant8_signed() 282 .operations = {{ in get_test_model_dim4_axis0_neg_quant8_signed_all_inputs_as_internal() 343 .operations = {{ in get_test_model_dim4_axis1_quant8_signed() 430 .operations = {{ in get_test_model_dim4_axis1_quant8_signed_all_inputs_as_internal() 491 .operations = {{ in get_test_model_dim4_axis1_neg_quant8_signed() 578 .operations = {{ in get_test_model_dim4_axis1_neg_quant8_signed_all_inputs_as_internal() 639 .operations = {{ in get_test_model_dim4_axis2_quant8_signed() 726 .operations = {{ in get_test_model_dim4_axis2_quant8_signed_all_inputs_as_internal() [all …]
|
/frameworks/ml/nn/runtime/test/generated/spec_V1_2/ |
D | cast.example.cpp | 37 .operations = {{ in get_test_model_float16_to_float16() 114 .operations = {{ in get_test_model_float16_to_float16_all_inputs_as_internal() 165 .operations = {{ in get_test_model_float16_to_float32() 242 .operations = {{ in get_test_model_float16_to_float32_all_inputs_as_internal() 293 .operations = {{ in get_test_model_float16_to_float32_relaxed() 370 .operations = {{ in get_test_model_float16_to_float32_relaxed_all_inputs_as_internal() 421 .operations = {{ in get_test_model_float16_to_int32() 498 .operations = {{ in get_test_model_float16_to_int32_all_inputs_as_internal() 549 .operations = {{ in get_test_model_float16_to_quant8() 626 .operations = {{ in get_test_model_float16_to_quant8_all_inputs_as_internal() [all …]
|
D | l2_normalization_v1_2.example.cpp | 37 .operations = {{ in get_test_model_dim4_axis3() 114 .operations = {{ in get_test_model_dim4_axis3_all_inputs_as_internal() 165 .operations = {{ in get_test_model_dim4_axis3_relaxed() 242 .operations = {{ in get_test_model_dim4_axis3_relaxed_all_inputs_as_internal() 293 .operations = {{ in get_test_model_dim4_axis3_float16() 370 .operations = {{ in get_test_model_dim4_axis3_float16_all_inputs_as_internal() 421 .operations = {{ in get_test_model_dim4_axis3_quant8() 498 .operations = {{ in get_test_model_dim4_axis3_quant8_all_inputs_as_internal() 549 .operations = {{ in get_test_model_dim3_axis2() 626 .operations = {{ in get_test_model_dim3_axis2_all_inputs_as_internal() [all …]
|
D | l2_normalization_axis.example.cpp | 47 .operations = {{ in get_test_model_dim4_axis0() 134 .operations = {{ in get_test_model_dim4_axis0_all_inputs_as_internal() 195 .operations = {{ in get_test_model_dim4_axis0_relaxed() 282 .operations = {{ in get_test_model_dim4_axis0_relaxed_all_inputs_as_internal() 343 .operations = {{ in get_test_model_dim4_axis0_float16() 430 .operations = {{ in get_test_model_dim4_axis0_float16_all_inputs_as_internal() 491 .operations = {{ in get_test_model_dim4_axis0_quant8() 578 .operations = {{ in get_test_model_dim4_axis0_quant8_all_inputs_as_internal() 639 .operations = {{ in get_test_model_dim4_axis0_neg() 726 .operations = {{ in get_test_model_dim4_axis0_neg_all_inputs_as_internal() [all …]
|
D | expand_dims.example.cpp | 47 .operations = {{ in get_test_model() 134 .operations = {{ in get_test_model_all_inputs_as_internal() 195 .operations = {{ in get_test_model_relaxed() 282 .operations = {{ in get_test_model_relaxed_all_inputs_as_internal() 343 .operations = {{ in get_test_model_quant8() 430 .operations = {{ in get_test_model_quant8_all_inputs_as_internal() 491 .operations = {{ in get_test_model_int32() 548 .operations = {{ in get_test_model_float16() 635 .operations = {{ in get_test_model_float16_all_inputs_as_internal() 696 .operations = {{ in get_test_model_2() [all …]
|
D | log_softmax.example.cpp | 57 .operations = {{ in get_test_model() 124 .operations = {{ in get_test_model_relaxed() 191 .operations = {{ in get_test_model_float16() 258 .operations = {{ in get_test_model_2() 325 .operations = {{ in get_test_model_relaxed_2() 392 .operations = {{ in get_test_model_float16_2() 459 .operations = {{ in get_test_model_3() 526 .operations = {{ in get_test_model_relaxed_3() 593 .operations = {{ in get_test_model_float16_3() 660 .operations = {{ in get_test_model_4() [all …]
|
/frameworks/ml/nn/runtime/test/generated/spec_V1_3_cts_only/ |
D | if_simple_unknown_dimension.example.cpp | 67 .operations = {{ in get_test_model_true() 118 .operations = {{ in get_test_model_true() 167 .operations = {{ in get_test_model_true() 272 .operations = {{ in get_test_model_true_all_inputs_as_internal() 327 .operations = {{ in get_test_model_true_all_inputs_as_internal() 376 .operations = {{ in get_test_model_true_all_inputs_as_internal() 481 .operations = {{ in get_test_model_true_all_outputs_as_internal() 536 .operations = {{ in get_test_model_true_all_outputs_as_internal() 585 .operations = {{ in get_test_model_true_all_outputs_as_internal() 660 .operations = {{ in get_test_model_true_relaxed() [all …]
|
D | if_simple_unknown_rank.example.cpp | 67 .operations = {{ in get_test_model_true() 118 .operations = {{ in get_test_model_true() 167 .operations = {{ in get_test_model_true() 272 .operations = {{ in get_test_model_true_all_inputs_as_internal() 327 .operations = {{ in get_test_model_true_all_inputs_as_internal() 376 .operations = {{ in get_test_model_true_all_inputs_as_internal() 481 .operations = {{ in get_test_model_true_all_outputs_as_internal() 536 .operations = {{ in get_test_model_true_all_outputs_as_internal() 585 .operations = {{ in get_test_model_true_all_outputs_as_internal() 660 .operations = {{ in get_test_model_true_relaxed() [all …]
|
/frameworks/ml/nn/tools/test_generator/tests/P_vts_variation/ |
D | stdout.txt.expect | 99 const std::vector<Operation> operations = { 116 .operations = operations, 246 const std::vector<Operation> operations = { 263 .operations = operations, 394 const std::vector<Operation> operations = { 411 .operations = operations, 541 const std::vector<Operation> operations = { 558 .operations = operations, 688 const std::vector<Operation> operations = { 705 .operations = operations, [all …]
|
/frameworks/ml/nn/tools/test_generator/tests/P_vts_implicit_variation/ |
D | stdout.txt.expect | 99 const std::vector<Operation> operations = { 116 .operations = operations, 246 const std::vector<Operation> operations = { 263 .operations = operations, 394 const std::vector<Operation> operations = { 411 .operations = operations, 541 const std::vector<Operation> operations = { 558 .operations = operations, 688 const std::vector<Operation> operations = { 705 .operations = operations, [all …]
|
/frameworks/ml/nn/tools/test_generator/tests/P_vts_naming/ |
D | stdout.txt.expect | 99 const std::vector<Operation> operations = { 116 .operations = operations, 246 const std::vector<Operation> operations = { 263 .operations = operations, 394 const std::vector<Operation> operations = { 411 .operations = operations, 541 const std::vector<Operation> operations = { 558 .operations = operations, 688 const std::vector<Operation> operations = { 705 .operations = operations, [all …]
|
/frameworks/ml/nn/tools/test_generator/tests/P_vts_implicit_parameter/ |
D | stdout.txt.expect | 54 const std::vector<Operation> operations = { 71 .operations = operations, 177 const std::vector<Operation> operations = { 194 .operations = operations, 300 const std::vector<Operation> operations = { 317 .operations = operations,
|