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.cc1371 Status MaybeUpdateNodeContextOutput(const NodeDef& node, const bool is_fed, in MaybeUpdateNodeContextOutput() argument
1378 if (!is_fed) { in MaybeUpdateNodeContextOutput()
1593 const bool is_fed = it != fed_ports_.end(); in InferShapes() local
1594 if (is_fed) { in InferShapes()
1603 status.Update(MaybeUpdateNodeContextOutput(node, is_fed, c)); in InferShapes()