Home
last modified time | relevance | path

Searched refs:boolean_dispatched (Results 1 – 3 of 3) sorted by relevance

/external/pytorch/torch/fx/experimental/
Dschema_type_annotation.py7 from torch._jit_internal import boolean_dispatched
41 if target in boolean_dispatched:
47 dispatched = boolean_dispatched[target]
/external/pytorch/torch/fx/
Doperator_schemas.py10 from torch._jit_internal import boolean_dispatched
304 if target in boolean_dispatched:
310 dispatched = boolean_dispatched[target]
/external/pytorch/torch/
D_jit_internal.py74 boolean_dispatched: "weakref.WeakKeyDictionary[Callable, Dict[str, Callable]]" = ( variable
644 boolean_dispatched[fn] = {
1239 return boolean_dispatched.get(fn)