Searched refs:IsReshape (Results 1 – 4 of 4) sorted by relevance
135 bool IsReshape(const NodeDef& node);
411 bool IsReshape(const NodeDef& node) { return (node.op() == "Reshape"); } in IsReshape() function
721 if (!IsReshape(*fanout)) { in MaterializeReductionIndices()1500 if (!IsReshape(node)) { in IsSimplifiableReshape()
1853 return IsReshape(*node); in IsSupported()1861 if (IsReshape(*input) && !HasControlInputs(*input)) { in TrySimplify()