Home
last modified time | relevance | path

Searched defs:addOperand (Results 1 – 15 of 15) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/runtime/include/
H A DNeuralNetworksWrapperExtensions.h117 uint32_t addOperand(const OperandType* type) { in addOperand() function
H A DNeuralNetworksWrapper.h302 uint32_t addOperand(const OperandType* type) { function
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestUnknownDimensions.cpp197 auto addOperand = [&model, &getDimForCompile, scale](OperandParams params, in TestOne() local
H A DTestNeuralNetworksWrapper.h149 uint32_t addOperand(const OperandType* type) { in addOperand() function
H A DTestPartitioning.cpp718 uint32_t addOperand(WrapperType wrapperType, Dimensioned dimensioned = Dimensioned::YES) { in addOperand() function in __anon63efd43f0110::PartitioningModel
755 uint32_t addOperand(const WrapperOperandType& wrapperOperandType) { in addOperand() function in __anon63efd43f0110::PartitioningModel
H A DTestValidation.cpp72 uint32_t addOperand(const ANeuralNetworksOperandType& operandType) { in addOperand() function in __anonb91444320110::ValidationTestModel
/aosp12/hardware/interfaces/neuralnetworks/1.0/vts/functional/
H A DValidateModel.cpp75 static uint32_t addOperand(Model* model) { in addOperand() function
88 static uint32_t addOperand(Model* model, OperandLifeTime lifetime) { in addOperand() function
/aosp12/hardware/interfaces/neuralnetworks/1.1/vts/functional/
H A DValidateModel.cpp94 static uint32_t addOperand(Model* model) { in addOperand() function
107 static uint32_t addOperand(Model* model, OperandLifeTime lifetime) { in addOperand() function
/aosp12/hardware/interfaces/neuralnetworks/1.2/vts/functional/
H A DValidateModel.cpp95 static uint32_t addOperand(Model* model) { in addOperand() function
108 static uint32_t addOperand(Model* model, OperandLifeTime lifetime) { in addOperand() function
/aosp12/hardware/interfaces/neuralnetworks/1.3/vts/functional/
H A DValidateModel.cpp102 static uint32_t addOperand(Model* model) { in addOperand() function
115 static uint32_t addOperand(Model* model, OperandLifeTime lifetime) { in addOperand() function
/aosp12/hardware/interfaces/neuralnetworks/aidl/vts/functional/
H A DValidateModel.cpp108 static uint32_t addOperand(Model* model) { in addOperand() function
120 static uint32_t addOperand(Model* model, OperandLifeTime lifetime) { in addOperand() function
/aosp12/packages/modules/NeuralNetworks/runtime/
H A DModelBuilder.cpp74 int ModelBuilder::addOperand(const ANeuralNetworksOperandType& type) { in addOperand() function in android::nn::ModelBuilder
H A DExecutionPlan.cpp415 int ExecutionStep::addOperand(uint32_t sourceOperandIndex, uint32_t* stepOperandIndex, in addOperand() function in android::nn::ExecutionStep
/aosp12/frameworks/compile/slang/
H A Dslang_backend.cpp1096 auto addOperand = [&ExportReduceInfo](uint32_t Idx, llvm::Metadata *N) { in dumpExportReduceInfo() local
/aosp12/packages/modules/NeuralNetworks/shim_and_sl/include/
H A DSupportLibraryWrapper.h196 uint32_t addOperand(const OperandType* type) { in addOperand() function