Home
last modified time | relevance | path

Searched defs:chunk_dim (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/test/distributed/_shard/sharding_plan/
H A Dtest_sharding_plan.py38 def __init__(self, chunk_dim=0, device_count=0): argument
/aosp_15_r20/external/gemmlowp/meta/
H A Dsingle_thread_gemm.h408 int chunk_dim) { in CalculateCacheFriendlyTasksCount()
/aosp_15_r20/external/pytorch/torch/_decomp/
H A Ddecompositions.py3304 def lstm_cell(inp, hx, cx, hh_weight, hh_bias, hr_weight, chunk_dim): argument