Searched refs:IsPlaceholder (Results 1 – 8 of 8) sorted by relevance
108 bool IsPlaceholder(const tensorflow::NodeDef& node_def);
312 bool IsPlaceholder(const tensorflow::NodeDef& node_def) { in IsPlaceholder() function
549 if (IsPlaceholder(n)) { in TEST()
353 bool IsPlaceholder(const NodeDef& node) { in IsPlaceholder() function623 if (IsPlaceholder(node)) { in IsFreeOfSideEffect()
118 bool IsPlaceholder(const NodeDef& node);
440 if (IsPlaceholder(node) && node.op() != "PlaceholderWithDefault") { in GrapplerItemFromMetaGraphDef()
883 if (IsPlaceholder(func_node) && input_placeholders.count(name)) continue; in MakeFunctionDef()
893 if (IsPlaceholder(node)) { in IsFoldable()