Home
last modified time | relevance | path

Searched defs:GetInputNode (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dgraph_optimizer_stage.cc31 Status GetInputNode(const GraphOptimizerContext& ctx, const string& input, in GetInputNode() function
Dgraph_optimizer_stage.h186 Status GetInputNode(const string& input, NodeDef** node) const { in GetInputNode() function
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dgraph_utils.cc229 NodeDef* GetInputNode(const NodeDef& node, const MutableGraphView& graph) { in GetInputNode() function
235 NodeDef* GetInputNode(const NodeDef& node, const MutableGraphView& graph, in GetInputNode() function
Dgraph_utils_test.cc220 TEST(GraphUtilsTest, GetInputNode) { in TEST() argument