Searched defs:ConstantFolding (Results 1 - 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dconstant_folding.h30 const char kConstantFoldingConst[] = "ConstantFolding";
34 class ConstantFolding : public GraphOptimizer { class in namespace:tensorflow::grappler
40 ConstantFolding(DeviceBase* cpu_device);
41 ConstantFolding(RewriterConfig::Toggle opt_level, DeviceBase* cpu_device);
43 ~ConstantFolding() override {}
H A Dconstant_folding.cc145 ConstantFolding::AddControlDependency(new_input, graph, node_map);
169 ConstantFolding::ConstantFolding(RewriterConfig::Toggle opt_level, function in class:tensorflow::grappler::ConstantFolding
175 ConstantFolding::ConstantFolding(DeviceBase* cpu_device) function in class:tensorflow::grappler::ConstantFolding
176 : ConstantFolding(RewriterConfig::ON, cpu_device) {}
179 string ConstantFolding::AddControlDependency(const string& input_name,
270 bool ConstantFolding::OptimizedNodeExists(const NodeDef& node,
275 string ConstantFolding::OptimizedNodeName(const NodeDef& node,
281 bool ConstantFolding
[all...]
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_peephole.cpp337 class ConstantFolding : public Pass class in namespace:nv50_ir
363 ConstantFolding::foldAll(Program *prog)
375 ConstantFolding::visit(BasicBlock *bb)
408 ConstantFolding::findOriginForTestWithZero(Value *value)
517 ConstantFolding::expr(Instruction *i,
735 ConstantFolding::expr(Instruction *i,
805 ConstantFolding::unary(Instruction *i, const ImmediateValue &imm)
836 ConstantFolding::tryCollapseChainedMULs(Instruction *mul2,
901 ConstantFolding::opnd3(Instruction *i, ImmediateValue &imm2)
927 ConstantFolding
[all...]

Completed in 93 milliseconds