Home
last modified time | relevance | path

Searched refs:reduction_indices_array (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/graph_transformations/
H A Dpropagate_fixed_sizes.cc567 const auto& reduction_indices_array = model->GetArray(op->inputs[1]); in ProcessTensorFlowReductionOperator() local
568 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()