Home
last modified time | relevance | path

Searched refs:MakeBinaryAdd (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dall_gather_decomposer.cc36 HloComputation* MakeBinaryAdd(PrimitiveType type, HloModule* module) { in MakeBinaryAdd() function
131 MakeBinaryAdd(dus->shape().element_type(), comp->parent()), in DecomposeAllGather()
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner_util.h80 HloComputation* MakeBinaryAdd(PrimitiveType type, HloModule* module);
Dgather_scatter_handler.cc270 MakeBinaryAdd(PRED, indices.state().module))); in ParititonTrivialIndexedOperandDimension()
298 MakeBinaryAdd(filtered->shape().element_type(), in ParititonTrivialIndexedOperandDimension()
Dconvolution_handler.cc503 b, conv, MakeBinaryAdd(original_hlo->shape().element_type(), module), {}, in PartitionConvolutionWithSpatialDimensionHaloExchangeOnRHS()
730 b, conv, MakeBinaryAdd(output_base_shape.element_type(), module), {}, in PartitionConvolutionWithSpatialDimensionHaloExchangeOnLHS()
Ddot_handler.cc1521 MakeBinaryAdd(output_base_shape.element_type(), module)); in PartitionBaseCase()
1631 MakeBinaryAdd(output_base_shape.element_type(), module)); in PartitionBaseCase()
2240 MakeBinaryAdd(output_base_shape.element_type(), module)); in PartitionDotGroupOnContracting()
Dspmd_partitioner.cc894 MakeBinaryAdd(shard_shape.element_type(), state_.module); in ReplicatePartial()
1078 MakeBinaryAdd(shape.element_type(), state_.module); in Broadcast()
1564 MakeBinaryAdd(hlo->shape().element_type(), module_), in HandleConcatenate()
Dspmd_partitioner_util.cc110 HloComputation* MakeBinaryAdd(PrimitiveType type, HloModule* module) { in MakeBinaryAdd() function