/frameworks/ml/nn/common/ |
D | QuantUtils.cpp | 87 for (int batch = 0; batch < n_batch; ++batch) { in ApplySigmoid() local 101 for (int batch = 0; batch < n_batch; ++batch) { in CwiseMul() local 114 for (int batch = 0; batch < n_batch; ++batch) { in CwiseMul() local 140 for (int batch = 0; batch < n_batch; ++batch) { in CwiseAdd() local 151 for (int batch = 0; batch < n_batch; ++batch) { in CwiseClipping() local 165 for (int batch = 0; batch < n_batch; ++batch) { in CwiseClipping() local
|
D | QuantUtils.h | 36 for (int batch = 0; batch < n_batch; ++batch) { in MatrixBatchVectorMultiplyAccumulate() local 153 for (int batch = 0; batch < n_batch; ++batch) { in ApplyTanh() local
|
/frameworks/rs/cpu_ref/ |
D | rsCpuScriptGroup2.cpp | 164 Batch* batch = new Batch(this, "Batch0"); in CpuScriptGroup2Impl() local 279 for (const string& batch : kernelBatches) { in setupCompileArguments() local 283 for (const string& batch : invokeBatches) { in setupCompileArguments() local 415 for (const auto& batch : mBatches) { in compile() local 574 for (auto batch : mBatches) { in execute() local
|
/frameworks/native/libs/input/ |
D | InputTransport.cpp | 636 Batch& batch = mBatches.editItemAt(batchIndex); in consume() local 677 Batch& batch = mBatches.editTop(); in consume() local 715 Batch& batch = mBatches.editItemAt(i); in consumeBatch() local 749 Batch& batch, size_t count, uint32_t* outSeq, InputEvent** outEvent) { in consumeSamples() 1095 const Batch& batch = mBatches.itemAt(i); in findBatch() local 1171 bool InputConsumer::canAddSample(const Batch& batch, const InputMessage *msg) { in canAddSample() 1187 ssize_t InputConsumer::findSampleNoLaterThan(const Batch& batch, nsecs_t time) { in findSampleNoLaterThan()
|
/frameworks/native/services/sensorservice/ |
D | SensorInterface.h | 54 virtual status_t batch(void* ident, int handle, int, int64_t samplingPeriodNs, in batch() function
|
D | SensorInterface.cpp | 65 status_t HardwareSensor::batch(void* ident, int /*handle*/, int flags, in batch() function in android::HardwareSensor
|
D | SensorsWrapper.h | 120 Return<Result> batch(int32_t sensorHandle, int64_t samplingPeriodNs, in batch() function
|
D | SensorDevice.cpp | 650 status_t SensorDevice::batch( in batch() function in android::SensorDevice
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | ScanTestUtil.java | 52 int period, int batch, int bssidsPerScan, int reportEvents) { in createRequest() 63 public static WifiScanner.ScanSettings createRequest(int type, int band, int period, int batch, in createRequest() 69 public static WifiScanner.ScanSettings createRequest(int band, int period, int batch, in createRequest() 79 int maxPeriod, int stepCount, int batch, int bssidsPerScan, int reportEvents) { in createRequest()
|
/frameworks/ml/nn/runtime/test/fuzzing/operation_signatures/ |
D | BoundingBox.cpp | 96 uint32_t batch = op->inputs[0]->dimensions[0].getValue(); in roiFinalizer() local
|
/frameworks/base/cmds/incidentd/src/ |
D | Reporter.cpp | 338 ReportWriter::ReportWriter(const sp<ReportBatch>& batch) in ReportWriter() 473 Reporter::Reporter(const sp<WorkDirectory>& workDirectory, const sp<ReportBatch>& batch) in Reporter()
|
D | IncidentService.cpp | 177 sp<ReportBatch> batch; in take_report() local
|
/frameworks/base/services/core/java/com/android/server/ |
D | AlarmManagerService.java | 982 final Batch batch = mAlarmBatches.get(whichBatch); in insertAndBatchAlarmLocked() local 1057 Batch batch = oldSet.get(batchNum); in rebatchAllAlarmsLocked() local 1100 final Batch batch = mAlarmBatches.get(batchIndex); in reorderAlarmsBasedOnStandbyBuckets() local 3472 Batch batch = mAlarmBatches.get(0); in triggerAlarmsLocked() local
|
/frameworks/ml/nn/common/operations/ |
D | GenerateProposals.cpp | 509 std::vector<uint32_t> batch; in boxWithNmsLimitFloat32Compute() local
|