Home
last modified time | relevance | path

Searched defs:GetInputNode (Results 1 – 5 of 5) 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/kernels/data/experimental/
Dcompute_batch_size_op.cc73 const NodeDef* GetInputNode(const NodeDef& node, in GetInputNode() function
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dgraph_utils.cc271 NodeDef* GetInputNode(const NodeDef& node, const MutableGraphView& graph) { in GetInputNode() function
277 NodeDef* GetInputNode(const NodeDef& node, const MutableGraphView& graph, in GetInputNode() function
Dgraph_utils_test.cc278 TEST(GraphUtilsTest, GetInputNode) { in TEST() argument