Searched refs:IsZeros (Results 1 – 2 of 2) sorted by relevance
88 bool IsZeros(const NodeDef& node) const;
1602 bool ConstantFolding::IsZeros(const NodeDef& node) const { in IsZeros() function in tensorflow::grappler::ConstantFolding1610 return values != nullptr && IsZeros(*values); in IsZeros()2665 const bool x_is_zero = IsZeros(*x); in SimplifyArithmeticOperations()2697 const bool y_is_zero = IsZeros(*y); in SimplifyArithmeticOperations()