Home
last modified time | relevance | path

Searched refs:src_is_tensor (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dutils.py1820 src_is_tensor, argument
1836 src_is_tensor
1843 and src_is_tensor
H A Dir.py4977 if self.src_is_tensor:
4987 self.src_is_tensor,
5012 self.src_is_tensor = isinstance(src, TensorBox)
5015 if self.src_is_tensor:
H A Dlowering.py3361 src_is_tensor = isinstance(src, TensorBox)
3366 src.get_dtype() if src_is_tensor else type(src),
3367 src.get_device().type if src_is_tensor else "not impl",
3368 src_is_tensor,
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/
H A Dcpp_wrapper_cpu.py1339 src_is_tensor, argument
1364 if src_is_tensor:
H A Dwrapper.py822 src_is_tensor, argument