Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/tools/optimize/
Dquantize_weights.cc41 int32_t op_input_idx; member
129 for (const int32_t op_input_idx : op_input_indices) { in CheckAllOpInputsQuantized() local
130 int32_t tensor_idx = op->inputs[op_input_idx]; in CheckAllOpInputsQuantized()
156 for (const int32_t op_input_idx : op_input_indices) { in InsertQuantizableInputTensorsFromOperator() local
157 int32_t tensor_idx = op->inputs[op_input_idx]; in InsertQuantizableInputTensorsFromOperator()
159 LOG(INFO) << "Skipping optional tensor input " << op_input_idx in InsertQuantizableInputTensorsFromOperator()
333 dequant_op_info.op->inputs[dequant_op_info.op_input_idx] = in QuantizeWeightsInternal()