Searched defs:set_arg (Results 1 – 8 of 8) sorted by relevance
39 void set_arg(const FormatArgImpl* a) { arg_ = a; } in set_arg() function
44 void set_arg(const FormatArgImpl* a) { arg_ = a; } in set_arg() function
40 void set_arg(const FormatArgImpl* a) { arg_ = a; } in set_arg() function
950 void BlockRunner::set_arg(const size_t idx, std::vector<IValue>&& args) { in set_arg() function in torch::jit::BlockRunner955 void BlockRunner::set_arg(const size_t idx, const std::vector<IValue>& args) { in set_arg() function in torch::jit::BlockRunner960 void BlockRunner::set_arg(const size_t idx, const IValue& arg) { in set_arg() function in torch::jit::BlockRunner