Searched refs:reduction_indices_array (Results 1 – 1 of 1) sorted by relevance
567 const auto& reduction_indices_array = model->GetArray(op->inputs[1]); in ProcessTensorFlowReductionOperator() local568 if (!reduction_indices_array.buffer) { in ProcessTensorFlowReductionOperator()571 CHECK(reduction_indices_array.buffer->type == ArrayDataType::kInt32); in ProcessTensorFlowReductionOperator()576 reduction_indices_array.GetBuffer<ArrayDataType::kInt32>().data; in ProcessTensorFlowReductionOperator()