Home
last modified time | relevance | path

Searched refs:sharded_rhs_hlo (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Ddot_as_convolution_util.cc111 HloInstruction* sharded_lhs_hlo, HloInstruction* sharded_rhs_hlo) { in CreateShardedConvForDotGeneralConvolution() argument
135 wd->set_size(sharded_rhs_hlo->shape().dimensions( in CreateShardedConvForDotGeneralConvolution()
143 sharded_lhs_hlo->shape(), sharded_rhs_hlo->shape(), in CreateShardedConvForDotGeneralConvolution()
149 sharded_conv_shape, sharded_lhs_hlo, sharded_rhs_hlo, in CreateShardedConvForDotGeneralConvolution()
Ddot_as_convolution_util.h63 HloInstruction* sharded_lhs_hlo, HloInstruction* sharded_rhs_hlo);
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dconvolution_handler.cc896 HloInstruction* sharded_lhs_hlo, HloInstruction* sharded_rhs_hlo, in CreateShardedConvConvolution() argument
921 wd->set_size(sharded_rhs_hlo->shape().dimensions( in CreateShardedConvConvolution()
939 sharded_rhs_hlo->shape().dimensions( in CreateShardedConvConvolution()
952 sharded_lhs_hlo->shape(), sharded_rhs_hlo->shape(), in CreateShardedConvConvolution()
957 sharded_conv_shape, sharded_lhs_hlo, sharded_rhs_hlo, feature_group_count, in CreateShardedConvConvolution()