Home
last modified time | relevance | path

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

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