Searched defs:example_value (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/pytorch/torch/csrc/dynamo/ |
H A D | guards.cpp | 882 bool is_immutable_object(py::handle example_value) { in is_immutable_object() 1527 py::handle example_value, in GuardAccessor() 1627 py::handle example_value) in GuardManager() 1660 py::handle example_value, in get_child_manager() 2061 py::handle example_value) in DictGuardManager() 2070 py::handle example_value, in get_key_manager() 2087 py::handle example_value, in get_value_manager() 2316 py::handle example_value) in DictSubclassGuardManager() 2462 py::handle example_value, in make_guard_manager() 2670 py::handle example_value, in GetAttrGuardAccessor() [all …]
|
/aosp_15_r20/external/pytorch/torch/_dynamo/ |
H A D | guards.py | 451 source, base_guard_manager, base_example_value, example_value, guard_manager_enum argument 582 def guard_on_dict_keys_and_ignore_order(self, example_value, guard): argument 644 example_value, argument 667 mgr, key, source_name, base_example_value, example_value, guard_manager_enum argument 795 def get_guard_manager_type(self, source, example_value): argument
|
H A D | utils.py | 1180 def set_example_value(node, example_value): argument
|
/aosp_15_r20/external/pytorch/torch/_dynamo/variables/ |
H A D | builder.py | 2027 tx, proxy, example_value=None, subclass_type=None, **options argument 2089 target_cls, tx, proxy, example_value=None, subclass_type=None, **options argument
|
/aosp_15_r20/external/pytorch/torch/fx/experimental/ |
H A D | symbolic_shapes.py | 584 def compute_unbacked_bindings(shape_env, example_value, old_example_value=None, peek=False): argument
|