Home
last modified time | relevance | path

Searched refs:removeValueAndDecrementGreaterValues (Results 1 – 5 of 5) sorted by relevance

/aosp12/hardware/interfaces/neuralnetworks/1.0/vts/functional/
H A DValidateModel.cpp797 static void removeValueAndDecrementGreaterValues(hidl_vec<uint32_t>* vec, uint32_t value) { in removeValueAndDecrementGreaterValues() function
812 removeValueAndDecrementGreaterValues(&operation.inputs, index); in removeOperand()
813 removeValueAndDecrementGreaterValues(&operation.outputs, index); in removeOperand()
815 removeValueAndDecrementGreaterValues(&model->inputIndexes, index); in removeOperand()
816 removeValueAndDecrementGreaterValues(&model->outputIndexes, index); in removeOperand()
/aosp12/hardware/interfaces/neuralnetworks/1.1/vts/functional/
H A DValidateModel.cpp837 static void removeValueAndDecrementGreaterValues(hidl_vec<uint32_t>* vec, uint32_t value) { in removeValueAndDecrementGreaterValues() function
852 removeValueAndDecrementGreaterValues(&operation.inputs, index); in removeOperand()
853 removeValueAndDecrementGreaterValues(&operation.outputs, index); in removeOperand()
855 removeValueAndDecrementGreaterValues(&model->inputIndexes, index); in removeOperand()
856 removeValueAndDecrementGreaterValues(&model->outputIndexes, index); in removeOperand()
/aosp12/hardware/interfaces/neuralnetworks/1.2/vts/functional/
H A DValidateModel.cpp978 static void removeValueAndDecrementGreaterValues(hidl_vec<uint32_t>* vec, uint32_t value) { in removeValueAndDecrementGreaterValues() function
993 removeValueAndDecrementGreaterValues(&operation.inputs, index); in removeOperand()
994 removeValueAndDecrementGreaterValues(&operation.outputs, index); in removeOperand()
996 removeValueAndDecrementGreaterValues(&model->inputIndexes, index); in removeOperand()
997 removeValueAndDecrementGreaterValues(&model->outputIndexes, index); in removeOperand()
/aosp12/hardware/interfaces/neuralnetworks/1.3/vts/functional/
H A DValidateModel.cpp1046 static void removeValueAndDecrementGreaterValues(hidl_vec<uint32_t>* vec, uint32_t value) { in removeValueAndDecrementGreaterValues() function
1061 removeValueAndDecrementGreaterValues(&operation.inputs, index); in removeOperand()
1062 removeValueAndDecrementGreaterValues(&operation.outputs, index); in removeOperand()
1064 removeValueAndDecrementGreaterValues(&model->main.inputIndexes, index); in removeOperand()
1065 removeValueAndDecrementGreaterValues(&model->main.outputIndexes, index); in removeOperand()
/aosp12/hardware/interfaces/neuralnetworks/aidl/vts/functional/
H A DValidateModel.cpp1026 static void removeValueAndDecrementGreaterValues(std::vector<int32_t>* vec, uint32_t value) { in removeValueAndDecrementGreaterValues() function
1040 removeValueAndDecrementGreaterValues(&operation.inputs, index); in removeOperand()
1041 removeValueAndDecrementGreaterValues(&operation.outputs, index); in removeOperand()
1043 removeValueAndDecrementGreaterValues(&model->main.inputIndexes, index); in removeOperand()
1044 removeValueAndDecrementGreaterValues(&model->main.outputIndexes, index); in removeOperand()