/aosp_15_r20/external/pytorch/torch/csrc/autograd/utils/ |
H A D | wrap_outputs.h | 23 inline PyObject* wrap(bool value) { in wrap() function 31 inline PyObject* wrap(c10::DeviceIndex value) { in wrap() function 35 inline PyObject* wrap(int64_t value) { in wrap() function 39 inline PyObject* wrap(double value) { in wrap() function 43 inline PyObject* wrap(c10::complex<double> value) { in wrap() function 49 inline PyObject* wrap(void* value) { in wrap() function 53 inline PyObject* wrap(THPDtype* dtype) { in wrap() function 57 inline PyObject* wrap(at::ScalarType scalarType) { in wrap() function 61 inline PyObject* wrap(THPLayout* layout) { in wrap() function 65 inline PyObject* wrap(at::Layout layout) { in wrap() function [all …]
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/static/ |
H A D | te_wrapper.cpp | 41 static std::shared_ptr<TEWrapper> wrapTECompute( in wrapTECompute() 58 static std::shared_ptr<TEWrapper> wrapTECompute( in wrapTECompute() 73 static std::shared_ptr<TEWrapper> wrapTECompute( in wrapTECompute() 81 static std::shared_ptr<TEWrapper> wrapTECompute( in wrapTECompute() 119 auto wrap = lookupNNCCache(aten::div); in createDiv() local 159 auto wrap = lookupNNCCache(aten::logit); in createLogit() local 184 auto wrap = lookupNNCCache(aten::relu); in createRelu() local 202 auto wrap = lookupNNCCache(aten::tanh); in createTanh() local 219 auto wrap = lookupNNCCache(aten::sigmoid); in createSigmoid() local 235 auto wrap = lookupNNCCache(clamp_symbol); in createClamp() local [all …]
|
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/ |
H A D | ImmutableListCopyOfConcurrentlyModifiedInputTest.java | 46 WrapWithIterable wrap) { in runConcurrentlyMutatedTest() 60 private static void runConcurrentlyMutatedTest(WrapWithIterable wrap) { in runConcurrentlyMutatedTest() 73 runConcurrentlyMutatedTest(elements(1), ops(remove(), nop()), wrap); in runConcurrentlyMutatedTest() local 77 runConcurrentlyMutatedTest(elements(1, 2), ops(remove(), remove()), wrap); in runConcurrentlyMutatedTest() local 79 runConcurrentlyMutatedTest(elements(1, 2), ops(remove(), nop()), wrap); in runConcurrentlyMutatedTest() local 83 runConcurrentlyMutatedTest(elements(1, 2), ops(nop(), remove()), wrap); in runConcurrentlyMutatedTest() local 85 runConcurrentlyMutatedTest(elements(1, 2, 3), ops(remove(), remove()), wrap); in runConcurrentlyMutatedTest() local
|
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/ |
H A D | ImmutableListCopyOfConcurrentlyModifiedInputTest.java | 46 WrapWithIterable wrap) { in runConcurrentlyMutatedTest() 60 private static void runConcurrentlyMutatedTest(WrapWithIterable wrap) { in runConcurrentlyMutatedTest() 73 runConcurrentlyMutatedTest(elements(1), ops(remove(), nop()), wrap); in runConcurrentlyMutatedTest() local 77 runConcurrentlyMutatedTest(elements(1, 2), ops(remove(), remove()), wrap); in runConcurrentlyMutatedTest() local 79 runConcurrentlyMutatedTest(elements(1, 2), ops(remove(), nop()), wrap); in runConcurrentlyMutatedTest() local 83 runConcurrentlyMutatedTest(elements(1, 2), ops(nop(), remove()), wrap); in runConcurrentlyMutatedTest() local 85 runConcurrentlyMutatedTest(elements(1, 2, 3), ops(remove(), remove()), wrap); in runConcurrentlyMutatedTest() local
|
/aosp_15_r20/cts/libs/webkit-shared/src/android/webkit/cts/ |
H A D | ExceptionWrapper.java | 41 public static <T> T wrap(WrappedTypedCall<T> c) { in wrap() method in ExceptionWrapper 49 public static void wrap(WrappedVoidCall r) { in wrap() method in ExceptionWrapper 50 wrap(() -> { in wrap() method 81 T wrap() throws Exception; in wrap() method 85 void wrap() throws Exception; in wrap() method
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/ml/neuralnet/oned/ |
H A D | NeuronString.java | 41 private final boolean wrap; field in NeuronString 58 NeuronString(boolean wrap, in NeuronString() 101 boolean wrap, in NeuronString() 213 private final boolean wrap; field in NeuronString.SerializationProxy 222 SerializationProxy(boolean wrap, in SerializationProxy()
|
/aosp_15_r20/external/python/cpython3/Lib/idlelib/ |
D | textview.py | 34 def __init__(self, master, wrap=NONE, **kwargs): argument 74 def __init__(self, parent, contents, wrap='word'): argument 108 def __init__(self, parent, title, contents, modal=True, wrap=WORD, argument 150 def view_text(parent, title, contents, modal=True, wrap='word', _utest=False): argument 164 def view_file(parent, title, filename, encoding, modal=True, wrap='word', argument
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/sync/futures/promise/ |
D | set_exception_pass.cpp | 28 struct wrap struct 30 wrap(T const& v) : in wrap() argument 41 return boost::copy_exception(wrap<T> (v)); in make_exception_ptr() argument
|
D | set_exception_at_thread_exit_pass.cpp | 28 struct wrap struct 30 wrap(T const& v) : in wrap() function 41 return boost::copy_exception(wrap<T> (v)); in make_exception_ptr() argument
|
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/utilities/easing/ |
H A D | FloatAnimation.java | 70 float wrap) { in FloatAnimation() 85 float duration, int type, @Nullable float[] spec, float initialValue, float wrap) { in packToFloatArray() 303 private static float wrap(float wrap, float value) { in wrap() 311 float wrapDistance(float wrap, float from, float to) { in wrapDistance()
|
/aosp_15_r20/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/ |
H A D | p6-0x.cpp | 23 template<typename T = func_type_lvalue> struct wrap { struct 29 using func_type_lvalue = wrap<>::val; // expected-note{{in instantiation of}} argument
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/sync/futures/future/ |
D | get_or_pass.cpp | 30 struct wrap struct 32 wrap(T const& v) : value(v){} in wrap() function 39 return boost::copy_exception(wrap<T>(v)); in make_exception_ptr() argument
|
D | get_pass.cpp | 40 struct wrap struct 42 wrap(T const& v) : value(v){} in wrap() function 49 return boost::copy_exception(wrap<T>(v)); in make_exception_ptr() argument
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/sync/futures/shared_future/ |
D | get_pass.cpp | 32 struct wrap struct 34 wrap(T const& v) : value(v){} in wrap() function 41 return boost::copy_exception(wrap<T>(v)); in make_exception_ptr() argument
|
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/random/ |
H A D | stateless_random_ops_test.py | 104 def wrap(op, dtype, shape, shape_dtype, seed, **kwargs): function 135 def wrap(op, minval, maxval, shape, shape_dtype, dtype, seed, **kwargs): function 157 def wrap(op, logits, logits_dtype, output_dtype, seed): function 173 def wrap(op, alpha, dtype, shape, seed): function 186 def wrap(op, lam, lam_dtype, out_dtype, shape, seed): function
|
/aosp_15_r20/packages/apps/TvSettings/TwoPanelSettingsLib/src/com/android/tv/twopanelsettings/slices/compat/ |
D | SliceConvert.java | 126 public static com.android.tv.twopanelsettings.slices.compat.Slice wrap( in wrap() method in SliceConvert 177 private static com.android.tv.twopanelsettings.slices.compat.SliceSpec wrap( in wrap() method in SliceConvert 189 public static Set<com.android.tv.twopanelsettings.slices.compat.SliceSpec> wrap( in wrap() method in SliceConvert
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/src/output/textwrap/ |
H A D | mod.rs | 14 pub(crate) fn wrap(content: &str, hard_width: usize) -> String { in wrap() function 26 pub(crate) fn wrap(content: &str, _hard_width: usize) -> String { in wrap() function 34 fn wrap(content: &str, hard_width: usize) -> Vec<String> { in wrap() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/output/textwrap/ |
D | mod.rs | 14 pub(crate) fn wrap(content: &str, hard_width: usize) -> String { in wrap() function 26 pub(crate) fn wrap(content: &str, _hard_width: usize) -> String { in wrap() function 34 fn wrap(content: &str, hard_width: usize) -> Vec<String> { in wrap() function
|
/aosp_15_r20/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | AllocatedBuffer.java | 133 public static AllocatedBuffer wrap(byte[] bytes) { in wrap() method in AllocatedBuffer 142 public static AllocatedBuffer wrap(final byte[] bytes, final int offset, final int length) { in wrap() method in AllocatedBuffer 155 public static AllocatedBuffer wrap(final ByteBuffer buffer) { in wrap() method in AllocatedBuffer
|
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | AllocatedBuffer.java | 133 public static AllocatedBuffer wrap(byte[] bytes) { in wrap() method in AllocatedBuffer 142 public static AllocatedBuffer wrap(final byte[] bytes, final int offset, final int length) { in wrap() method in AllocatedBuffer 155 public static AllocatedBuffer wrap(final ByteBuffer buffer) { in wrap() method in AllocatedBuffer
|
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/nio/ |
H A D | CharBuffer.java | 54 public static java.nio.CharBuffer wrap(char[] array, int offset, int length) { in wrap() method in CharBuffer 58 public static java.nio.CharBuffer wrap(char[] array) { in wrap() method in CharBuffer 66 public static java.nio.CharBuffer wrap(java.lang.CharSequence csq, int start, int end) { in wrap() method in CharBuffer 70 public static java.nio.CharBuffer wrap(java.lang.CharSequence csq) { in wrap() method in CharBuffer
|
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/util/ |
D | IntSet.java | 99 public static IntSet wrap(IntArray array) { in wrap() method in IntSet 109 public static IntSet wrap(int... array) { in wrap() method in IntSet 116 public static IntSet wrap(Iterable<Integer> iterable) { in wrap() method in IntSet
|
/aosp_15_r20/external/llvm/lib/Object/ |
H A D | Object.cpp | 26 inline LLVMObjectFileRef wrap(const OwningBinary<ObjectFile> *OF) { in wrap() function 36 wrap(const section_iterator *SI) { in wrap() function 46 wrap(const symbol_iterator *SI) { in wrap() function 56 wrap(const relocation_iterator *SI) { in wrap() function
|
/aosp_15_r20/external/mesa3d/src/mesa/main/ |
H A D | samplerobj.h | 85 wrap_to_gallium(GLenum wrap) in wrap_to_gallium() 158 lower_gl_clamp(enum pipe_tex_wrap old_wrap, GLenum wrap, bool clamp_to_border) in lower_gl_clamp() 193 …context *ctx, struct gl_sampler_object *samp, bool cur_state, bool new_state, gl_sampler_wrap wrap) in update_sampler_gl_clamp()
|
/aosp_15_r20/libcore/ojluni/annotations/flagged_api/java/nio/ |
H A D | CharBuffer.annotated.java | 40 public static java.nio.CharBuffer wrap(char[] array, int offset, int length) { throw new RuntimeExc… in wrap() method in CharBuffer 42 public static java.nio.CharBuffer wrap(char[] array) { throw new RuntimeException("Stub!"); } in wrap() method in CharBuffer 46 public static java.nio.CharBuffer wrap(java.lang.CharSequence csq, int start, int end) { throw new … in wrap() method in CharBuffer 48 public static java.nio.CharBuffer wrap(java.lang.CharSequence csq) { throw new RuntimeException("St… in wrap() method in CharBuffer
|