Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/
Dop_types.h90 bool IsGather(const NodeDef& node);
Dop_types.cc298 bool IsGather(const NodeDef& node) { in IsGather() function
/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer.cc3544 if (!IsGather(*gather_node) || IsInPreserveSet(*gather_node) || in TrySimplify()