- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 521 - 530 of 6,887 for content_length:[0 TO 9999] (0.04 sec)
-
autodiff in std::autodiff - Rust
This macro handles automatic differentiation. Automatic Differentiation macro which allows generating a new function to compute the derivative of a given function. It may only be applied to a function. The expected usage syntax is `#[autodiff(NAME, MODE, INPUT_ACTIVITIES, OUTPUT_ACTIVITY)]` where: NAME is a string that represents a valid function name. MODE is any of Forward, Reverse, ForwardFirst, ReverseFirst. INPUT_ACTIVITIES consists of one valid activity for each input parameter. OUTPUT_ACTIVITY must not be set if we implicitly return nothing (or explicitly return `-> ()`). Otherwise it must be set to one of the allowed activities.doc.rust-lang.org/std/autodiff/attr.autodiff.htmlRegistered: Wed Apr 16 01:57:25 UTC 2025 - Last Modified: Thu Apr 03 09:31:31 UTC 2025 - 4.8K bytes - Viewed (0) -
from_fn in std::array - Rust
Creates an array of type [T; N], where each element `T` is the returned value from `cb` using that element’s index.doc.rust-lang.org/std/array/fn.from_fn.htmlRegistered: Wed Apr 16 01:57:35 UTC 2025 - Last Modified: Thu Apr 03 09:31:31 UTC 2025 - 7.1K bytes - Viewed (0) -
alloc_zeroed in std::alloc - Rust
Allocates zero-initialized memory with the global allocator.doc.rust-lang.org/std/alloc/fn.alloc_zeroed.htmlRegistered: Wed Apr 16 01:57:42 UTC 2025 - Last Modified: Thu Apr 03 09:31:31 UTC 2025 - 6K bytes - Viewed (0) -
is_arm_feature_detected in std::arch - Rust
Checks if `arm` feature is enabled.doc.rust-lang.org/std/arch/macro.is_arm_feature_detected.htmlRegistered: Wed Apr 16 01:55:53 UTC 2025 - Last Modified: Thu Apr 03 09:31:31 UTC 2025 - 4.1K bytes - Viewed (0) -
index.rst.txt
.. _rados api: ========== Ceph Storage Cluster APIs ========== The :term:`Ceph Storage Cluster` has a messaging layer protocol that enables clients to interact with a :term:`Ceph Monitor` and a :te...docs.ceph.com/en/latest/_sources/rados/api/index.rst.txtRegistered: Wed Apr 16 01:56:47 UTC 2025 - Last Modified: Wed Feb 08 19:04:35 UTC 2023 - 924 bytes - Viewed (0) -
addr_of in std::ptr - Rust
Creates a `const` raw pointer to a place, without creating an intermediate reference.doc.rust-lang.org/std/ptr/macro.addr_of.htmlRegistered: Wed Apr 16 01:56:49 UTC 2025 - Last Modified: Thu Apr 03 09:31:46 UTC 2025 - 9.3K bytes - Viewed (0) -
simd_swizzle in std::simd - Rust
Constructs a new SIMD vector by copying elements from selected elements in other vectors.doc.rust-lang.org/std/simd/macro.simd_swizzle.htmlRegistered: Wed Apr 16 01:56:53 UTC 2025 - Last Modified: Thu Apr 03 09:31:46 UTC 2025 - 8.3K bytes - Viewed (0) -
index.rst.txt
========== Troubleshooting ========== You may encounter situations that require you to examine your configuration, consult the documentation, modify your logging output, troubleshoot monitors and O...docs.ceph.com/en/latest/_sources/rados/troubleshooting/index.rst.txtRegistered: Wed Apr 16 01:57:03 UTC 2025 - Last Modified: Thu Oct 05 13:43:28 UTC 2023 - 484 bytes - Viewed (0) -
join in std::future - Rust
Polls multiple futures simultaneously, returning a tuple of all results once complete.doc.rust-lang.org/std/future/macro.join.htmlRegistered: Wed Apr 16 01:56:17 UTC 2025 - Last Modified: Thu Apr 03 09:31:35 UTC 2025 - 6.4K bytes - Viewed (0) -
place in std::intrinsics::mir - Rust
Helper macro that allows you to treat a value expression like a place expression.doc.rust-lang.org/std/intrinsics/mir/macro.place.htmlRegistered: Wed Apr 16 01:56:27 UTC 2025 - Last Modified: Thu Apr 03 09:31:42 UTC 2025 - 3.8K bytes - Viewed (0)