/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/ |
D | bbox_graph.mod.py | 21 deltas = Input("deltas", "TENSOR_FLOAT32", "{1, 1, 1, 4}") variable 27 model = Model("zero_sized").Operation("GENERATE_PROPOSALS", scores, deltas, anchors, image, 1.0, 1.… 59 deltas: ("TENSOR_QUANT8_ASYMM", 0.1, 128), 81 deltas: [0, 0, -10, -10],
|
/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/ |
D | bbox_graph_quant8_signed.mod.py | 21 deltas = Input("deltas", "TENSOR_FLOAT32", "{1, 1, 1, 4}") variable 27 model = Model("zero_sized").Operation("GENERATE_PROPOSALS", scores, deltas, anchors, image, 1.0, 1.… 59 deltas: ("TENSOR_QUANT8_ASYMM_SIGNED", 0.1, 0), 81 deltas: [0, 0, -10, -10],
|
/packages/services/Car/tests/carservice_test/src/com/android/car/ |
D | CarStorageMonitoringTest.java | 543 List<IoStats> deltas = mCarStorageMonitoringManager.getIoStatsDeltas(); in testIoStatsDeltas() local 544 assertNotNull(deltas); in testIoStatsDeltas() 545 assertEquals(1, deltas.size()); in testIoStatsDeltas() 547 IoStats delta0 = deltas.get(0); in testIoStatsDeltas() 574 deltas = mCarStorageMonitoringManager.getIoStatsDeltas(); in testIoStatsDeltas() 575 assertNotNull(deltas); in testIoStatsDeltas() 576 assertEquals(2, deltas.size()); in testIoStatsDeltas() 578 delta0 = deltas.get(0); in testIoStatsDeltas() 590 IoStats delta1 = deltas.get(1); in testIoStatsDeltas()
|
/packages/modules/StatsD/lib/libkll/proto/ |
D | kll-quantiles.proto | 47 // instead of the n values, the smallest value and the n-1 deltas to the
|
/packages/apps/Contacts/tests/src/com/android/contacts/model/ |
D | RawContactDeltaListTests.java | 114 static RawContactDeltaList buildSet(RawContactDelta... deltas) { in buildSet() argument 116 Collections.addAll(set, deltas); in buildSet()
|
/packages/modules/NeuralNetworks/common/operations/ |
D | GenerateProposals.cpp | 72 const float* deltas = bboxDeltasData; in bboxTransformFloat32() local 91 auto roiAfter = toBoxEncodingCorner({.w = std::exp(deltas[2]) * roiBefore.w, in bboxTransformFloat32() 92 .h = std::exp(deltas[3]) * roiBefore.h, in bboxTransformFloat32() 93 .x = roiBefore.x + deltas[0] * roiBefore.w, in bboxTransformFloat32() 94 .y = roiBefore.y + deltas[1] * roiBefore.h}); in bboxTransformFloat32() 103 deltas += roiLength; in bboxTransformFloat32()
|
/packages/modules/StatsD/statsd/src/guardrail/ |
D | StatsdStats.h | 307 void noteUidMapDropped(int deltas);
|
D | StatsdStats.cpp | 310 void StatsdStats::noteUidMapDropped(int deltas) { in noteUidMapDropped() argument 312 mUidMapStats.dropped_changes += mUidMapStats.dropped_changes + deltas; in noteUidMapDropped()
|
/packages/modules/NeuralNetworks/tools/api/ |
D | types.spec | 3163 * Transform axis-aligned bounding box proposals using bounding box deltas. 3166 * bounding box deltas for each class, return the refined bounding box 3183 * bounding box deltas are organized in the following order 3864 * of predefined anchors with the bounding box deltas from bounding box 3878 * box deltas. The box deltas are encoded in the order of [dy, dx, dh, dw], 3889 * factor for dy in bounding box deltas. 3891 * factor for dx in bounding box deltas. 3893 * factor for dh in bounding box deltas. 3895 * factor for dw in bounding box deltas. 4076 * of predefined anchors with the bounding box deltas from bounding box [all …]
|
/packages/modules/NeuralNetworks/runtime/test/ |
D | TestValidateOperations.cpp | 3498 ANeuralNetworksOperandType deltas = getOpType(inputOperandCode, 3, deltasDims); in detectionPostprocessingOpTest() local 3524 {input, deltas, anchors, scaleScalar, scaleScalar, scaleScalar, in detectionPostprocessingOpTest()
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | tr_wordlist.combined.gz | 1dictionary=main:tr,locale=tr,description=Türkçe,date=1414726261, ... |
D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
D | en_US_wordlist.combined.gz |
|
D | pt_BR_wordlist.combined.gz | 1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ... |
D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
D | lv_wordlist.combined.gz | 1dictionary=main:lv,locale=lv,description=Latviešu,date=1393228136, ... |
D | lt_wordlist.combined.gz | 1dictionary=main:lt,locale=lt,description=Lietuvių,date=1393228136, ... |
D | pt_PT_wordlist.combined.gz | 1dictionary=main:pt_pt,locale=pt_PT,description=Português (Portugal),date ... |
D | fr_wordlist.combined.gz | 1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ... |
D | es_wordlist.combined.gz |
|