Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/tools/optimize/
Dquantization_utils.cc721 const int index_local = input_index[i]; in GetEffectiveScale() local
722 const int index_global = op->inputs[index_local]; in GetEffectiveScale()
727 const int index_local = intermediate_index[i]; in GetEffectiveScale() local
728 const int index_global = op->intermediates[index_local]; in GetEffectiveScale()
Dquantize_model.cc899 const int index_local = input.first; in QuantizeIntemediateTensors() local
900 const int index_global = op->intermediates[index_local]; in QuantizeIntemediateTensors()
919 index_local, in QuantizeIntemediateTensors()