Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/auto_grad/
Dfunction_context.h85 void AddInput(const ValuePtr &input) { inputs_.push_back(input); } in AddInput() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_compiler/
Dfunc_wrapper.cc49 void InputsCollector::AddInput(const ir::NodePtr &input) { in AddInput() function in mindspore::pijit::InputsCollector
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/model/
Dnode.cc71 void Node::AddInput(const NodePtr &new_input) { in AddInput() function in mindspore::graphkernel::inner::Node
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/cxx_api/model/acl/acl_vm/
Dacl_vm.cc211 void AclCompileGraph::AddInput(const AnfNodePtr &node) { in AddInput() function in mindspore::AclCompileGraph
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_capture/
Dnode.h109 void AddInput(ValueNode *v) { inputs_.push_back(v); } in AddInput() function
/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-src/source/mindspore/ccsrc/backend/graph_compiler/
Dtransform.cc130 void CompileGraph::AddInput(const AnfNodePtr &node) { in AddInput() function in mindspore::compile::CompileGraph
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/delegate/ascend_native/
Dsub_graph_helper.cc41 void AnSubGraph::AddInput(const AnfNodePtr &node) { in AddInput() function in mindspore::AnSubGraph
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/core/
Darithmetic_simplify.cc53 void AddInput(const PatternNodePtr &input) { inputs_.push_back(input); } in AddInput() function in mindspore::graphkernel::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