Home
last modified time | relevance | path

Searched defs:SetInput (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/tint/src/utils/io/
Dcommand.h74 void SetInput(const std::string& input) { input_ = input; } in SetInput() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/model/
Dnode.cc77 void Node::SetInput(size_t i, const NodePtr &new_input) { in SetInput() function in mindspore::graphkernel::inner::Node
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/
DState.cs138 internal static void SetInput(Org.Brotli.Dec.State state, System.IO.Stream input) in SetInput() method in Org.Brotli.Dec.State
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/transform/graph_ir/op_declare/
Dop_proto.cc165 OpProto &OpProto::SetInput(const std::string &name, const std::string &tensor_type, bool is_optiona… in SetInput() function in mindspore::transform::OpProto
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/core/
Dtransform_op_optimizer.cc274 void TransformOp::SetInput(const NodePtr &node, const NodePtr &input_node) { node->SetInputs({input… in SetInput() function in mindspore::graphkernel::TransformOp
323 void SetInput(const NodePtr &node, const NodePtr &input_node) override { in SetInput() function in mindspore::graphkernel::TransposeHandle
381 void SetInput(const NodePtr &node, const NodePtr &input_node) override { in SetInput() function in mindspore::graphkernel::ReshapeHandle
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/transform/acl_ir/
Dacl_utils.h223 void SetInput(size_t i, const aclTensorDesc *desc, const aclDataBuffer *buffer) { in SetInput() function