Home
last modified time | relevance | path

Searched defs:AddInput (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/model/
Dnode.cc37 void Node::AddInput(const NodePtr &new_input) { in AddInput() function in mindspore::opt::graphkernel::Node
/third_party/mindspore/mindspore/ccsrc/runtime/framework/actor/
Dswitch_actor.cc198 void SwitchActor::AddInput(const KernelWithIndex node_with_index, const size_t branch) { in AddInput() function in mindspore::runtime::SwitchActor
233 void SwitchActor::AddInput(const AnfNodePtr &node, const size_t branch) { in AddInput() function in mindspore::runtime::SwitchActor
/third_party/mindspore/mindspore/ccsrc/cxx_api/model/acl/acl_vm/
Dacl_vm.cc202 void AclCompileGraph::AddInput(const AnfNodePtr &node) { in AddInput() function in mindspore::AclCompileGraph
/third_party/skia/third_party/externals/tint/src/transform/
Dcanonicalize_entry_point_io.cc158 const ast::Expression* AddInput(std::string name, in AddInput() function
/third_party/mindspore/mindspore/ccsrc/vm/
Dtransform.cc124 void CompileGraph::AddInput(const AnfNodePtr &node) { in AddInput() function in mindspore::compile::CompileGraph
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/
Darithmetic_simplify.cc47 void AddInput(const PatternNodePtr &input) { inputs_.push_back(input); } in AddInput() function in mindspore::opt::PatternNode
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp3424 SDValue AddInput = IsRHSZero ? LHS : in get64BitSExtCompare() local