Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/
Dop_types.cc246 bool IsHostConstant(const NodeDef& node) { return node.op() == "HostConst"; } in IsHostConstant() function
579 return IsConstant(node) || IsVariable(node) || IsHostConstant(node); in IsPersistent()
Dop_types.h80 bool IsHostConstant(const NodeDef& node);
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dmeta_optimizer.cc109 if ((IsConstant(*node) || IsHostConstant(*node)) && in CompressConstants()
Dconstant_folding.cc3412 if ((IsConstant(*node) || IsHostConstant(*node)) && in CompressConstants()