Searched refs:ValidateInputOperands (Results 1 – 2 of 2) sorted by relevance
3811 … auto ValidateInputOperands = [&] (const HalOperand& operand, std::vector<int32_t>& operandValues) in ConvertStridedSlice() local3826 if (!ValidateInputOperands(*beginOperand, beginValues) in ConvertStridedSlice()3827 || !ValidateInputOperands(*endOperand, endValues) in ConvertStridedSlice()3828 || !ValidateInputOperands(*stridesOperand, stridesValues)) in ConvertStridedSlice()
5758 auto ValidateInputOperands = [&] (const Operand& operand, std::vector<int32_t>& operandValues) in ConvertStridedSlice() local5773 if (!ValidateInputOperands(*beginOperand, beginValues) in ConvertStridedSlice()5774 || !ValidateInputOperands(*endOperand, endValues) in ConvertStridedSlice()5775 || !ValidateInputOperands(*stridesOperand, stridesValues)) in ConvertStridedSlice()