Home
last modified time | relevance | path

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

/external/pytorch/c10/core/
DConstantSymNodeImpl.h61 bool has_hint() override { in has_hint() function
DSymBool.cpp83 bool SymBool::has_hint() const { in has_hint() function in c10::SymBool
DSymFloat.cpp162 bool SymFloat::has_hint() const { in has_hint() function in c10::SymFloat
DSymInt.cpp38 bool SymInt::has_hint() const { in has_hint() function in c10::SymInt
DSymNodeImpl.h205 virtual bool has_hint() { in has_hint() function
/external/pytorch/aten/src/ATen/core/
DNestedIntSymNodeImpl.h64 bool has_hint() override { in has_hint() function
/external/pytorch/torch/csrc/utils/
Dpython_symnode.h103 bool has_hint() override { in has_hint() function
/external/harfbuzz_ng/src/
Dhb-subset-cff-common.hh934 bool has_hint = drop_hints_in_str (subrs[subr_num], param, drop); in drop_hints_in_subr() local
963 bool has_hint = false; in drop_hints_in_str() local
/external/pytorch/torch/fx/experimental/
Dsymbolic_shapes.py215 def has_hint(a: Scalar) -> bool: function
4669 def has_hint(self, expr: "sympy.Expr"): member in ShapeEnv
Dsym_node.py175 def has_hint(self): member in SymNode