Home
last modified time | relevance | path

Searched defs:Layer (Results 1 – 25 of 106) sorted by relevance

12345

/external/rust/android-crates-io/crates/tower-layer/src/
Dtuple.rs3 impl<S> Layer<S> for () { implementation
11 impl<S, L1> Layer<S> for (L1,) impl
23 impl<S, L1, L2> Layer<S> for (L1, L2) impl
36 impl<S, L1, L2, L3> Layer<S> for (L1, L2, L3) impl
50 impl<S, L1, L2, L3, L4> Layer<S> for (L1, L2, L3, L4) impl
65 impl<S, L1, L2, L3, L4, L5> Layer<S> for (L1, L2, L3, L4, L5) impl
81 impl<S, L1, L2, L3, L4, L5, L6> Layer<S> for (L1, L2, L3, L4, L5, L6) impl
98 impl<S, L1, L2, L3, L4, L5, L6, L7> Layer<S> for (L1, L2, L3, L4, L5, L6, L7) impl
116 impl<S, L1, L2, L3, L4, L5, L6, L7, L8> Layer<S> for (L1, L2, L3, L4, L5, L6, L7, L8) impl
135 impl<S, L1, L2, L3, L4, L5, L6, L7, L8, L9> Layer<S> for (L1, L2, L3, L4, L5, L6, L7, L8, L9) impl
[all …]
Dlib.rs95 pub trait Layer<S> { trait
103 impl<'a, T, S> Layer<S> for &'a T impl
/external/rust/android-crates-io/crates/etherparse/src/err/
Dlayer.rs3 pub enum Layer { enum
52 impl Layer { impl
84 impl core::fmt::Display for Layer { implementation
/external/rust/android-crates-io/crates/tracing-subscriber/src/fmt/
Dfmt_layer.rs64 pub struct Layer< struct
79 impl<S> Layer<S> { argument
87 impl<S, N, E, W> Layer<S, N, E, W> impl
162 impl<S, N, E, W> Layer<S, N, E, W> { implementation
396 impl<S, N, L, T, W> Layer<S, N, format::Format<L, T>, W> impl
617 impl<S, T, W> Layer<S, format::JsonFields, format::Format<format::Json, T>, W> { implementation
663 impl<S, N, E, W> Layer<S, N, E, W> { impl
713 impl<S> Default for Layer<S> { implementation
731 impl<S, N, E, W> Layer<S, N, E, W> impl
825 impl<S, N, E, W> layer::Layer<S> for Layer<S, N, E, W> implementation
/external/rust/android-crates-io/crates/tracing-subscriber/src/
Dreload.rs84 pub struct Layer<L, S> { struct
93 /// Allows reloading the state of an associated [`Layer`](crate::layer::Layer). argument
114 impl<L, S> crate::Layer<S> for Layer<L, S> implementation
211 impl<S, L> crate::layer::Filter<S> for Layer<L, S> implementation
257 impl<L, S> Layer<L, S> { impl
/external/rust/android-crates-io/crates/etherparse/src/io/
Dlimited_reader.rs40 layer: Layer, in new()
63 pub fn layer(&self) -> Layer { in layer()
78 pub fn start_layer(&mut self, layer: Layer) { in start_layer()
/external/tensorflow/tensorflow/python/layers/
Dbase.py22 Layer = base.Layer variable
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/anstyle-1.0.10/examples/
Ddump-style.rs46 layer: Layer, in style()
72 enum Layer { enum
/external/rust/android-crates-io/crates/anstyle/examples/
Ddump-style.rs46 layer: Layer, in style()
72 enum Layer { enum
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/anstyle-1.0.10/examples/
Ddump-style.rs46 layer: Layer, in style()
72 enum Layer { enum
/external/skia/include/core/
DSkCanvas.h2448 struct Layer { struct
2459 Layer(sk_sp<SkDevice> device, argument
/external/google-cloud-java/java-grafeas/src/main/proto/grafeas/v1/
Dimage.proto25 message Layer { message
/external/googleapis/grafeas/v1/
Dimage.proto25 message Layer { message
/external/google-cloud-java/java-containeranalysis/proto-google-cloud-containeranalysis-v1beta1/src/main/java/io/grafeas/v1beta1/image/
DLayer.java30 public final class Layer extends com.google.protobuf.GeneratedMessageV3 class
36 private Layer(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Layer() method in Layer
40 private Layer() { in Layer() method in Layer
56 private Layer( in Layer() method in Layer
/external/google-cloud-java/java-grafeas/src/main/java/io/grafeas/v1/
DLayer.java31 public final class Layer extends com.google.protobuf.GeneratedMessageV3 class
37 private Layer(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Layer() method in Layer
41 private Layer() { in Layer() method in Layer
/external/pdfium/core/fpdfapi/render/
Dcpdf_rendercontext.cpp89 CPDF_RenderContext::Layer::Layer(CPDF_PageObjectHolder* pHolder, in Layer() function in CPDF_RenderContext::Layer
/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/layer/
DLayer.java20 public class Layer { class
68 …public Layer(List<ContentModel> shapes, LottieComposition composition, String layerName, long laye… in Layer() method in Layer
/external/deqp-deps/amber/docs/
Dengines.md108 ### API Methods
/external/intel-media-driver/media_driver/agnostic/Xe_M/Xe_XPM/vp/hal/
Dvphal_render_composite_xe_xpm.cpp78 uint8_t Layer, in Set3DSamplerStatus()
/external/googleapis/google/devtools/containeranalysis/v1beta1/image/
Dimage.proto25 message Layer { message
/external/google-cloud-java/java-containeranalysis/proto-google-cloud-containeranalysis-v1beta1/src/main/proto/google/devtools/containeranalysis/v1beta1/image/
Dimage.proto25 message Layer { message
/external/pytorch/test/distributed/fsdp/
Dtest_fsdp_overlap.py34 class Layer(nn.Module): class
/external/mesa3d/src/gallium/frontends/nine/
Dsurface9.c42 unsigned Layer, in NineSurface9_ctor()
864 unsigned Layer, in NineSurface9_new()
/external/armnn/src/armnn/
DLayer.cpp220 Layer::Layer(unsigned int numInputSlots, in Layer() function in armnn::Layer
247 Layer::Layer(unsigned int numInputSlots, in Layer() function in armnn::Layer
/external/openthread/tests/scripts/thread-cert/pktverify/
Dlayers.py39 class Layer(object): class

12345