Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/format/format.range/format.range.formatter/
H A Dformat.functions.tests.h1314 explicit non_contiguous(adaptee&& data) : data_(std::move(data)) {} function
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Djit_metaprogramming_utils.py40 def create_input(call_args, requires_grad=True, non_contiguous=False, call_kwargs=None, dtype=torch… argument