Home
last modified time | relevance | path

Searched refs:TrySimplify (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dgraph_optimizer_stage.h145 virtual Status TrySimplify(NodeDef* node, Result* result) = 0;
260 const Status stage_status = stage->TrySimplify(node, result); in PassThroughAllStages()
284 const Status stage_status = stage->TrySimplify(node, result); in PassThroughAllStagesWithStatus()
Darithmetic_optimizer.cc328 Status TrySimplify(NodeDef* node, string* simplified_node_name) override { in TrySimplify() function in tensorflow::grappler::__anon327bfa1e0111::ArithmeticNodesGroupOptimizerStage
713 Status TrySimplify(NodeDef* node, string* simplified_node_name) override { in TrySimplify() function in tensorflow::grappler::__anon327bfa1e0111::HoistCommonFactorOutOfAggregation
1123 Status TrySimplify(NodeDef* node, string* simplified_node_name) override { in TrySimplify() function in tensorflow::grappler::__anon327bfa1e0111::RemoveIdentityTranspose
1242 Status TrySimplify(NodeDef* node, string* simplified_node_name) override { in TrySimplify() function in tensorflow::grappler::__anon327bfa1e0111::RemoveInvolution
1281 Status TrySimplify(NodeDef* node, string* simplified_node_name) override { in TrySimplify() function in tensorflow::grappler::__anon327bfa1e0111::RemoveRedundantBitcastStage
1329 Status TrySimplify(NodeDef* node, string* simplified_node_name) override { in TrySimplify() function in tensorflow::grappler::__anon327bfa1e0111::RemoveRedundantCastStage
1356 Status TrySimplify(NodeDef* node, string* simplified_node_name) override { in TrySimplify() function in tensorflow::grappler::__anon327bfa1e0111::RemoveNegationStage
1396 Status TrySimplify(NodeDef* node, string* simplified_node_name) override { in TrySimplify() function in tensorflow::grappler::__anon327bfa1e0111::RemoveLogicalNotStage
1494 Status TrySimplify(NodeDef* node, string* simplified_node_name) override { in TrySimplify() function in tensorflow::grappler::__anon327bfa1e0111::HoistCWiseUnaryChainsStage
1818 Status TrySimplify(NodeDef* node, string* simplified_node_name) override { in TrySimplify() function in tensorflow::grappler::__anon327bfa1e0111::RemoveIdempotentStage
[all …]
Dgraph_optimizer_stage_test.cc46 Status TrySimplify(NodeDef* node, FakeResult* result) override { in TrySimplify() function in tensorflow::grappler::__anona40da5580111::FakeOptimizerStage