Home
last modified time | relevance | path

Searched defs:used_args (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Lib/
Dstring.py198 def _vformat(self, format_string, args, kwargs, used_args, recursion_depth, argument
259 def check_unused_args(self, used_args, args, kwargs): argument
/external/pytorch/torch/csrc/jit/runtime/
Dvararg_functions.cpp125 for (size_t begin = 0, used_args = 0; true; ++used_args) { in format() local
229 size_t used_args = 0; in percentFormat() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dresource_op_lifting_cleanup.cc168 llvm::BitVector used_args(num_args); in EliminateUnusedResultsForIfCase() local
/external/python/cpython3/Lib/test/
Dtest_string.py162 def check_unused_args(self, used_args, args, kwargs): argument
/external/pytorch/torch/csrc/jit/frontend/
Dschema_matching.cpp387 size_t used_args = 0; in tryMatchSchema() local