Home
last modified time | relevance | path

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

1234

/external/rust/crates/tower-layer/src/
Dtuple.rs3 impl<S> Layer<S> for () { impl
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/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> { impl
375 impl<S, N, L, T, W> Layer<S, N, format::Format<L, T>, W> impl
596 impl<S, T, W> Layer<S, format::JsonFields, format::Format<format::Json, T>, W> { impl
642 impl<S, N, E, W> Layer<S, N, E, W> { implementation
692 impl<S> Default for Layer<S> { implementation
710 impl<S, N, E, W> Layer<S, N, E, W> impl
804 impl<S, N, E, W> layer::Layer<S> for Layer<S, N, E, W> implementation
/external/rust/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/tensorflow/tensorflow/python/layers/
Dbase.py22 Layer = base.Layer variable
/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/skia/include/core/
DSkCanvas.h2401 struct Layer { struct
2408 Layer(sk_sp<SkDevice> device, argument
/external/pdfium/core/fpdfapi/render/
Dcpdf_rendercontext.cpp78 CPDF_RenderContext::Layer::Layer(CPDF_PageObjectHolder* pHolder, in Layer() function in CPDF_RenderContext::Layer
/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/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/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/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/mesa3d/src/gallium/frontends/nine/
Dsurface9.c59 unsigned Layer, in NineSurface9_ctor()
881 unsigned Layer, in NineSurface9_new()
/external/openthread/tests/scripts/thread-cert/pktverify/
Dlayers.py39 class Layer(object): class
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DObjectLinkingLayer.cpp27 ObjectLinkingLayerJITLinkContext(ObjectLinkingLayer &Layer, in ObjectLinkingLayerJITLinkContext()
323 ObjectLinkingLayer &Layer; member in llvm::orc::ObjectLinkingLayerJITLinkContext
/external/tensorflow/tensorflow/python/keras/legacy_tf_layers/
Dbase.py161 class Layer(base_layer.Layer): class
/external/flac/src/test_libFLAC++/
Dencoders.cpp48 } Layer; typedef
/external/cronet/third_party/anonymous_tokens/src/anonymous_tokens/cpp/privacy_pass/
Dtoken_encodings.h149 typedef uint8_t Layer; typedef
/external/skia/tools/sk_app/
DWindow.h105 Layer() : fActive(true) {} in Layer() function
/external/rust/crates/tracing-subscriber/src/layer/
Dmod.rs727 pub trait Layer<S> trait
/external/flac/src/test_libFLAC/
Dencoders.c41 } Layer; typedef

1234