Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/utils/
H A Dflop_counter.py241 def sdpa_flop_count(query_shape, key_shape, value_shape): argument
260 def sdpa_flop(query_shape, key_shape, value_shape, *args, out_shape=None, **kwargs) -> int: argument
436 def sdpa_backward_flop_count(grad_out_shape, query_shape, key_shape, value_shape): argument
464 def sdpa_backward_flop(grad_out_shape, query_shape, key_shape, value_shape, *args, out_shape=None, … argument