Home
last modified time | relevance | path

Searched refs:guard_float (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/pytorch/c10/core/
H A DSymFloat.cpp154 double SymFloat::guard_float(const char* file, int64_t line) const { in guard_float() function in c10::SymFloat
159 return a->guard_float(file, line); in guard_float()
H A DSymFloat.h91 double guard_float(const char* file, int64_t line) const;
H A DConstantSymNodeImpl.h48 double guard_float( in guard_float() function
H A DSymNodeImpl.h181 virtual double guard_float(const char* file, int64_t line) { in guard_float() function
H A DScalar.h136 toSymFloat().guard_float(__FILE__, __LINE__), #type); \
/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A DNestedIntSymNodeImpl.h76 double guard_float(const char* file, int64_t line) override { in guard_float() function
H A Divalue.h538 return toSymFloat().guard_float(__FILE__, __LINE__); in toDouble()
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dpython_symnode.h113 double guard_float(const char* file, int64_t line) override { in guard_float() function
H A Dtensor_new.cpp221 const double double_val = val.guard_float(__FILE__, __LINE__); in recursive_store()
H A Dpython_arg_parser.h1030 .guard_float(__FILE__, __LINE__); in toDouble()
/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dpybind_utils.cpp117 return py::cast<c10::SymFloat>(obj).guard_float(__FILE__, __LINE__); in toIValue()
H A Dinit.cpp1244 return a->guard_float(file, line); in initJITBindings()
/aosp_15_r20/external/pytorch/torch/fx/experimental/
H A Dsym_node.py436 def guard_float(self, file, line): member in SymNode
H A Dsymbolic_shapes.py847 return guard_float(a)
1026 def guard_float(a): function
1028 return a.node.guard_float("", 0) # NB: uses Python backtrace
/aosp_15_r20/external/pytorch/test/
H A Dtest_dynamic_shapes.py27 guard_float,
1150 return guard_float(v)
/aosp_15_r20/external/pytorch/torch/
H A D__init__.py588 return self.node.guard_float("", 0)