Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/codegen/fuser/
H A Dtensor_desc.h18 struct TORCH_API TensorDesc { struct
22 TensorDesc(const at::ScalarType& type, const std::vector<bool>& contiguity) in TensorDesc() argument
33 TensorDesc( in TensorDesc() argument
39 TensorDesc(const at::Tensor& t) in TensorDesc() function
42 TensorDesc(const c10::TensorTypePtr& type) in TensorDesc() function
71 bool operator==(const TensorDesc& desc) const { argument
79 static size_t hash(const TensorDesc& spec) { in hash() argument