Searched refs:SwapConvOperands (Results 1 – 2 of 2) sorted by relevance
506 StatusOr<bool> SwapConvOperands(HloInstruction* convolution);5275 StatusOr<bool> AlgebraicSimplifierVisitor::SwapConvOperands( in SwapConvOperands() function in xla::AlgebraicSimplifierVisitor5542 TF_ASSIGN_OR_RETURN(bool swapped, SwapConvOperands(convolution)); in HandleConvolution()
7128 TEST_F(AlgebraicSimplifierTest, SwapConvOperands) { in TEST_F() argument