Searched refs:casted_other (Results 1 – 2 of 2) sorted by relevance
87 const auto& casted_other = static_cast<const HloBatchNormInstruction&>(other); in IdenticalSlowPath() local88 return feature_index() == casted_other.feature_index() && in IdenticalSlowPath()89 epsilon() == casted_other.epsilon(); in IdenticalSlowPath()192 const auto& casted_other = static_cast<const HloFftInstruction&>(other); in IdenticalSlowPath() local193 return fft_type() == casted_other.fft_type() && in IdenticalSlowPath()194 fft_length() == casted_other.fft_length(); in IdenticalSlowPath()229 const auto& casted_other = static_cast<const HloCompareInstruction&>(other); in IdenticalSlowPath() local230 return direction() == casted_other.direction(); in IdenticalSlowPath()305 const auto& casted_other = in IdenticalSlowPath() local308 const auto& other_options = casted_other.triangular_solve_options(); 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()