Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dgraph_optimizer_stage.h48 struct GraphOptimizerContext { struct
49 GraphOptimizerContext(const std::unordered_set<string>* nodes_to_preserve, in GraphOptimizerContext() function
69 Status GetInputNode(const GraphOptimizerContext& ctx, const string& input, argument