Home
last modified time | relevance | path

Searched refs:ValidateInputOperands (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/android-nn-driver/
H A DConversionUtils.hpp3811 … auto ValidateInputOperands = [&] (const HalOperand& operand, std::vector<int32_t>& operandValues) in ConvertStridedSlice() local
3826 if (!ValidateInputOperands(*beginOperand, beginValues) in ConvertStridedSlice()
3827 || !ValidateInputOperands(*endOperand, endValues) in ConvertStridedSlice()
3828 || !ValidateInputOperands(*stridesOperand, stridesValues)) in ConvertStridedSlice()
/aosp_15_r20/external/armnn/shim/sl/canonical/
H A DConverter.cpp5758 auto ValidateInputOperands = [&] (const Operand& operand, std::vector<int32_t>& operandValues) in ConvertStridedSlice() local
5773 if (!ValidateInputOperands(*beginOperand, beginValues) in ConvertStridedSlice()
5774 || !ValidateInputOperands(*endOperand, endValues) in ConvertStridedSlice()
5775 || !ValidateInputOperands(*stridesOperand, stridesValues)) in ConvertStridedSlice()