Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer.cc697 const string& common_factor = *common_factors.begin(); in TrySimplify() local
702 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() argument
855 : (inner_node->input(0) == common_factor ? 1 : 0); in GetUniqueFactors()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dfmul.ll669 define float @common_factor(float %x, float %y) {
670 ; CHECK-LABEL: @common_factor(