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