Searched refs:casted_other (Results 1 – 2 of 2) sorted by relevance
125 const auto& casted_other = static_cast<const HloBatchNormInstruction&>(other); in IdenticalSlowPath() local126 return feature_index() == casted_other.feature_index() && in IdenticalSlowPath()127 epsilon() == casted_other.epsilon(); in IdenticalSlowPath()230 const auto& casted_other = static_cast<const HloFftInstruction&>(other); in IdenticalSlowPath() local231 return fft_type() == casted_other.fft_type() && in IdenticalSlowPath()232 fft_length() == casted_other.fft_length(); in IdenticalSlowPath()399 const auto& casted_other = static_cast<const HloCopyStartInstruction&>(other); in IdenticalSlowPath() local401 casted_other.is_cross_program_prefetch(); in IdenticalSlowPath()449 const auto& casted_other = static_cast<const HloCompareInstruction&>(other); in IdenticalSlowPath() local450 return direction() == casted_other.direction(); in IdenticalSlowPath()[all …]
87 … const auto& casted_other = static_cast<const ComponentInterfaceImpl<Component, Args...>&>(other); in areParamsEqual() local88 return args_tuple == casted_other.args_tuple; in areParamsEqual()