Searched defs:SetArgs (Results 1 – 9 of 9) sorted by relevance
59 void SetArgs(int position, int arg0) { args_[position] = arg0; } in SetArgs() function62 void SetArgs(int position, int arg0, Args... args) { in SetArgs() function
39 void SetArgs(const std::vector<ArgSpec>& input_args_spec, in SetArgs() function
121 constexpr ConvParser SetArgs(ConvList args) const { in SetArgs() function
107 constexpr ConvParser SetArgs(ConvList args) const { in SetArgs() function
126 constexpr ConvParser SetArgs(ConvList args) const { in SetArgs() function
1101 Status FunctionCallFrame::SetArgs(gtl::ArraySlice<Tensor> args) { in SetArgs() function in tensorflow::FunctionCallFrame