Searched defs:AddInput (Results 1 – 7 of 7) sorted by relevance
37 void Node::AddInput(const NodePtr &new_input) { in AddInput() function in mindspore::opt::graphkernel::Node
198 void SwitchActor::AddInput(const KernelWithIndex node_with_index, const size_t branch) { in AddInput() function in mindspore::runtime::SwitchActor233 void SwitchActor::AddInput(const AnfNodePtr &node, const size_t branch) { in AddInput() function in mindspore::runtime::SwitchActor
202 void AclCompileGraph::AddInput(const AnfNodePtr &node) { in AddInput() function in mindspore::AclCompileGraph
158 const ast::Expression* AddInput(std::string name, in AddInput() function
124 void CompileGraph::AddInput(const AnfNodePtr &node) { in AddInput() function in mindspore::compile::CompileGraph
47 void AddInput(const PatternNodePtr &input) { inputs_.push_back(input); } in AddInput() function in mindspore::opt::PatternNode
3424 SDValue AddInput = IsRHSZero ? LHS : in get64BitSExtCompare() local