Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_compiler/pi_ir/
Doperation.h138 void SetArg(size_t index, const NodePtr &arg) { args_[index] = arg; } in SetArg() function
195 void SetArg(const NodePtr &arg) { Operation::SetArg(0, arg); } in SetArg() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_compiler/parser/
Dbyte_code_parser.h58 void SetArg(int arg) { arg_ = arg; } in SetArg() function
/third_party/rust/crates/nix/src/sys/
Dtermios.rs1162 pub fn tcsetattr(fd: RawFd, actions: SetArg, termios: &Termios) -> Result<()> { in tcsetattr()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DAstHelpers.cpp191 void sh::SetArg(TIntermAggregate &call, size_t index, TIntermTyped &arg) in SetArg() function in sh
/third_party/vk-gl-cts/external/amber/src/src/
Dpipeline.h410 void SetArg(ArgSetInfo&& info) { set_arg_values_.push_back(std::move(info)); } in SetArg() function
/third_party/mesa3d/include/CL/
Dcl.hpp7396 struct SetArg struct
7398 static void set (Kernel kernel, T0 arg) in set()
7405 struct SetArg<index, NullType> struct
7407 static void set (Kernel, NullType) in set()