Home
last modified time | relevance | path

Searched defs:raw_weights (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/icing/icing/scoring/
H A Dsection-weights.cc121 const std::unordered_map<std::string, double>& raw_weights, in ExtractNormalizedSectionWeights()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ops/
H A Dquantization_ops.cc331 const auto* raw_weights = inputs.at(index).weights().GetPointer<float>(); in ConvertDynamicRangeMode() local