Searched refs:IsHostConstant (Results 1 – 3 of 3) sorted by relevance
58 if ((IsConstant(*node) || IsHostConstant(*node)) && in CompressConstants()
94 bool IsHostConstant(const NodeDef& node);
307 bool IsHostConstant(const NodeDef& node) { return node.op() == "HostConst"; } in IsHostConstant() function668 return IsConstant(node) || IsVariable(node) || IsHostConstant(node); in IsPersistent()