Searched defs:SetInput (Results 1 – 6 of 6) sorted by relevance
74 void SetInput(const std::string& input) { input_ = input; } in SetInput() function
77 void Node::SetInput(size_t i, const NodePtr &new_input) { in SetInput() function in mindspore::graphkernel::inner::Node
138 internal static void SetInput(Org.Brotli.Dec.State state, System.IO.Stream input) in SetInput() method in Org.Brotli.Dec.State
165 OpProto &OpProto::SetInput(const std::string &name, const std::string &tensor_type, bool is_optiona… in SetInput() function in mindspore::transform::OpProto
274 void TransformOp::SetInput(const NodePtr &node, const NodePtr &input_node) { node->SetInputs({input… in SetInput() function in mindspore::graphkernel::TransformOp323 void SetInput(const NodePtr &node, const NodePtr &input_node) override { in SetInput() function in mindspore::graphkernel::TransposeHandle381 void SetInput(const NodePtr &node, const NodePtr &input_node) override { in SetInput() function in mindspore::graphkernel::ReshapeHandle
223 void SetInput(size_t i, const aclTensorDesc *desc, const aclDataBuffer *buffer) { in SetInput() function