Home
last modified time | relevance | path

Searched refs:split_sections (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_inductor/fx_passes/
H A Dsplit_cat.py175 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 Dgroup_batch_fusion.py510 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 Ddump_syms.cc434 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 Ddump_symbols.cc382 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/
Dtest_resources.py629 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__.py2553 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__.py2540 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__.py2553 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__.py2553 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__.py2599 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__.py2599 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__.py2599 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__.py2553 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__.py2599 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/
Dpython_eggs.rst253 Sectioned files can be parsed using the ``split_sections()`` function;
/aosp_15_r20/external/python/setuptools/docs/
Dpkg_resources.rst822 the ``split_sections()`` utility function) and the section names are used
1574 ``split_sections(strs)``