Home
last modified time | relevance | path

Searched refs:IsPlaceholder (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/c/
Dc_test_util.h108 bool IsPlaceholder(const tensorflow::NodeDef& node_def);
Dc_test_util.cc312 bool IsPlaceholder(const tensorflow::NodeDef& node_def) { in IsPlaceholder() function
Dc_api_test.cc549 if (IsPlaceholder(n)) { in TEST()
/external/tensorflow/tensorflow/core/grappler/
Dop_types.cc353 bool IsPlaceholder(const NodeDef& node) { in IsPlaceholder() function
623 if (IsPlaceholder(node)) { in IsFreeOfSideEffect()
Dop_types.h118 bool IsPlaceholder(const NodeDef& node);
Dgrappler_item_builder.cc440 if (IsPlaceholder(node) && node.op() != "PlaceholderWithDefault") { in GrapplerItemFromMetaGraphDef()
/external/tensorflow/tensorflow/core/grappler/utils/
Dfunctions.cc883 if (IsPlaceholder(func_node) && input_placeholders.count(name)) continue; in MakeFunctionDef()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.cc893 if (IsPlaceholder(node)) { in IsFoldable()