Searched refs:IsHostConstant (Results 1 – 4 of 4) sorted by relevance
246 bool IsHostConstant(const NodeDef& node) { return node.op() == "HostConst"; } in IsHostConstant() function579 return IsConstant(node) || IsVariable(node) || IsHostConstant(node); in IsPersistent()
80 bool IsHostConstant(const NodeDef& node);
109 if ((IsConstant(*node) || IsHostConstant(*node)) && in CompressConstants()
3412 if ((IsConstant(*node) || IsHostConstant(*node)) && in CompressConstants()