Home
last modified time | relevance | path

Searched refs:BroadcastZeros (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_creation_utils_test.cc210 BroadcastZeros(module->entry_computation(), S32, {2, 2}); in TEST_F()
229 BroadcastZeros(module->entry_computation(), F32, {2, 2}); in TEST_F()
Dhlo_creation_utils.h283 HloInstruction* BroadcastZeros(HloComputation* computation,
Dgather_expander.cc244 return BroadcastZeros(computation, element_type, in CreateGatherLoopAccumulatorInitValue()
Dscatter_expander.cc182 BroadcastZeros(computation, index->shape().element_type(), in CheckIndexValidity()
Dhlo_creation_utils.cc549 HloInstruction* BroadcastZeros(HloComputation* computation, in BroadcastZeros() function
Dalgebraic_simplifier.cc2737 BroadcastZeros(computation_, multiply->shape().element_type(), in HandleMultiply()
3701 HloInstruction* zero_like_a = BroadcastZeros( in TryRemainderToAnd()