Home
last modified time | relevance | path

Searched refs:SetInput (Results 1 – 8 of 8) 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
Dcommand_test.cc57 cmd.SetInput("hello world");
/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
DBrotliInputStream.cs104 Org.Brotli.Dec.State.SetInput(state, source); in BrotliInputStream()
/third_party/node/deps/v8/src/compiler/backend/
Dinstruction.cc605 void PhiInstruction::SetInput(size_t offset, int virtual_register) { in SetInput() function in v8::internal::compiler::PhiInstruction
Dinstruction.h1507 void SetInput(size_t offset, int virtual_register); in NON_EXPORTED_BASE()
Dinstruction-selector.cc2879 phi->SetInput(static_cast<size_t>(i), GetVirtualRegister(input)); in VisitPhi()
/third_party/mindspore/patches/
D0004-cross-compile-ndkso-fp16-nnrt-train_capi.patch4970 …MS_LOG(ERROR) << "NNExecutor SetInput failed,tensor dimension is is too large, max dim = " << INT3…
4987 MS_LOG(ERROR) << "NNExecutor SetInput failed, current input tensor is" << tensor.Name()