Home
last modified time | relevance | path

Searched defs:make_arg (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/libcxx/test/support/
H A Dfilesystem_test_helper.hpp217 static inline std::string make_arg(std::string const& arg) { in make_arg() function
221 static inline std::string make_arg(std::size_t arg) { in make_arg() function
/aosp_15_r20/external/pytorch/test/jit/
H A Dtest_symbolic_shape_analysis.py396 def make_arg(shape, low=None, high=None): function
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_methods_invocations.py284 def make_arg(): function
6454 def make_arg(shape): function
6515 def make_arg(shape): function
/aosp_15_r20/external/pytorch/test/
H A Dtest_torch.py3399 def make_arg(batch_sizes, n, dim, contig): function
3561 def make_arg(batch_sizes, n, dim, contig): function
/aosp_15_r20/external/perfetto/src/tracing/test/
H A Dapi_integrationtest.cc2956 auto make_arg = []() -> std::function<void(perfetto::EventContext&)> { in TEST_P() local