HomeSort by relevance Sort by last modified time
    Searched full:layer (Results 1326 - 1350 of 6628) sorted by null

<<51525354555657585960>>

  /external/tensorflow/tensorflow/compiler/tests/
lstm.py 15 """A simple LSTM layer with benchmarks.
17 This sets up a simple LSTM (Long Short Term Memory) layer, unrolled to a fixed
86 """Unrolls a layer of LSTM cells forward by the sequence length.
138 """Builds a single LSTM layer with random weights and inputs.
142 seq_length: The sequence length to unroll the LSTM layer.
  /external/tensorflow/tensorflow/contrib/lite/models/testdata/g3doc/
README.md 28 size of 40 (float), an output size of 7 (float), one Svdf layer, and four fully
48 (float), two fully connected layers, three Lstm layers, and one recurrent layer
72 of three embedding layer, three LSTM layers, followed by a multiplication, a
86 The model consists of a convolutional layer, followed by a fully-connected
87 layer, two LSTM layers, and two additional fully-connected layers.
  /external/tensorflow/tensorflow/python/keras/_impl/keras/layers/
embeddings.py 15 """Embedding layer.
25 from tensorflow.python.keras._impl.keras.engine import Layer
31 class Embedding(Layer):
36 This layer can only be used as the first layer in a model.
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
screenshare_layers.cc 71 // No flags needed for 1 layer screenshare.
156 // improve since the errors in this layer will propagate to TL1.
206 // Regardless of pattern the frame after a base layer sync will always
207 // be a layer sync.
252 // If layer is in the quality boost state (following a dropped frame), update
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4lib_int.h 73 int refSelectCode; /* enhancement layer reference select code */
125 int enhancementType; /* VOL type of enhancement layer */
208 /* Data used to facilitate multiple layer decoding. 05/04/2000 */
210 Vop **vopHeader; /* one for each layer. 08/29/2000 */
253 int currLayer; /* Current frame layer */
  /frameworks/base/core/java/android/net/
TrafficStats.java 466 * network layer, so they include both TCP and UDP usage.
483 * network layer, so they include both TCP and UDP usage.
500 * network layer, so they include both TCP and UDP usage.
517 * layer, so they include both TCP and UDP usage.
639 * device boot. Statistics are measured at the network layer, so they
656 * device boot. Statistics are measured at the network layer, so they
673 * device boot. Statistics are measured at the network layer, so they
690 * boot. Statistics are measured at the network layer, so they include both
708 * layer, so they include both TCP and UDP usage.
741 * layer, so they include both TCP and UDP usage
    [all...]
  /frameworks/base/libs/hwui/
OpenGLReadback.cpp 274 bool OpenGLReadbackImpl::copyLayerInto(renderthread::RenderThread& renderThread, GlLayer& layer,
276 if (!layer.isRenderable()) {
277 // layer has never been updated by DeferredLayerUpdater, abort copy
282 layer.getTexture(), layer.getTexTransform(),
RenderNode.cpp 67 LOG_ALWAYS_FATAL_IF(hasLayer(), "layer missed detachment!");
93 << (hasLayer() ? ", on HW Layer" : "") << ")" << std::endl;
192 // will need to be drawn in a layer.
222 // the layer to be updated. So we pop/push here to clear out the current
224 // affect, which will require the layer to be updated
235 // If we are not a layer OR we cannot be rendered (eg, view was detached)
259 // That might be us, so tell CanvasContext that this layer is in the
270 * stencil buffer may be needed. Views that use a functor to draw will be forced onto a layer.
346 // which would thrash the layer cache
  /frameworks/base/services/core/jni/
com_android_server_input_InputWindowHandle.cpp 52 jfieldID layer; member in struct:android::__anon45928
151 mInfo->layer = env->GetIntField(obj,
152 gInputWindowHandleClassInfo.layer);
291 GET_FIELD_ID(gInputWindowHandleClassInfo.layer, clazz,
292 "layer", "I");
  /frameworks/support/compat/src/main/java/androidx/core/view/accessibility/
AccessibilityWindowInfoCompat.java 105 * Gets the layer which determines the Z-order of the window. Windows
106 * with greater layer appear on top of windows with lesser layer.
108 * @return The window layer.
347 builder.append(", layer=").append(getLayer());
  /hardware/interfaces/wifi/1.0/vts/functional/
wifi_sta_iface_hidl_test.cpp 136 * Ensures that calls to enable, disable, and retrieve link layer stats
142 // No-op if link layer stats is not supported.
146 // Enable link layer stats collection.
150 // Retrieve link layer stats.
153 // Disable link layer stats collection.
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_display_external.cpp 270 void HWCDisplayExternal::PrepareDynamicRefreshRate(Layer *layer) {
271 if (layer->input_buffer->flags.video) {
272 metadata_refresh_rate_ = SanitizeRefreshRate(layer->frame_rate);
273 layer->frame_rate = current_refresh_rate_;
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_display.h 143 HWCLayer *GetHWCLayer(hwc2_layer_t layer);
174 virtual HWC2::Error SetCursorPosition(hwc2_layer_t layer, int x, int y);
223 bool IsLayerUpdating(const Layer *layer);
265 Layer *solid_fill_layer_ = NULL;
  /external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
esextcTextureCubeMapArrayStencilAttachments.cpp 234 "Could not attach texture layer to color attachment of read framebuffer");
250 "Could not attach texture layer to color attachment of read framebuffer");
635 * @param n_layers String storing number of layer-faces in cube map array texture;
650 " int layer;\n"
652 " for (layer = 0; layer < <-N_LAYERS->; layer++)\n"
654 " gl_Layer = layer;\n"
658 " gl_Layer = layer;\n"
662 " gl_Layer = layer;\n
    [all...]
  /external/libvpx/libvpx/vpx/
vp8cx.h 289 /*!\brief Codec control function to set the temporal layer id.
292 * layer id for each frame to be encoded. Note that this control must be set
434 /*!\brief Codec control function to set svc layer for spatial and temporal.
436 * layer and 0..#vpx_codec_enc_cfg::ts_number_layers for
437 * temporal layer.
453 /*!\brief Codec control function to get svc layer ID.
454 * \note The layer ID returned is for the data packet from the registered
461 /*!\brief Codec control function to register callback to get per layer packet.
711 /*!\brief vp9 svc layer parameters
713 * This defines the spatial and temporal layer id numbers for svc encoding
    [all...]
  /external/tensorflow/tensorflow/python/estimator/canned/
dnn.py 53 units: An int indicating the dimension of the logit layer. In the
56 hidden_units: Iterable of integer number of hidden units per layer.
58 activation_fn: Activation function applied to each layer.
61 input_layer_partitioner: Partitioner for input layer.
140 hidden_units: Iterable of integer number of hidden units per layer.
145 activation_fn: Activation function applied to each layer.
148 input_layer_partitioner: Partitioner for input layer. Defaults
288 hidden_units: Iterable of number hidden units per layer. All layers are
289 fully connected. Ex. `[64, 32]` means first layer has 64 nodes and
315 activation_fn: Activation function applied to each layer. If `None`, wil
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/core/drm/
hw_device_drm.cpp 370 Layer &layer = hw_layer_info.hw_layers.at(i); local
371 LayerBuffer *input_buffer = &layer.input_buffer;
378 if (layer.flags.solid_fill) {
395 // Unfortunately this layer will be skipped from validation because it's dimensions are
401 drm_atomic_intf_->Perform(DRMOps::PLANE_SET_ALPHA, pipe_id, layer.plane_alpha);
404 SetBlending(layer.blending, &blending);
416 if (layer.transform.flip_horizontal) {
419 if (layer.transform.flip_vertical) {
472 for (Layer &layer : hw_layer_info.hw_layers)
535 Layer &layer = hw_layer_info.hw_layers.at(i); local
    [all...]
  /external/libpcap/
CHANGES 13 Add a link-layer header type for RDS (IEC 62106) groups.
16 Removes the need for the "host-endian" link-layer header type.
78 Don't crash on filters testing a non-existent link-layer type
118 used for link-layer filtering. (Wireshark bug 9376)
127 Support filtering filtering E1 SS7 traffic on MTP2 layer Annex A
170 Add new link-layer type for NFC Forum LLCP.
196 Add some new link-layer header types.
216 Add a link-layer header type for STANAG 5066 D_PDUs.
217 Add a link-layer type for a variant of 3GPP TS 27.010.
219 Add a link-layer type for DVB-CI
    [all...]
  /external/opencv/ml/include/
ml.h     [all...]
  /external/libxaac/decoder/
ixheaacd_create.c 448 WORD32 layer = 0; local
460 for (stream = 0; (layer <= num_layer) && (stream < num_streams);) {
463 layer++;
464 if (layer <= num_layer) *tracks_in_layer = 0;
467 if (max_layer) *max_layer = (layer - 1);
475 WORD32 layer; local
499 for (layer = 0; layer < (signed)pstr_frame_data->scal_out_select + 1;
500 layer++) {
  /external/llvm/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 10 // JIT layer for breaking up modules and inserting callbacks to allow
32 /// @brief Compile-on-demand layer.
34 /// When a module is added to this layer a stub is created for each of its
36 /// added to the layer below. When a stub is called it triggers the extraction
171 /// @brief Construct a compile-on-demand layer instance.
181 /// @brief Add a module to the compile-on-demand layer.
232 /// @brief Get the address of a symbol provided by this layer, or some layer
358 // Build a resolver for the globals module and add it to the base layer.
  /external/skia/tests/
RecordOptsTest.cpp 163 // No change: layer paint isn't alpha-only.
169 // No change: layer paint has an effect.
306 // No change: nullptr filter layer paint not implemented.
308 // No change: layer paint is not alpha-only.
310 // No change: layer paint has an xfereffect.
312 // No change: filter layer paint has an xfereffect.
314 // No change: layer paint has a color filter.
316 // No change: filter layer paint has a color filter (until the optimization accounts for
387 // Test drawing w/ and w/o a simple layer (no bounds or paint), so see that drawing ops
  /external/skqp/tests/
RecordOptsTest.cpp 163 // No change: layer paint isn't alpha-only.
169 // No change: layer paint has an effect.
306 // No change: nullptr filter layer paint not implemented.
308 // No change: layer paint is not alpha-only.
310 // No change: layer paint has an xfereffect.
312 // No change: filter layer paint has an xfereffect.
314 // No change: layer paint has a color filter.
316 // No change: filter layer paint has a color filter (until the optimization accounts for
387 // Test drawing w/ and w/o a simple layer (no bounds or paint), so see that drawing ops
  /hardware/google/av/media/codecs/mp3/
C2SoftMp3Dec.cpp 181 unsigned layer = (header >> 17) & 3; local
182 if (layer == 0x00) return false;
200 if (layer == 3) { // layer I
220 } else { // layer II or III
238 bitrate = (layer == 2 /* L2 */) ? kBitrateV1L2[bitrate_index - 1] :
247 *out_num_samples = (layer == 1 /* L3 */) ? 576 : 1152;
258 size_t tmp = (layer == 1 /* L3 */) ? 72000 : 144000;
325 // mpeg layer 1 frame size is 384 samples per frame. This should introduce
  /hardware/qcom/display/msm8909/sdm/include/private/
hw_info_types.h 40 // in a given layer stack.
470 LayerStack *stack = NULL; // Input layer stack. Set by the caller.
472 uint32_t gpu_target_index = 0; // GPU target layer index. 0 if not present.
474 std::vector<Layer> hw_layers = {}; // Layers which need to be programmed on the HW
476 uint32_t index[kMaxSDELayers] = {}; // Indexes of the layers from the layer stack which need to
490 bool use_hw_cursor = false; // Indicates that HWCursor pipe needs to be used for cursor layer
537 uint32_t width = 0; // Layer mixer width
538 uint32_t height = 0; // Layer mixer height
540 LayerBufferFormat output_format = kFormatRGB101010; // Layer mixer output format

Completed in 1047 milliseconds

<<51525354555657585960>>