Home
last modified time | relevance | path

Searched defs:list_args (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/benchmarks/static_runtime/
H A Dtest_static_runtime.cc835 std::vector<IValue> list_args{ in TEST() local
971 std::vector<IValue> list_args{c10::List<int64_t>{1, 2}, 3}; in TEST() local
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_methods_invocations.py6991 def sample_inputs_split(op_info, device, dtype, requires_grad, *, list_args=False, **kwargs): argument