Home
last modified time | relevance | path

Searched defs:check_layout (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/dtensor/python/
H A Dapi.py357 def check_layout(tensor: ops.Tensor, layout: layout_lib.Layout) -> None: function
/aosp_15_r20/external/autotest/client/cros/faft/utils/
H A Dsaft_flashrom_util.py65 def check_layout(self, layout, file_size): member in LayoutScraper
/aosp_15_r20/external/pytorch/torch/_prims_common/
H A D__init__.py1191 def check_layout(layout: torch.layout): function