Searched refs:lhs_is_dynamic_slice (Results 1 – 1 of 1) sorted by relevance
1577 bool lhs_is_dynamic_slice = lhs->opcode() == HloOpcode::kDynamicSlice; in OptimizeDotOfGather() local1579 lhs_is_dynamic_slice ? Cast<HloDynamicSliceInstruction>(lhs) in OptimizeDotOfGather()1584 lhs_is_dynamic_slice ? lhs->mutable_operand(0) : lhs; in OptimizeDotOfGather()1587 lhs_is_dynamic_slice ? rhs : rhs->mutable_operand(0); in OptimizeDotOfGather()1599 int index_of_non_zero_start = lhs_is_dynamic_slice in OptimizeDotOfGather()1614 if (lhs_is_dynamic_slice) { in OptimizeDotOfGather()1621 const int new_slice_m = lhs_is_dynamic_slice ? 1 : m; in OptimizeDotOfGather()1622 const int new_slice_n = lhs_is_dynamic_slice ? n : 1; in OptimizeDotOfGather()