Home
last modified time | relevance | path

Searched refs:AddStage (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer.cc3544 pipeline.AddStage<AddOpsRewriteStage>(ctx, ctx_ext); in SimplifyArithmeticOps()
3546 pipeline.AddStage<FoldConjugateIntoTranspose>(ctx, ctx_ext); in SimplifyArithmeticOps()
3548 pipeline.AddStage<FoldMultiplyIntoConv>(ctx, ctx_ext); in SimplifyArithmeticOps()
3550 pipeline.AddStage<FoldTransposeIntoMatMul>(ctx, ctx_ext); in SimplifyArithmeticOps()
3552 pipeline.AddStage<HoistCommonFactorOutOfAggregation>(ctx, ctx_ext); in SimplifyArithmeticOps()
3554 pipeline.AddStage<MinimizeBroadcasts>(ctx, ctx_ext); in SimplifyArithmeticOps()
3556 pipeline.AddStage<RemoveIdentityTranspose>(ctx, ctx_ext); in SimplifyArithmeticOps()
3558 pipeline.AddStage<RemoveInvolution>(ctx, ctx_ext); in SimplifyArithmeticOps()
3560 pipeline.AddStage<RemoveRedundantBitcastStage>(ctx, ctx_ext); in SimplifyArithmeticOps()
3562 pipeline.AddStage<RemoveRedundantCastStage>(ctx, ctx_ext); in SimplifyArithmeticOps()
[all …]
Dgraph_optimizer_stage.h243 T& AddStage(Args&&... args) { in AddStage() function
/external/drm_hwcomposer/
Dplatformminigbm.cpp105 planner->AddStage<PlanStageGreedy>(); in CreateInstance()
Dplatformdrmgeneric.cpp173 planner->AddStage<PlanStageGreedy>(); in CreateInstance()
Dplatform.h126 void AddStage(A &&... args) { in AddStage() function
Dplatformhisi.cpp242 planner->AddStage<PlanStageHiSi>(); in CreateInstance()