Home
last modified time | relevance | path

Searched defs:SetInput (Results 1 – 4 of 4) 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/ccsrc/backend/optimizer/graph_kernel/model/
Dnode.cc43 void Node::SetInput(size_t i, const NodePtr &new_input) { in SetInput() function in mindspore::opt::graphkernel::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/lite/src/
Dlite_kernel_util.cc196 int LiteKernelUtil::SetInput(const LiteKernel &kernelMod, const std::vector<lite::Tensor *> &inputs… in SetInput() function in mindspore::kernel::LiteKernelUtil