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