Searched refs:input2Vec (Results 1 – 1 of 1) sorted by relevance
12360 …const size_t componentNdx, const deFloat16* input1Vec, const deFloat16* input2Vec, size_t vec1Len,… in getShuffledComponent() argument12383 return (comp < vec1Len) ? input1Vec[comp] : input2Vec[comp - vec1Len]; in getShuffledComponent()12422 const deFloat16* input2Vec = &input2AsFP16[componentsStrideSrc1 * idx]; in compareFP16VectorShuffleFunc() local12428 …deFloat16 expected = getShuffledComponent(idx, compNdx, input1Vec, input2Vec, SRC0_COMPONENTS_COUN… in compareFP16VectorShuffleFunc()