Searched refs:common_factor (Results 1 – 2 of 2) sorted by relevance
697 const string& common_factor = *common_factors.begin(); in TrySimplify() local702 TF_RETURN_IF_ERROR(GetUniqueFactors(node, common_factor, in TrySimplify()719 new_outer_node->set_input(1, common_factor); in TrySimplify()721 new_outer_node->set_input(0, common_factor); in TrySimplify()725 ctx().node_map->AddOutput(common_factor, new_outer_node->name()); in TrySimplify()838 Status GetUniqueFactors(const NodeDef* node, const string& common_factor, in GetUniqueFactors() argument855 : (inner_node->input(0) == common_factor ? 1 : 0); in GetUniqueFactors()
669 define float @common_factor(float %x, float %y) {670 ; CHECK-LABEL: @common_factor(