Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/tools/optimize/
Dquantize_weights.cc128 std::vector<int32_t> op_input_indices = GetWeightInputIndices(op_code); in CheckAllOpInputsQuantized() local
129 for (const int32_t op_input_idx : op_input_indices) { in CheckAllOpInputsQuantized()
155 std::vector<int32_t> op_input_indices = GetWeightInputIndices(op_code); in InsertQuantizableInputTensorsFromOperator() local
156 for (const int32_t op_input_idx : op_input_indices) { in InsertQuantizableInputTensorsFromOperator()