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