Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.h106 bool IsZeros(const NodeDef& node) const;
Dconstant_folding.cc1772 bool ConstantFolding::IsZeros(const NodeDef& node) const { in IsZeros() function in tensorflow::grappler::ConstantFolding
1780 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()