Searched refs:guard_float (Results 1 – 16 of 16) sorted by relevance
/aosp_15_r20/external/pytorch/c10/core/ |
H A D | SymFloat.cpp | 154 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 D | SymFloat.h | 91 double guard_float(const char* file, int64_t line) const;
|
H A D | ConstantSymNodeImpl.h | 48 double guard_float( in guard_float() function
|
H A D | SymNodeImpl.h | 181 virtual double guard_float(const char* file, int64_t line) { in guard_float() function
|
H A D | Scalar.h | 136 toSymFloat().guard_float(__FILE__, __LINE__), #type); \
|
/aosp_15_r20/external/pytorch/aten/src/ATen/core/ |
H A D | NestedIntSymNodeImpl.h | 76 double guard_float(const char* file, int64_t line) override { in guard_float() function
|
H A D | ivalue.h | 538 return toSymFloat().guard_float(__FILE__, __LINE__); in toDouble()
|
/aosp_15_r20/external/pytorch/torch/csrc/utils/ |
H A D | python_symnode.h | 113 double guard_float(const char* file, int64_t line) override { in guard_float() function
|
H A D | tensor_new.cpp | 221 const double double_val = val.guard_float(__FILE__, __LINE__); in recursive_store()
|
H A D | python_arg_parser.h | 1030 .guard_float(__FILE__, __LINE__); in toDouble()
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/python/ |
H A D | pybind_utils.cpp | 117 return py::cast<c10::SymFloat>(obj).guard_float(__FILE__, __LINE__); in toIValue()
|
H A D | init.cpp | 1244 return a->guard_float(file, line); in initJITBindings()
|
/aosp_15_r20/external/pytorch/torch/fx/experimental/ |
H A D | sym_node.py | 436 def guard_float(self, file, line): member in SymNode
|
H A D | symbolic_shapes.py | 847 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 D | test_dynamic_shapes.py | 27 guard_float, 1150 return guard_float(v)
|
/aosp_15_r20/external/pytorch/torch/ |
H A D | __init__.py | 588 return self.node.guard_float("", 0)
|