Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/tools/optimize/
Dquantize_weights.cc72 std::vector<int32_t> GetWeightInputIndices(const BuiltinOperator& op_code) { in GetWeightInputIndices() function
128 std::vector<int32_t> op_input_indices = GetWeightInputIndices(op_code); in CheckAllOpInputsQuantized()
155 std::vector<int32_t> op_input_indices = GetWeightInputIndices(op_code); in InsertQuantizableInputTensorsFromOperator()