Home
last modified time | relevance | path

Searched defs:is_namedtuple (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/function/trace_type/
H A Dutil.py19 def is_namedtuple(obj): function
/aosp_15_r20/external/pytorch/torch/nn/parallel/
H A Dscatter_gather.py16 def is_namedtuple(obj: Any) -> bool: function
/aosp_15_r20/external/tensorflow/tensorflow/python/util/
H A Dnest.py147 def is_namedtuple(instance, strict=False): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dpretty.py399 is_namedtuple: bool = False variable in Node
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dpretty.py399 is_namedtuple: bool = False variable in Node
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dpretty.py399 is_namedtuple: bool = False variable in Node
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dpretty.py399 is_namedtuple: bool = False variable in Node
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dutils.py951 def is_namedtuple(obj): function