summaryrefslogtreecommitdiff
path: root/nn/common
AgeCommit message (Expand)Author
2018-06-12Make fully_connected op use reference implementation in certain cases.Miao Wang
2018-06-05Merge "Openmp blocktime 1->20ms to keep cores enabled" into pi-devTreeHugger Robot
2018-06-04Openmp blocktime 1->20ms to keep cores enabledMika Raento
2018-06-01Guard concurrent scratch_buffer and gemmlowp::GemmContext accessMiao Wang
2018-05-16Validate strided slice output dims in cpu executorMika Raento
2018-05-11Reduce OpenMP thread busywait time (200 to 1 ms)Mika Raento
2018-04-23Fix the error code ANEURALNETWORKS_UNMAPPABLEMiao Wang
2018-04-17Make validateOperandType reject scale of 0.0f for QUANT8_ASYMM tensorMiao Wang
2018-04-17Merge "Clarify Fully Connected Op comments and naming" into pi-devMika Raento
2018-04-17Merge "Remove pointer values from the log and hide certain verbose logging un...Miao Wang
2018-04-17Merge "Fix Conv2D crash in 64bit binary." into pi-devPrzemyslaw Szczepaniak
2018-04-16Remove pointer values from the log and hide certain verbose loggingMiao Wang
2018-04-16Clarify Fully Connected Op comments and namingMika Raento
2018-04-13Fix Conv2D crash in 64bit binary.Przemyslaw Szczepaniak
2018-04-12NNAPI: Add execution preference to prepareModel (runtime)Michael Butler
2018-04-12Upgrade NeuralNetworks v1.0 to v1.1 followup CLMichael Butler
2018-04-12Merge "Map execution failure error status from driver through NN API to clien...David Gross
2018-04-06Map execution failure error status from driver through NN API to client.David Gross
2018-04-06Make convFloat32 and convQuant8 not segfault when asking too much memory.Przemyslaw Szczepaniak
2018-04-05Finalize STRIDED_SLICEMiao Wang
2018-03-29Merge "Fix memory leak in convQuant8" into pi-devPrzemyslaw Szczepaniak
2018-03-29Merge changes Ida0350d2,If4b50c50 into pi-devTreeHugger Robot
2018-03-29Merge "Make NNAPI support BroadcastSub and BroadcastDiv." into pi-devTreeHugger Robot
2018-03-28Merge "Add more validation to the HAL" into pi-devMichael Butler
2018-03-28Merge "Change debug.nn.vlog to accept comma or colon as separator." into pi-devDavid Gross
2018-03-28Add more validation to the HALMichael Butler
2018-03-28Fix memory leak in convQuant8Przemyslaw Szczepaniak
2018-03-27Change debug.nn.vlog to accept comma or colon as separator.David Gross
2018-03-27Merge "Add validation to remaining ops and fix tests" into pi-devMichael Butler
2018-03-26Add validation to remaining ops and fix testsMichael Butler
2018-03-23Use abort() instead of exit(1) for bad activation functionsMiao Wang
2018-03-23Remove unused / unimplemented parameter "crops" for BATCH_TO_SPACEMiao Wang
2018-03-23Make NNAPI support BroadcastSub and BroadcastDiv.Miao Wang
2018-03-23Validate that a model input or output is only so designated once.David Gross
2018-03-22Merge "Add basic validation for ANeuralNetworksModel_addOperation" into pi-devTreeHugger Robot
2018-03-22Add basic validation for ANeuralNetworksModel_addOperationMiao Wang
2018-03-22Explicitly set dimension to be nullptr when empty vectorMichael Butler
2018-03-16Fix / add various ANeuralNetworksModel_* validationsMiao Wang
2018-02-27Merge "Fixes HashtableLookupTest and LSHProjectionTest" am: 07c1adad1f am: 7f...Tix Lo
2018-02-27Fixes HashtableLookupTest and LSHProjectionTestTix Lo
2018-02-26Add Capabilities::relaxedFloat32toFloat16Performance for 1.1.David Gross
2018-02-21Merge "NNAPI narrow evaluation for P -- runtime"Jean-Luc Brouillet
2018-02-20NNAPI narrow evaluation for P -- runtimeMichael Butler
2018-02-20Fix a typo in spaceToBatchPrepare.Miao Wang
2018-02-15Create NNAPI v1.1 VTS tests.Miao Wang
2018-02-07Merge "Enable openmp multi-threading for NNAPI CPU path."TreeHugger Robot
2018-02-07Enable openmp multi-threading for NNAPI CPU path.Miao Wang
2018-01-31Upgrade NeuralNetworks v1.0 to v1.1.Michael Butler
2018-01-31Allow CpuExecutor to execute the new ops.Miao Wang
2018-01-31Porting CPU implementation from TFLite for the following ops:Miao Wang