Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dpartitioned_variables.py109 def _partitioner(shape, dtype): function
179 def _partitioner(shape, dtype): function
268 def _partitioner(shape, **unused_args): function
/aosp_15_r20/external/tensorflow/tensorflow/python/training/
H A Dwarm_starting_util_test.py894 def _partitioner(shape, dtype): # pylint:disable=unused-argument function
1020 def _partitioner(shape, dtype): # pylint:disable=unused-argument function
1080 def _partitioner(shape, dtype): # pylint:disable=unused-argument function
1150 def _partitioner(shape, dtype): # pylint:disable=unused-argument function
/aosp_15_r20/external/pytorch/torch/distributed/tensor/experimental/
H A D_tp_transform.py351 def _partitioner(gm: torch.fx.GraphModule) -> torch.fx.GraphModule: function