Home
last modified time | relevance | path

Searched defs:single_dim (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/experimental/xla_sharding/
H A Dxla_sharding.py450 single_dim=-1, argument
479 single_dim=-1, argument
/aosp_15_r20/external/pytorch/functorch/dim/
H A Dreference.py41 def _dims(d, N, keepdim, single_dim): argument
330 orig, dim_offset=0, keepdim_offset=1, dim_name="dim", single_dim=False, reduce=True argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/ops/
H A Dxla_ops.cc1049 int32 single_dim; in __anon6b9e6b800f02() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/
H A Dxla_builder.cc5017 OpSharding GetManualSharding(const OpSharding& original, int64_t single_dim) { in GetManualSharding()
5061 XlaBuilder* builder, XlaOp input, int single_dim, in ConvertSpmdFullToShardShape()
5106 XlaBuilder* builder, XlaOp input, const Shape& output_shape, int single_dim, in ConvertSpmdShardToFullShape()
/aosp_15_r20/external/pytorch/functorch/csrc/dim/
H A Ddim.cpp2873 bool single_dim = false; member