Home
last modified time | relevance | path

Searched refs:has_hint (Results 1 – 25 of 26) sorted by relevance

12

/aosp_15_r20/external/fonttools/Lib/fontTools/subset/
H A Dcff.py158 if hints.has_hint:
213 self.has_hint = False
250 if hints.has_hint or hints.has_hintmask:
314 hints.has_hint = True
322 hints.has_hint = True
341 if subr_hints.has_hint:
342 hints.has_hint = True
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-subset-cff-common.hh934 bool has_hint = drop_hints_in_str (subrs[subr_num], param, drop); in drop_hints_in_subr() local
951 return has_hint; in drop_hints_in_subr()
963 bool has_hint = false; in drop_hints_in_str() local
967 has_hint = drop_hints_in_subr (str, pos, in drop_hints_in_str()
973 has_hint = drop_hints_in_subr (str, pos, in drop_hints_in_str()
997 has_hint = true; in drop_hints_in_str()
1011 if (has_hint) in drop_hints_in_str()
1022 seen_hint |= has_hint; in drop_hints_in_str()
/aosp_15_r20/external/pytorch/c10/core/
H A DSymBool.cpp83 bool SymBool::has_hint() const { in has_hint() function in c10::SymBool
87 return toSymNodeImpl()->has_hint(); in has_hint()
H A DSymFloat.cpp162 bool SymFloat::has_hint() const { in has_hint() function in c10::SymFloat
166 return toSymNodeImpl()->has_hint(); in has_hint()
H A DSymbolicShapeMeta.cpp40 if (all_hinted && !s.has_hint()) { in normalize_sym_sizes_strides()
48 if (all_hinted && !s.has_hint()) { in normalize_sym_sizes_strides()
H A DSymInt.cpp38 bool SymInt::has_hint() const { in has_hint() function in c10::SymInt
42 return toSymNodeImplUnowned()->has_hint(); in has_hint()
H A DSymInt.h142 bool has_hint() const;
421 return b.has_hint() && b.guard_bool(file, line); in definitely_true()
H A DSymFloat.h93 bool has_hint() const;
H A DSymBool.h63 bool has_hint() const;
H A DConstantSymNodeImpl.h61 bool has_hint() override { in has_hint() function
H A DSymNodeImpl.h205 virtual bool has_hint() { in has_hint() function
/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A DNestedIntSymNodeImpl.h64 bool has_hint() override { in has_hint() function
/aosp_15_r20/external/pytorch/torch/fx/experimental/
H A Dsym_node.py175 def has_hint(self): member in SymNode
460 self.has_hint()
484 if r and not self.has_hint():
H A Dsymbolic_shapes.py215 def has_hint(a: Scalar) -> bool: function
217 return a.node.has_hint()
759 if a.node.has_hint():
774 if a.node.has_hint():
1454 …env.create_symintnode(int_sym, hint=int(symbool.node.require_hint()) if has_hint(symbool) else Non…
4669 def has_hint(self, expr: "sympy.Expr"): member in ShapeEnv
/aosp_15_r20/external/pytorch/torch/_inductor/fx_passes/
H A Dpad_mm.py98 if not x.node.has_hint():
107 isinstance(x, int) or (utils.is_symbolic(x) and x.node.has_hint())
/aosp_15_r20/external/pytorch/torch/_subclasses/
H A Dfake_impls.py673 from torch.fx.experimental.symbolic_shapes import has_hint
675 if not has_hint(batch):
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dpython_symnode.h103 bool has_hint() override { in has_hint() function
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/
H A Dsimd.py1174 has_hint = V.graph.sizevars.shape_env.has_hint
1182 return has_hint(e) and size_hint(e) <= int_max
/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DTensorIndexing.h398 if (!sizes[i].has_hint() || sizes[i] != 1) { in slicePrefix1sSize()
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dcodecache.py68 from torch.fx.experimental.symbolic_shapes import has_hint, hint_int, ShapeEnv
772 return [s for s in inputs if isinstance(s, torch.SymInt) and has_hint(s)]
/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dinit.cpp1264 return a->has_hint(); in initJITBindings()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DTensorShape.cpp434 …if (new_size_bytes.has_hint() && storage.sym_nbytes().has_hint() && TORCH_GUARD_SIZE_OBLIVIOUS(new… in set_storage_meta__symint()
/aosp_15_r20/external/pytorch/torch/_dynamo/variables/
H A Dbuilder.py923 if value.node.has_hint():
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/android_arm64_armv8-2a_cortex-a55_static_cfi/gen/proto/frameworks/base/core/proto/android/service/
Dnotification.pb.h1159 bool has_hint() const; in Swap()
5949 inline bool ListenersDisablingEffectsProto::has_hint() const { in has_hint() function
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/android_arm64_armv8-2a_cortex-a55_static/gen/proto/frameworks/base/core/proto/android/service/
Dnotification.pb.h1159 bool has_hint() const; in Swap()
5949 inline bool ListenersDisablingEffectsProto::has_hint() const { in has_hint() function

12