Home
last modified time | relevance | path

Searched defs:litegraph (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/
Darithmetic_simplify.cc552 bool ArithmeticSimplify::DoArithmeticTrans(const graphkernel::LiteGraphPtr &litegraph) { in DoArithmeticTrans()
599 bool ArithmeticSimplify::DoConstantFold(const graphkernel::LiteGraphPtr &litegraph) { in DoConstantFold()
618 void ReorganizeEmptyGraph(const graphkernel::LiteGraphPtr &litegraph) { in ReorganizeEmptyGraph()
Dtransform_op_optimizer.cc401 bool TransformOpOptimizer::Process(const LiteGraphPtr &litegraph, const std::string &trans_op_name)… in Process()
433 auto litegraph = AnfGraph2LiteGraph(sub_func_graph); in Run() local
Dgraph_kernel_expander.cc158 auto litegraph = expander_ptr->Run(inputs, outputs, attrs, kernel::GetStrProcessorFromContext()); in CreateExpandFuncGraph() local