Home
last modified time | relevance | path

Searched refs:casted_other (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instructions.cc87 const auto& casted_other = static_cast<const HloBatchNormInstruction&>(other); in IdenticalSlowPath() local
88 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() local
193 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() local
230 return direction() == casted_other.direction(); in IdenticalSlowPath()
305 const auto& casted_other = in IdenticalSlowPath() local
308 const auto& other_options = casted_other.triangular_solve_options(); in IdenticalSlowPath()
[all …]
/external/google-fruit/include/fruit/impl/component_storage/
Dcomponent_storage_entry.defn.h87 … const auto& casted_other = static_cast<const ComponentInterfaceImpl<Component, Args...>&>(other); in areParamsEqual() local
88 return args_tuple == casted_other.args_tuple; in areParamsEqual()