Searched refs:AddStage (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | arithmetic_optimizer.cc | 3544 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 …]
|
D | graph_optimizer_stage.h | 243 T& AddStage(Args&&... args) { in AddStage() function
|
/external/drm_hwcomposer/ |
D | platformminigbm.cpp | 105 planner->AddStage<PlanStageGreedy>(); in CreateInstance()
|
D | platformdrmgeneric.cpp | 173 planner->AddStage<PlanStageGreedy>(); in CreateInstance()
|
D | platform.h | 126 void AddStage(A &&... args) { in AddStage() function
|
D | platformhisi.cpp | 242 planner->AddStage<PlanStageHiSi>(); in CreateInstance()
|