Home
last modified time | relevance | path

Searched refs:BuiltinFunctionType (Results 1 – 21 of 21) sorted by relevance

/external/pytorch/torch/onnx/_internal/fx/
Dregistration.py69 cls, builtin_function: types.BuiltinFunctionType argument
Donnxfunction_dispatcher.py298 if isinstance(node.target, types.BuiltinFunctionType):
/external/python/cpython3/Lib/
Dcopy.py107 types.BuiltinFunctionType, types.EllipsisType,
187 d[types.BuiltinFunctionType] = _deepcopy_atomic
Dtypes.py44 BuiltinFunctionType = type(len) variable
Ddataclasses.py239 types.BuiltinFunctionType,
Dinspect.py541 return isinstance(object, types.BuiltinFunctionType)
1998 types.BuiltinFunctionType)
Dtyping.py2394 _allowed_types = (types.FunctionType, types.BuiltinFunctionType,
/external/python/cpython3/Lib/test/
Dtest_pyclbr.py8 from types import FunctionType, MethodType, BuiltinFunctionType
92 self.assertIsInstance(py_item, (FunctionType, BuiltinFunctionType))
Dpickletester.py2724 if isinstance(t, types.BuiltinFunctionType):
/external/pytorch/test/dynamo/
Dtest_trace_rules.py144 types.BuiltinFunctionType,
360 types.BuiltinFunctionType,
/external/pytorch/torch/onnx/_internal/exporter/
D_registration.py36 TorchOp: TypeAlias = Union[torch._ops.OpOverload, types.BuiltinFunctionType, Callable]
/external/tensorflow/tensorflow/python/autograph/pyct/
Dinspect_utils.py63 elif isinstance(f, types.BuiltinFunctionType):
/external/python/pyyaml/lib/yaml/
Drepresenter.py381 Representer.add_representer(types.BuiltinFunctionType,
/external/pytorch/torch/fx/
Doperator_schemas.py300 if not isinstance(target, types.BuiltinFunctionType) and not (
/external/pytorch/test/
Dtest_fx_experimental.py12 from types import BuiltinFunctionType
1133 if not isinstance(node.target, BuiltinFunctionType):
Dtest_fx.py3954 if not isinstance(op.op, types.BuiltinFunctionType):
Dtest_torch.py9727 types.BuiltinFunctionType, types.BuiltinMethodType)
/external/python/cpython3/Doc/library/
Dtypes.rst212 .. data:: BuiltinFunctionType
/external/pytorch/torch/_dynamo/variables/
Duser_defined.py948 subobj.fget, types.BuiltinFunctionType
Dmisc.py1406 and isinstance(obj, (types.FunctionType, types.BuiltinFunctionType))
/external/pytorch/torch/_dynamo/
Dutils.py573 types.BuiltinFunctionType,