Home
last modified time | relevance | path

Searched defs:symint (Results 1 – 8 of 8) sorted by relevance

/external/pytorch/torch/_dynamo/
Ddebug_utils.py507 def symint(self, *args, **kwargs): member in NopInputReader
580 def symint(self, val): member in InputReader
684 def symint(self, name, val) -> None: member in InputWriter
732 def get_sym_int(symint): argument
/external/pytorch/torch/fx/passes/
Druntime_assert.py276 def match_symbol(symint, cb): argument
/external/pytorch/test/inductor/
Dcustom_ops.cpp21 const int64_t& symint, in fn_with_all_inputs_impl()
231 const c10::SymInt& symint, in fn_with_all_inputs_meta()
/external/pytorch/torch/csrc/autograd/
Dpython_variable_indexing.cpp486 auto symint = torch::is_symint(index) ? py::cast<SymInt>(index) in THPVariable_setitem() local
Dpython_function.cpp121 auto symint = sym_sizes[i]; in to_py_size() local
/external/pytorch/torchgen/api/types/
Dsignatures.py202 symint: bool = True variable in DispatcherSignature
/external/executorch/backends/vulkan/runtime/graph/
DComputeGraph.cpp427 SymIntPtr symint = get_symint(idx); in get_or_create_int_param_buffer() local
/external/pytorch/torch/csrc/utils/
Dpython_arg_parser.h507 inline PyObject* toPyObject(const c10::SymInt& symint) { in toPyObject()