Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties.h124 void ClearOutputProperties(const string& node_name);
Dgraph_properties_test.cc180 properties.ClearOutputProperties(node.name()); in TEST_F()
Dgraph_properties.cc2343 void GraphProperties::ClearOutputProperties(const string& node_name) { in ClearOutputProperties() function in tensorflow::grappler::GraphProperties
/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer.cc1067 ctx().graph_properties->ClearOutputProperties(node->name()); in UpdateInputs()