Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/ranges/
H A Dalgorithm.h1171 std::identity value_proj; variable
3143 std::identity value_proj; variable
3197 std::identity value_proj; variable
/aosp_15_r20/external/pytorch/benchmarks/functional_autograd_benchmark/
H A Dtorchaudio_models.py674 def __init__(self, query_proj, key_proj, value_proj): argument