/aosp_15_r20/external/pytorch/torch/_inductor/fx_passes/ |
H A D | split_cat.py | 175 split_sections = [t.size()[split_dim] for t in split_node.meta["example_value"]] 177 if any(isinstance(section, torch.SymInt) for section in split_sections): 183 new_args = (split_input, split_sections) 235 split_sections = [t.size()[split_dim] for t in split_node.meta["example_value"]] 237 if any(isinstance(section, torch.SymInt) for section in split_sections): 241 if len(split_sections) == 1: 474 split_sections = node.args[1] 475 if not isinstance(split_sections, (list, tuple)): 610 split_sections: List[int], 620 split_sections, next_users, user_inputs_list [all …]
|
H A D | group_batch_fusion.py | 510 split_sections = [] 525 split_sections.append(weight.meta["example_value"].shape[0]) 562 torch.split, args=(fused_lhs, split_sections), kwargs={"dim": 1}
|
/aosp_15_r20/external/google-breakpad/src/common/mac/ |
H A D | dump_syms.cc | 434 google_breakpad::SectionMap split_sections; in StartProcessSplitDwarf() local 437 if (reader->ProcessSplitDwarf(split_file, split_sections, split_byte_reader, in StartProcessSplitDwarf() 442 for (auto section : split_sections) in StartProcessSplitDwarf()
|
/aosp_15_r20/external/google-breakpad/src/common/linux/ |
H A D | dump_symbols.cc | 382 google_breakpad::SectionMap split_sections; in StartProcessSplitDwarf() local 385 if (!reader->ProcessSplitDwarf(split_file, split_sections, split_byte_reader, in StartProcessSplitDwarf() 390 for (auto section : split_sections) in StartProcessSplitDwarf()
|
/aosp_15_r20/external/python/setuptools/pkg_resources/tests/ |
D | test_resources.py | 629 list(pkg_resources.split_sections(sample)) 640 list(pkg_resources.split_sections("[foo"))
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pkg_resources/ |
D | __init__.py | 2553 data = split_sections(data) 2749 for extra, reqs in split_sections(self._get_metadata(name)): 3188 def split_sections(s): function
|
/aosp_15_r20/external/python/setuptools/pkg_resources/ |
D | __init__.py | 2540 data = split_sections(data) 2736 for extra, reqs in split_sections(self._get_metadata(name)): 3175 def split_sections(s): function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pkg_resources/ |
D | __init__.py | 2553 data = split_sections(data) 2749 for extra, reqs in split_sections(self._get_metadata(name)): 3188 def split_sections(s): function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pkg_resources/ |
D | __init__.py | 2553 data = split_sections(data) 2749 for extra, reqs in split_sections(self._get_metadata(name)): 3188 def split_sections(s): function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/pkg_resources/ |
D | __init__.py | 2599 data = split_sections(data) 2815 for extra, reqs in split_sections(self._get_metadata(name)): 3255 def split_sections(s): function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/pkg_resources/ |
D | __init__.py | 2599 data = split_sections(data) 2815 for extra, reqs in split_sections(self._get_metadata(name)): 3255 def split_sections(s): function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/pkg_resources/ |
D | __init__.py | 2599 data = split_sections(data) 2815 for extra, reqs in split_sections(self._get_metadata(name)): 3255 def split_sections(s): function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pkg_resources/ |
D | __init__.py | 2553 data = split_sections(data) 2749 for extra, reqs in split_sections(self._get_metadata(name)): 3188 def split_sections(s): function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/pkg_resources/ |
D | __init__.py | 2599 data = split_sections(data) 2815 for extra, reqs in split_sections(self._get_metadata(name)): 3255 def split_sections(s): function
|
/aosp_15_r20/external/python/setuptools/docs/deprecated/ |
D | python_eggs.rst | 253 Sectioned files can be parsed using the ``split_sections()`` function;
|
/aosp_15_r20/external/python/setuptools/docs/ |
D | pkg_resources.rst | 822 the ``split_sections()`` utility function) and the section names are used 1574 ``split_sections(strs)``
|