Searched defs:make_arg (Results 1 – 5 of 5) sorted by relevance
217 static inline std::string make_arg(std::string const& arg) { in make_arg() function221 static inline std::string make_arg(std::size_t arg) { in make_arg() function
396 def make_arg(shape, low=None, high=None): function
284 def make_arg(): function6454 def make_arg(shape): function6515 def make_arg(shape): function
3399 def make_arg(batch_sizes, n, dim, contig): function3561 def make_arg(batch_sizes, n, dim, contig): function
2956 auto make_arg = []() -> std::function<void(perfetto::EventContext&)> { in TEST_P() local