Searched defs:SetArgs (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/ruy/ruy/profiler/ |
H A D | instrumentation.h | 59 void SetArgs(int position, int arg0) { args_[position] = arg0; } in SetArgs() function 62 void SetArgs(int position, int arg0, Args... args) { in SetArgs() function
|
/aosp_15_r20/bionic/benchmarks/ |
H A D | bionic_benchmarks.cpp | 482 static void SetArgs(const std::vector<int>& sizes, args_vector_t* args) { in SetArgs() function 488 static void SetArgs(const std::vector<int>& sizes, int align, args_vector_t* args) { in SetArgs() function 495 static void SetArgs(const std::vector<int>& sizes, int align1, int align2, args_vector_t* args) { in SetArgs() function
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/ |
H A D | function_api_info_test.cc | 39 void SetArgs(const std::vector<ArgSpec>& input_args_spec, in SetArgs() function
|
/aosp_15_r20/bionic/tests/ |
H A D | utils.h | 218 void SetArgs(const std::vector<const char*>& args) { in SetArgs() function
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/strings/internal/str_format/ |
H A D | checker.h | 121 constexpr ConvParser SetArgs(ConvList args) const { in SetArgs() function
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/strings/internal/str_format/ |
H A D | checker.h | 133 constexpr ConvParser SetArgs(ConvList args) const { in SetArgs() function
|
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/ |
H A D | function.cc | 1141 Status FunctionCallFrame::SetArgs(gtl::ArraySlice<Tensor> args) { in SetArgs() function in tensorflow::FunctionCallFrame
|