Searched refs:index_global (Results 1 – 2 of 2) sorted by relevance
722 const int index_global = op->inputs[index_local]; in GetEffectiveScale() local723 const TensorT* tensor = subgraph->tensors[index_global].get(); in GetEffectiveScale()728 const int index_global = op->intermediates[index_local]; in GetEffectiveScale() local729 const TensorT* tensor = subgraph->tensors[index_global].get(); in GetEffectiveScale()
900 const int index_global = op->intermediates[index_local]; in QuantizeIntemediateTensors() local901 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()