Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DTensorUtils.h22 struct TORCH_API TensorArg { struct
27 TensorArg(const Tensor& tensor, const char* name, int pos) in TensorArg() argument
H A DTensorUtils.cpp102 …(CheckedFrom c, ArrayRef<TensorArg> tensors, void(*fn)(CheckedFrom, const TensorArg&, const Tensor… in checkAllSame()
/aosp_15_r20/external/pytorch/torch/csrc/dynamo/
H A Dcompiled_autograd.h103 struct TensorArg { struct
105 TensorArg(uint32_t i = 0) : id(i) {} in id() argument
122 TensorArg& lookup(const at::Tensor& tensor, bool create = false) { argument
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/
H A Dtriton_utils.py81 def is_unaligned_buffer(arg: TensorArg):
H A Dcommon.py69 class TensorArg: class