/aosp_15_r20/external/fonttools/Lib/fontTools/subset/ |
H A D | cff.py | 158 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 D | hb-subset-cff-common.hh | 934 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 D | SymBool.cpp | 83 bool SymBool::has_hint() const { in has_hint() function in c10::SymBool 87 return toSymNodeImpl()->has_hint(); in has_hint()
|
H A D | SymFloat.cpp | 162 bool SymFloat::has_hint() const { in has_hint() function in c10::SymFloat 166 return toSymNodeImpl()->has_hint(); in has_hint()
|
H A D | SymbolicShapeMeta.cpp | 40 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 D | SymInt.cpp | 38 bool SymInt::has_hint() const { in has_hint() function in c10::SymInt 42 return toSymNodeImplUnowned()->has_hint(); in has_hint()
|
H A D | SymInt.h | 142 bool has_hint() const; 421 return b.has_hint() && b.guard_bool(file, line); in definitely_true()
|
H A D | SymFloat.h | 93 bool has_hint() const;
|
H A D | SymBool.h | 63 bool has_hint() const;
|
H A D | ConstantSymNodeImpl.h | 61 bool has_hint() override { in has_hint() function
|
H A D | SymNodeImpl.h | 205 virtual bool has_hint() { in has_hint() function
|
/aosp_15_r20/external/pytorch/aten/src/ATen/core/ |
H A D | NestedIntSymNodeImpl.h | 64 bool has_hint() override { in has_hint() function
|
/aosp_15_r20/external/pytorch/torch/fx/experimental/ |
H A D | sym_node.py | 175 def has_hint(self): member in SymNode 460 self.has_hint() 484 if r and not self.has_hint():
|
H A D | symbolic_shapes.py | 215 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 D | pad_mm.py | 98 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 D | fake_impls.py | 673 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 D | python_symnode.h | 103 bool has_hint() override { in has_hint() function
|
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/ |
H A D | simd.py | 1174 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 D | TensorIndexing.h | 398 if (!sizes[i].has_hint() || sizes[i] != 1) { in slicePrefix1sSize()
|
/aosp_15_r20/external/pytorch/torch/_inductor/ |
H A D | codecache.py | 68 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 D | init.cpp | 1264 return a->has_hint(); in initJITBindings()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/ |
H A D | TensorShape.cpp | 434 …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 D | builder.py | 923 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/ |
D | notification.pb.h | 1159 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/ |
D | notification.pb.h | 1159 bool has_hint() const; in Swap() 5949 inline bool ListenersDisablingEffectsProto::has_hint() const { in has_hint() function
|