Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/codegen/onednn/
H A DLlgaTensorImpl.h38 struct LlgaTensorDesc { struct
41 LlgaTensorDesc( in LlgaTensorDesc() argument
55 LlgaTensorDesc(const desc& t) in LlgaTensorDesc() argument
71 LlgaTensorDesc(const torch::jit::Value* v) in LlgaTensorDesc() function
120 LlgaTensorDesc tid(uint64_t new_id) const { in tid() argument
130 LlgaTensorDesc dtype(desc::data_type new_dtype) const { in dtype() argument
138 LlgaTensorDesc layout_type(desc::layout_type new_layout_type) { in layout_type() argument
153 LlgaTensorDesc any() { in any() argument
157 size_t storage_size() const { in storage_size()
161 desc logical_tensor() const { in logical_tensor()
[all …]