Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/tools/optimize/
Dquantization_utils.cc722 const int index_global = op->inputs[index_local]; in GetEffectiveScale() local
723 const TensorT* tensor = subgraph->tensors[index_global].get(); in GetEffectiveScale()
728 const int index_global = op->intermediates[index_local]; in GetEffectiveScale() local
729 const TensorT* tensor = subgraph->tensors[index_global].get(); in GetEffectiveScale()
Dquantize_model.cc900 const int index_global = op->intermediates[index_local]; in QuantizeIntemediateTensors() local
901 if (index_global == -1) { in QuantizeIntemediateTensors()
907 TensorT* tensor = subgraph->tensors[index_global].get(); in QuantizeIntemediateTensors()
926 TensorT* tensor = subgraph->tensors[index_global].get(); in QuantizeIntemediateTensors()