Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/utils/
Dcanonicalizer.cc58 if ((IsConstant(*node) || IsHostConstant(*node)) && in CompressConstants()
/external/tensorflow/tensorflow/core/grappler/
Dop_types.h94 bool IsHostConstant(const NodeDef& node);
Dop_types.cc307 bool IsHostConstant(const NodeDef& node) { return node.op() == "HostConst"; } in IsHostConstant() function
668 return IsConstant(node) || IsVariable(node) || IsHostConstant(node); in IsPersistent()