Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/include/
DNeuralNetworksWrapperExtensions.h115 uint32_t addOperand(const OperandType* type) { in addOperand() function
DNeuralNetworksWrapper.h242 uint32_t addOperand(const OperandType* type) { in addOperand() function
/frameworks/ml/nn/runtime/test/
DTestUnknownDimensions.cpp192 auto addOperand = [&model, &getDimForCompile, scale](OperandParams params, in TestOne() local
DTestNeuralNetworksWrapper.h145 uint32_t addOperand(const OperandType* type) { in addOperand() function
DTestPartitioning.cpp646 uint32_t addOperand(WrapperType wrapperType, Dimensioned dimensioned = Dimensioned::YES) { in addOperand() function in __anon83dd480d0111::PartitioningModel
695 uint32_t addOperand(const WrapperOperandType& wrapperOperandType) { in addOperand() function in __anon83dd480d0111::PartitioningModel
DTestValidation.cpp68 uint32_t addOperand(const ANeuralNetworksOperandType& operandType) { in addOperand() function in __anon1fd66c800111::ValidationTestModel
/frameworks/ml/nn/runtime/
DModelBuilder.cpp63 int ModelBuilder::addOperand(const ANeuralNetworksOperandType& type) { in addOperand() function in android::nn::ModelBuilder
/frameworks/compile/slang/
Dslang_backend.cpp1096 auto addOperand = [&ExportReduceInfo](uint32_t Idx, llvm::Metadata *N) { in dumpExportReduceInfo() local