Home
last modified time | relevance | path

Searched refs:IsValuePreserving (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/
Dop_types.h233 bool IsValuePreserving(const NodeDef& node);
Dop_types.cc737 bool IsValuePreserving(const NodeDef& node) { in IsValuePreserving() function
/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer.cc139 IsValuePreserving(node) && NumNonControlOutputs(node, node_map) == 1; in GetTailOfValuePreservingChain()
1922 return (IsValuePreserving(*node) || IsCastLike(*node)) && in IsSupported()
1933 ((producer_is_cast && IsValuePreserving(*consumer)) || in TrySimplify()
1934 (IsValuePreserving(*producer) && IsCastLike(*consumer))); in TrySimplify()