Searched refs:IsZeros (Results 1 – 2 of 2) sorted by relevance
106 bool IsZeros(const NodeDef& node) const;
1772 bool ConstantFolding::IsZeros(const NodeDef& node) const { in IsZeros() function in tensorflow::grappler::ConstantFolding1780 return values != nullptr && IsZeros(*values); in IsZeros()2519 const bool is_all_false = IsZeros(*predicate_node); in SimplifySelect()2577 if ((is_add_or_sub && IsZeros(*delta_node)) || in RemoveRedundantVariableUpdates()2952 const bool x_is_zero = IsZeros(*x); in SimplifyArithmeticOperations()2981 const bool y_is_zero = IsZeros(*y); in SimplifyArithmeticOperations()