Home
last modified time | relevance | path

Searched defs:set_input (Results 1 – 8 of 8) sorted by relevance

/third_party/mindspore/include/api/
Dkernel.h65 …virtual void set_input(mindspore::MSTensor in_tensor, int index) { this->inputs_[index] = in_tenso… in set_input() function
/third_party/mindspore/mindspore/lite/src/delegate/npu/
Dnpu_subgraph.cc49 void NPUSubGraph::set_input(mindspore::MSTensor in_tensor, int index) { in set_input() function in mindspore::NPUSubGraph
Dnpu_graph.cc36 void NPUGraph::set_input(mindspore::MSTensor in_tensor, int index) { in set_input() function in mindspore::NPUGraph
/third_party/boost/boost/property_tree/json_parser/detail/
Dparser.hpp29 void set_input(const std::string& filename, const Range& r) in set_input() function in boost::property_tree::json_parser::detail::source
246 void set_input(const std::string& filename, const Range& r) { in set_input() function in boost::property_tree::json_parser::detail::parser
/third_party/mindspore/mindspore/lite/src/delegate/npu/op/
Dnpu_op.h83 void set_input(mindspore::MSTensor in_tensor, int index) { in set_input() function
/third_party/mindspore/mindspore/_extends/graph_kernel/model/
Dmodel_builder.py30 def set_input(self, *para): member in GraphBuilder.GraphWrapper
/third_party/mindspore/mindspore/core/ir/
Danf.cc65 void CNode::set_input(size_t i, const AnfNodePtr &new_input) { in set_input() function in mindspore::CNode
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shader_base.cpp1141 void ShaderFromNirProcessor::set_input(unsigned pos, PValue var) in set_input() function in r600::ShaderFromNirProcessor