Home
last modified time | relevance | path

Searched defs:NamedTuple (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/pytorch/torch/fx/
H A D_pytree.py66 def _namedtuple_flatten_spec(d: NamedTuple, spec: TreeSpec) -> List[Any]:
82 def _namedtuple_flatten_spec_exact_match(d: NamedTuple, spec: TreeSpec) -> bool:
/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_mobile_type_parser.cpp58 TEST(MobileTypeParserTest, NamedTuple) { in TEST() argument
/aosp_15_r20/external/pytorch/torch/utils/
H A D_pytree.py454 def _namedtuple_flatten(d: NamedTuple) -> Tuple[List[Any], Context]:
459 d: NamedTuple,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/
Dtyping_extensions.py2230 NamedTuple = typing.NamedTuple variable
2291 def NamedTuple(__typename, __fields=None, **kwargs): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/
Dtyping_extensions.py2230 NamedTuple = typing.NamedTuple variable
2291 def NamedTuple(__typename, __fields=None, **kwargs): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/
Dtyping_extensions.py2230 NamedTuple = typing.NamedTuple variable
2291 def NamedTuple(__typename, __fields=None, **kwargs): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/
Dtyping_extensions.py2230 NamedTuple = typing.NamedTuple variable
2291 def NamedTuple(__typename, __fields=None, **kwargs): function
/aosp_15_r20/external/pytorch/torch/_dynamo/variables/
H A Dbuilder.py1182 def wrap_listlike(self, value: Union[tuple, list, odict_values, NamedTuple]): argument
/aosp_15_r20/external/tensorflow/tensorflow/core/function/trace_type/
H A Ddefault_types.py272 class NamedTuple(trace.TraceType, serialization.Serializable): class
/aosp_15_r20/external/python/typing_extensions/src/
Dtyping_extensions.py3094 NamedTuple = typing.NamedTuple variable
3189 def NamedTuple(typename, fields=_marker, /, **kwargs): function
/aosp_15_r20/external/executorch/extension/pytree/
H A Dpytree.h51 enum class Kind : uint8_t { List, Tuple, NamedTuple, Dict, Leaf, Custom, None }; enumerator
/aosp_15_r20/external/python/cpython3/Lib/
Dtyping.py2893 def NamedTuple(typename, fields=None, /, **kwargs): function
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dtyping.py2893 def NamedTuple(typename, fields=None, /, **kwargs): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dtyping.py2893 def NamedTuple(typename, fields=None, /, **kwargs): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dtyping.py2893 def NamedTuple(typename, fields=None, /, **kwargs): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dtyping.py2893 def NamedTuple(typename, fields=None, /, **kwargs): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dtyping.py2893 def NamedTuple(typename, fields=None, /, **kwargs): function
/aosp_15_r20/external/pytorch/functorch/csrc/dim/
H A Ddim.cpp58 mpy::handle NamedTuple; variable