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