Searched refs:casted_other (Results 1 – 2 of 2) sorted by relevance
90 const auto& casted_other = static_cast<const HloBatchNormInstruction&>(other); in IdenticalSlowPath() local91 return feature_index() == casted_other.feature_index() && in IdenticalSlowPath()92 epsilon() == casted_other.epsilon(); in IdenticalSlowPath()195 const auto& casted_other = static_cast<const HloFftInstruction&>(other); in IdenticalSlowPath() local196 return fft_type() == casted_other.fft_type() && in IdenticalSlowPath()197 fft_length() == casted_other.fft_length(); in IdenticalSlowPath()235 const auto& casted_other = static_cast<const HloCopyStartInstruction&>(other); in IdenticalSlowPath() local237 casted_other.is_cross_program_prefetch(); in IdenticalSlowPath()285 const auto& casted_other = static_cast<const HloCompareInstruction&>(other); in IdenticalSlowPath() local286 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()