Searched defs:name_hint (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/ |
H A D | expr.h | 162 static ExprHandle make(const std::string& name_hint, Dtype dtype) { in make() 170 const std::string& name_hint() const { in name_hint() function 182 Var(std::string name_hint, Dtype dtype) in Var() 221 const std::string& name_hint() const { in name_hint() function 224 void set_name_hint(const std::string& name_hint) { in set_name_hint() 235 : Buf(alloc<Var>(name_hint, kHandle), in Buf() 337 const std::string& name_hint, in BufHandle() 343 const std::string& name_hint, in BufHandle() 380 const std::string& name_hint() const { in name_hint() function 418 VarHandle(const std::string& name_hint, Dtype dtype) in VarHandle() [all …]
|
H A D | unique_name_manager.cpp | 17 std::string name_hint = v->name_hint(); in get_unique_name() local
|
H A D | expr.cpp | 436 const std::string& name_hint, in make() 449 const std::string& name_hint, in make()
|
H A D | kernel.cpp | 1423 auto name_hint = "const_" + sanitizeName(v->debugName()); in bindConstant() local
|
/aosp_15_r20/external/python/apitools/apitools/gen/ |
D | message_registry.py | 383 def __GetTypeInfo(self, attrs, name_hint): argument
|