Searched refs:input_vector (Results 1 – 1 of 1) sorted by relevance
1841 HVecOperation* input_vector = input->AsVecOperation(); in ReduceAndExtractIfNeeded() local1842 uint32_t vector_length = input_vector->GetVectorLength(); in ReduceAndExtractIfNeeded()1843 DataType::Type type = input_vector->GetPackedType(); in ReduceAndExtractIfNeeded()1844 HVecReduce::ReductionKind kind = GetReductionKind(input_vector); in ReduceAndExtractIfNeeded()