Home
last modified time | relevance | path

Searched refs:tensor_is_aligned (Results 1 – 2 of 2) sorted by relevance

/external/pytorch/torch/_inductor/
Dcompile_fx.py48 tensor_is_aligned,
929 if i in static_input_idxs and tensor_is_aligned(input):
Dutils.py1884 def tensor_is_aligned(tensor: torch.Tensor): function
1904 return config.assume_aligned_inputs or tensor_is_aligned(example_input)