summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-12Merge "Mark libneuralnetworks as LLNDK" into pi-devTreeHugger Robot
2018-04-12Merge "Map execution failure error status from driver through NN API to clien...David Gross
2018-04-12Mark libneuralnetworks as LLNDKLogan Chien
2018-04-12Merge "Remove libnativehelper from shared_libs" into pi-devLogan Chien
2018-04-10Fix documentation typos.David Gross
2018-04-09Remove libnativehelper from shared_libsLogan Chien
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-04-06Merge "Add validation tests for remaining operations" into pi-devMichael Butler
2018-04-05Fix the spec for TENSOR_QUANT8_ASYMM to match our validation.Miao Wang
2018-04-03Add validation tests for remaining operationsMichael Butler
2018-03-30Merge "Fix nullptr check in ExecutionPlan.cpp compile()." into pi-devDavid Gross
2018-03-29Merge "Add NeuralNetworksApiBenchmark to apct suite metric" into pi-devTreeHugger Robot
2018-03-29Add NeuralNetworksApiBenchmark to apct suite metricjdesprez
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-28Merge "Only export public APIs from libneuralnetworks.so." into pi-devDavid Gross
2018-03-28Add more validation to the HALMichael Butler
2018-03-28Fix memory leak in convQuant8Przemyslaw Szczepaniak
2018-03-27Merge "Regenerate CTS and VTS test cases" into pi-devMichael Butler
2018-03-27Change debug.nn.vlog to accept comma or colon as separator.David Gross
2018-03-27Fix nullptr check in ExecutionPlan.cpp compile().David Gross
2018-03-27Only export public APIs from libneuralnetworks.so.David Gross
2018-03-27Fix size of data in execution testMichael Butler
2018-03-27Regenerate CTS and VTS test casesMichael Butler
2018-03-27Merge "Fix resize_bilinear test height/width order" into pi-devMichael Butler
2018-03-27Merge "Add validation to remaining ops and fix tests" into pi-devMichael Butler
2018-03-26Fix resize_bilinear test height/width orderMichael Butler
2018-03-26Add validation to remaining ops and fix testsMichael Butler
2018-03-26When test builds a Device from TestDriver, call Device::initialize().David Gross
2018-03-26Merge "Propagate execution failure from driver to NN API client." into pi-devDavid Gross
2018-03-26Merge "Validate that a model input or output is only so designated once." int...David Gross
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-23Propagate execution failure from driver to NN API client.David Gross
2018-03-23Make NNAPI support BroadcastSub and BroadcastDiv.Miao Wang
2018-03-23Fix WrapperTestModelFinish test to use TENSOR_FLOAT32 for TANH.Miao Wang
2018-03-23Validate that a model input or output is only so designated once.David Gross
2018-03-22Fix the validation tests which were using ADD incorrectly.Miao Wang
2018-03-22Enforce validations for ANeuralNetworksExecution_setInput/OutputMiao Wang
2018-03-22Merge "Fix lstm tests to have correct scratch_buffer size" into pi-devTreeHugger Robot
2018-03-22Merge "Add basic validation for ANeuralNetworksModel_addOperation" into pi-devTreeHugger Robot
2018-03-22Merge "Explicitly set dimension to be nullptr when empty vector" into pi-devMichael Butler
2018-03-22Add basic validation for ANeuralNetworksModel_addOperationMiao Wang
2018-03-22Explicitly set dimension to be nullptr when empty vectorMichael Butler
2018-03-22Merge "Add a field in ModelBuilder to indicate whether the model is invalid o...TreeHugger Robot