Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties.cc1659 Status MaybeUpdateNodeContextOutput(const NodeDef& node, const bool is_fed, in MaybeUpdateNodeContextOutput() argument
1673 if (!is_fed) { in MaybeUpdateNodeContextOutput()
1893 const bool is_fed = it != fed_ports_.end(); in InferShapes() local
1894 if (is_fed) { in InferShapes()
1903 status.Update(MaybeUpdateNodeContextOutput(node, is_fed, c)); in InferShapes()