Home
last modified time | relevance | path

Searched defs:layer (Results 1 – 25 of 891) sorted by relevance

12345678910>>...36

/external/libwebsockets/READMEs/
DREADME.crypto-apis.md33 ### Generic Hash
40 ### Generic HMAC
46 ### Generic AES
58 ### Generic RSA
63 ### Generic EC
85 ### Keys in the generic layer
142 ### JWS
149 ### JWE
163 ### Keys in the JOSE layer
/external/rust/android-crates-io/crates/tower-layer/src/
Dtuple.rs6 fn layer(&self, service: S) -> Self::Service { in layer() method
17 fn layer(&self, service: S) -> Self::Service { in layer() function
30 fn layer(&self, service: S) -> Self::Service { in layer() function
44 fn layer(&self, service: S) -> Self::Service { in layer() function
59 fn layer(&self, service: S) -> Self::Service { in layer() function
75 fn layer(&self, service: S) -> Self::Service { in layer() function
92 fn layer(&self, service: S) -> Self::Service { in layer() function
110 fn layer(&self, service: S) -> Self::Service { in layer() function
129 fn layer(&self, service: S) -> Self::Service { in layer() function
149 fn layer(&self, service: S) -> Self::Service { in layer() function
[all …]
/external/armnn/src/armnnSerializer/
DSerializer.cpp115 void SerializerStrategy::SerializeInputLayer(const armnn::IConnectableLayer* layer, LayerBindingId … in SerializeInputLayer()
137 void SerializerStrategy::SerializeOutputLayer(const armnn::IConnectableLayer* layer, in SerializeOutputLayer()
159 void SerializerStrategy::SerializeActivationLayer(const armnn::IConnectableLayer* layer, in SerializeActivationLayer()
184 void SerializerStrategy::SerializeAdditionLayer(const armnn::IConnectableLayer* layer, const char* … in SerializeAdditionLayer()
199 void SerializerStrategy::SerializeArgMinMaxLayer(const armnn::IConnectableLayer *layer, in SerializeArgMinMaxLayer()
221 void SerializerStrategy::SerializeBatchMatMulLayer(const armnn::IConnectableLayer* layer, in SerializeBatchMatMulLayer()
249 void SerializerStrategy::SerializeBatchToSpaceNdLayer(const armnn::IConnectableLayer* layer, in SerializeBatchToSpaceNdLayer()
280 const armnn::IConnectableLayer* layer, in SerializeBatchNormalizationLayer()
313 void SerializerStrategy::SerializeCastLayer(const armnn::IConnectableLayer* layer, in SerializeCastLayer()
323 void SerializerStrategy::SerializeChannelShuffleLayer(const armnn::IConnectableLayer* layer, in SerializeChannelShuffleLayer()
[all …]
/external/skia/tools/sk_app/
DWindow.cpp46 this->visitLayers([](Layer* layer) { layer->onBackendCreated(); }); in onBackendCreated()
50 return this->signalLayers([=](Layer* layer) { return layer->onChar(c, modifiers); }); in onChar()
54 return this->signalLayers([=](Layer* layer) { return layer->onKey(key, state, modifiers); }); in onKey()
58 return this->signalLayers([=](Layer* layer) { return layer->onMouse(x, y, state, modifiers); }); in onMouse()
63 [=](Layer* layer) { return layer->onMouseWheel(delta, x, y, modifiers); }); in onMouseWheel()
67 return this->signalLayers([=](Layer* layer) { return layer->onTouch(owner, state, x, y); }); in onTouch()
71 return this->signalLayers([=](Layer* layer) { return layer->onFling(state); }); in onFling()
75 return this->signalLayers([=](Layer* layer) { return layer->onPinch(state, scale, x, y); }); in onPinch()
79 this->visitLayers([=](Layer* layer) { layer->onUIStateChanged(stateName, stateValue); }); in onUIStateChanged()
99 this->visitLayers([](Layer* layer) { layer->onPrePaint(); }); in onPaint()
[all …]
/external/armnn/src/armnn/test/
DTestInputOutputLayerVisitor.cpp21 IConnectableLayer *const layer = net.AddInputLayer(1, layerName); variable
30 IConnectableLayer *const layer = net.AddInputLayer(1); variable
40 IConnectableLayer *const layer = net.AddOutputLayer(1, layerName); variable
49 IConnectableLayer *const layer = net.AddOutputLayer(1); variable
DConstTensorLayerVisitor.hpp31 void ExecuteStrategy(const armnn::IConnectableLayer* layer, in ExecuteStrategy()
72 void ExecuteStrategy(const armnn::IConnectableLayer* layer, in ExecuteStrategy()
113 void ExecuteStrategy(const armnn::IConnectableLayer* layer, in ExecuteStrategy()
159 void ExecuteStrategy(const armnn::IConnectableLayer* layer, in ExecuteStrategy()
206 void ExecuteStrategy(const armnn::IConnectableLayer* layer, in ExecuteStrategy()
250 void LstmVisitor::CheckInputParameters(const LayerType* layer, const LstmInputParams& inputParams) in CheckInputParameters()
331 void ExecuteStrategy(const armnn::IConnectableLayer* layer, in ExecuteStrategy()
372 void ExecuteStrategy(const armnn::IConnectableLayer* layer, in ExecuteStrategy()
413 void ExecuteStrategy(const armnn::IConnectableLayer* layer, in ExecuteStrategy()
DShapeInferenceTests.cpp33 auto layer = graph->AddLayer<LayerT>(std::forward<Args>(args)...); in BuildGraph() local
50 void RunShapeInferenceTest(LayerT* const layer, in RunShapeInferenceTest()
115 auto layer = BuildGraph<LayerT>(&graph, inputShapes, std::forward<Args>(args)...); in CreateGraphAndRunTest() local
260 auto layer = BuildGraph<ConstantLayer>(&graph, {}, "constant"); variable
371 auto layer = BuildGraph<DetectionPostProcessLayer>(&graph, variable
453 …auto layer = BuildGraph<LstmLayer>(&graph, {inputShape, inputCellState, inputCellState}, descripto… variable
541 …auto layer = BuildGraph<QLstmLayer>(&graph, {inputShape, inputCellState, inputCellState}, descript… variable
569 …auto layer = BuildGraph<QuantizedLstmLayer>(&graph, {inputShape, inputCellState, inputCellState}, … variable
602 auto layer = BuildGraph<RankLayer>(&graph, {{ 1, 1, 1, 1 }}, "rank"); variable
/external/executorch/examples/models/llama/source_transformation/
Dapply_spin_quant_r1_r2.py20 def rotate_attention_inputs(layer, R1) -> None: argument
28 def rotate_attention_output(layer, R1) -> None: argument
39 def rotate_mlp_input(layer, R1): argument
48 def rotate_mlp_output(layer, R1): argument
68 def rotate_ov_proj(layer, head_dim, R2=None): argument
/external/tensorflow/tensorflow/python/keras/saving/saved_model/
Dsave_impl.py71 def should_skip_serialization(layer): argument
82 def wrap_layer_objects(layer, serialization_cache): argument
133 def wrap_layer_functions(layer, serialization_cache): argument
213 def default_save_signature(layer): argument
221 def _replace_child_layer_functions(layer, serialization_cache): argument
395 def __init__(self, layer): argument
420 def _generate_input_signature(self, layer): argument
646 def _wrap_call_and_conditional_losses(layer): argument
676 def _extract_outputs_from_fn(layer, call_and_return_conditional_losses): argument
686 layer, call_fn_with_losses, activity_regularizer_fn): argument
[all …]
Dload.py231 def _is_graph_network(layer): argument
642 def _unblock_model_reconstruction(self, layer_id, layer): argument
847 def _unable_to_call_layer_due_to_serialization_issue( argument
921 def _restore_layer_unconditional_losses(layer): argument
934 def _restore_layer_activation_loss(layer): argument
979 def _restore_layer_metrics(layer): argument
1038 def _revive_setter(layer, name, value): argument
1194 def _maybe_add_serialized_attributes(layer, metadata): argument
1203 def _get_keras_attr(layer): argument
/external/armnn/src/armnnTestUtils/
DMockBackend.cpp62 bool IsLayerSupported(const armnn::Layer* layer) in IsLayerSupported()
83 bool IsLayerSupported(const armnn::Layer& layer) in IsLayerSupported()
88 bool IsLayerOptimizable(const armnn::Layer* layer) in IsLayerOptimizable()
99 bool IsLayerOptimizable(const armnn::Layer& layer) in IsLayerOptimizable()
177 { in OptimizeSubgraphView()
206 { in OptimizeSubgraphView()
248 { in OptimizeSubgraphView()
275 { in OptimizeSubgraphView()
DCreateWorkload.hpp34 std::unique_ptr<Workload> MakeAndCheckWorkload(Layer& layer, in MakeAndCheckWorkload()
75 ActivationLayer* const layer = graph.AddLayer<ActivationLayer>(layerDesc, "layer"); in CreateActivationWorkloadTest() local
111 Layer* const layer = graph.AddLayer<LayerType>("layer"); in CreateElementwiseWorkloadTest() local
145 Layer* const layer = graph.AddLayer<ElementwiseBinaryLayer>(descriptor, "layer"); in CreateElementwiseBinaryWorkloadTest() local
177 SubtractionLayer* const layer = graph.AddLayer<SubtractionLayer>("layer"); in CreateSubtractionWithBlobWorkloadTest() local
236 MultiplicationLayer* const layer = graph.AddLayer<MultiplicationLayer>("layer"); in CreateMultiplicationWithBlobWorkloadTest() local
292 AdditionLayer* const layer = graph.AddLayer<AdditionLayer>("layer"); in CreateAdditionWithBlobWorkloadTest() local
349 Layer* const layer = graph.AddLayer<armnn::ElementwiseUnaryLayer>(desc, "layer"); in CreateElementwiseUnaryWorkloadTest() local
388 …BatchNormalizationLayer* const layer = graph.AddLayer<BatchNormalizationLayer>(layerDesc, "layer"); in CreateBatchNormalizationWorkloadTest() local
446 …BatchNormalizationLayer* const layer = graph.AddLayer<BatchNormalizationLayer>(layerDesc, "layer"); in CreateBatchNormalizationWithBlobWorkloadTest() local
[all …]
/external/rust/android-crates-io/crates/tracing-subscriber/tests/layer_filters/
Dboxed.rs5 fn layer() -> (MockLayer, subscriber::MockHandle) { in layer() function
19 let layer = Box::new(layer.with_filter(filter())); in box_works() localVariable
34 let layer: Box<dyn Layer<_> + Send + Sync + 'static> = Box::new(layer.with_filter(filter())); in dyn_box_works() localVariable
Doption.rs18 let layer = layer.with_filter(Some(filter_out_everything())); in option_some() localVariable
36 let layer = layer.with_filter(None::<filter::DynFilterFn<_>>); in option_none() localVariable
53 let layer = layer in option_mixed() localVariable
/external/armnn/src/armnnDeserializer/
DDeserializer.cpp437 auto layer = GetBaseLayer(graph, index); in GetLayerName() local
794 auto layer = GetBaseLayer(graphPtr, layerIndex); in GetInputs() local
811 auto layer = GetBaseLayer(graphPtr, layerIndex); in GetOutputs() local
960 auto layer = graph->layers()->Get(i); in GetInputLayerInVector() local
977 auto layer = graph->layers()->Get(i); in GetOutputLayerInVector() local
994 LayerBaseRawPtr layer = GetBaseLayer(graph, i); in GetLayerIndexInVector() local
1101 IConnectableLayer* layer) in RegisterOutputSlots()
1127 armnn::IConnectableLayer* layer, in RegisterInputSlots()
1208 IConnectableLayer* layer = m_Network->AddElementwiseUnaryLayer(descriptor, layerName.c_str()); in ParseAbs() local
1235 IConnectableLayer* layer = m_Network->AddActivationLayer(descriptor, in ParseActivation() local
[all …]
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ops/
Dlayer_utils.h61 nvinfer1::IElementWiseLayer* layer = network_->addElementWise( in Add() local
73 nvinfer1::IElementWiseLayer* layer = network_->addElementWise( in Min() local
85 nvinfer1::IElementWiseLayer* layer = network_->addElementWise( in Max() local
98 nvinfer1::IUnaryLayer* layer = in AbsFloat() local
148 nvinfer1::IElementWiseLayer* layer = network_->addElementWise( in Sub() local
159 nvinfer1::IElementWiseLayer* layer = network_->addElementWise( in Greater() local
170 nvinfer1::IElementWiseLayer* layer = network_->addElementWise( in Equal() local
181 nvinfer1::IElementWiseLayer* layer = network_->addElementWise( in FloorDiv() local
217 nvinfer1::IElementWiseLayer* layer = network_->addElementWise( in Mul() local
380 nvinfer1::ISliceLayer* layer = in Slice() local
[all …]
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_compositor.c293 default_rect(struct vl_compositor_layer *layer) in default_rect()
315 calc_src_and_dst(struct vl_compositor_layer *layer, unsigned width, unsigned height, in calc_src_and_dst()
330 unsigned layer, struct pipe_video_buffer *buffer, in set_yuv_layer()
406 unsigned layer, struct pipe_sampler_view *v, in set_rgb_to_yuv_layer()
540 unsigned layer, void *blend, in vl_compositor_set_layer_blend()
553 unsigned layer, struct u_rect *dst_area) in vl_compositor_set_layer_dst_area()
571 unsigned layer, in vl_compositor_set_buffer_layer()
642 unsigned layer, in vl_compositor_set_palette_layer()
675 unsigned layer, in vl_compositor_set_rgba_layer()
712 unsigned layer, in vl_compositor_set_layer_rotation()
[all …]
/external/python/pyasn1-modules/tools/
Dcmcdump.py31 layer, rest = decoder.decode(data, asn1Spec=rfc5652.ContentInfo()) variable
42 layer, rest = decoder.decode(data, asn1Spec=rfc5652.SignedData()) variable
53 layer, rest = decoder.decode(data, asn1Spec=rfc6402.PKIData()) variable
/external/armnn/src/armnn/
DNetworkUtils.cpp27 void ChangeOutputFp16ToFp32(Layer& layer) in ChangeOutputFp16ToFp32()
41 Layer& layer, in InsertConvertFp16ToFp32LayersBefore()
79 std::vector<ConvertFp32ToFp16Layer*> InsertConvertFp32ToFp16LayersAfter(Graph& graph, Layer& layer) in InsertConvertFp32ToFp16LayersAfter()
112 std::vector<DebugLayer*> InsertDebugLayerAfter(Graph& graph, Layer& layer, bool toFile) in InsertDebugLayerAfter()
/external/tensorflow/tensorflow/python/keras/utils/
Dlayer_utils.py28 def get_source_inputs(tensor, layer=None, node_index=None): argument
190 def print_layer_summary(layer): argument
213 def print_layer_summary_with_connections(layer): argument
312 def is_builtin_layer(layer): argument
/external/libopus/dnn/torch/osce/utils/
Dcomplexity.py3 def _conv1d_flop_count(layer, rate): argument
7 def _dense_flop_count(layer, rate): argument
/external/webrtc/modules/rtp_rtcp/source/
Drtp_video_layers_allocation_extension.cc135 for (const auto& layer : allocation.active_spatial_layers) { in SpatialLayersBitmasksPerRtpStream() local
190 for (const auto& layer : allocation.active_spatial_layers) { in Write() local
291 auto& layer = allocation->active_spatial_layers.back(); in Parse() local
303 for (auto& layer : allocation->active_spatial_layers) { in Parse() local
326 for (auto& layer : allocation->active_spatial_layers) { in Parse() local
/external/libvpx/vp9/
Dratectrl_rtc.cc53 int layer = LAYER_IDS_TO_IDX(sl, tl, cpi_->oxcf.ts_number_layers); in ~VP9RateControlRTC() local
164 const int layer = in UpdateRateControl() local
207 const int layer = LAYER_IDS_TO_IDX(cpi_->svc.spatial_layer_id, in ComputeQP() local
330 const int layer = LAYER_IDS_TO_IDX(cpi_->svc.spatial_layer_id, in PostEncodeUpdate() local
/external/armnn/src/armnn/test/optimizations/
DConvertConstDequantisationLayersToConstLayersTest.cpp24 auto checkConstantFloat16 = [](const armnn::Layer *const layer)
29 auto checkConstantQAsymmS8 = [](const armnn::Layer *const layer)
30 { in __anond6b40e380302()
35 { in __anond6b40e380402()
/external/webrtc/video/
Dalignment_adjuster.cc30 for (auto& layer : config->simulcast_layers) { in RoundToMultiple() local
83 config->simulcast_layers, [](const webrtc::VideoStream& layer) { in GetAlignmentAndMaybeAdjustScaleFactors()
102 for (auto& layer : config->simulcast_layers) { in GetAlignmentAndMaybeAdjustScaleFactors() local

12345678910>>...36