Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/examples/mediatek/models/llm_models/
H A Dmodeling_common.py114 past_value, # (b, num kv heads, c, head dim) argument
231 past_value, # (b, num_kv_head, c, head_dim) argument
/aosp_15_r20/external/cronet/net/nqe/
H A Devent_creator.cc37 bool MetricChangedMeaningfully(int32_t past_value, int32_t current_value) { in MetricChangedMeaningfully()