/aosp12/packages/modules/NeuralNetworks/common/ |
H A D | AidlValidateHal.cpp | 57 const auto& inputIndexes = model->main.inputIndexes; in validateMemoryDesc() local
|
H A D | LegacyUtils.cpp | 182 const uint32_t* inputIndexes, uint32_t outputCount, in OperationValidationContext() 208 const uint32_t* inputIndexes; member in android::nn::__anon648133630110::OperationValidationContext 734 const uint32_t* inputIndexes, uint32_t outputCount, in validateOperation()
|
H A D | Validation.cpp | 1284 const auto& inputIndexes = model->main.inputIndexes; in validateMemoryDescImpl() local 1343 OperationValidationContext(const char* operationName, const std::vector<uint32_t>& inputIndexes, in OperationValidationContext() 1367 const std::vector<uint32_t>& inputIndexes; member in android::nn::__anonef200d880110::OperationValidationContext 1562 const std::vector<uint32_t>& inputIndexes, in validateOperationOperandTypes() 1789 const auto& inputIndexes = operation.inputs; in validateOperationButNotOperandsImpl() local
|
H A D | ValidateHal.cpp | 888 const auto& inputIndexes = model->main.inputIndexes; in validateMemoryDesc() local
|
H A D | TypeUtils.cpp | 778 std::vector<uint32_t> inputIndexes; in operator <<() local
|
H A D | LegacyHalUtils.cpp | 204 const uint32_t* inputIndexes, uint32_t outputCount, in validateOperation()
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/ |
H A D | Converter.cpp | 146 std::vector<uint32_t> inputIndexes = convert(model.input_indexes()); in convert() local
|
/aosp12/packages/modules/NeuralNetworks/shim_and_sl/ |
H A D | ShimConverter.cpp | 224 std::vector<uint32_t> inputIndexes(subgraph.inputIndexes.begin(), subgraph.inputIndexes.end()); in convertSubgraphFromHAL() local
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/ |
H A D | TestMemoryDomain.cpp | 221 const test_wrapper::Compilation& compilation, const std::vector<uint32_t>& inputIndexes, in allocateDeviceMemory()
|
/aosp12/hardware/interfaces/neuralnetworks/aidl/vts/functional/ |
H A D | MemoryDomainTests.cpp | 622 const std::vector<int32_t>& inputIndexes, in allocateBuffer() 661 const std::vector<int32_t>& inputIndexes, in allocateBuffer()
|
/aosp12/hardware/interfaces/neuralnetworks/1.3/vts/functional/ |
H A D | MemoryDomainTests.cpp | 623 const std::vector<uint32_t>& inputIndexes, in allocateBuffer() 659 const std::vector<uint32_t>& inputIndexes, in allocateBuffer()
|
/aosp12/packages/modules/NeuralNetworks/tools/test_generator/test_harness/include/ |
H A D | TestHarness.h | 294 std::vector<uint32_t> inputIndexes; member
|
/aosp12/packages/modules/NeuralNetworks/common/include/nnapi/ |
H A D | Types.h | 691 std::vector<uint32_t> inputIndexes; member
|
/aosp12/packages/modules/NeuralNetworks/driver/sample/ |
H A D | SampleDriverFloatXNNPACK.cpp | 158 const std::vector<uint32_t>& inputIndexes, in Create()
|