Searched defs:SetOutputs (Results 1 – 6 of 6) sorted by relevance
38 void SetOutputs(const NodePtrList &nodes) { output_->SetInputs(nodes); } in SetOutputs() function69 void SetOutputs(const NodePtrList &nodes) const { graph_->output_->SetInputs(nodes); } in SetOutputs() function
43 void SetOutputs(const std::vector<InferTensor *> &outputs) override { outputs_ = outputs; } in SetOutputs() function
53 void SetOutputs(const std::vector<abstract::Tensor *> &outputs) override { outputs_ = outputs; } in SetOutputs() function
143 int NNRTModelKernel::SetOutputs() { in SetOutputs() function in mindspore::NNRTModelKernel
47 …void SetOutputs(const CNodePtr &cnode, const std::vector<ShapeVector> &shape, const std::vector<Ty… in SetOutputs() function in mindspore::hccl::TestHcclAdapter
1125 void SetOutputs(const std::vector<KernelWithIndex> &graph_outputs, in SetOutputs() function