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

<<11121314151617181920>>

  /external/tensorflow/tensorflow/python/keras/_impl/keras/layers/
normalization.py 26 from tensorflow.python.keras._impl.keras.engine import Layer
32 class BatchNormalization(tf_normalization_layers.BatchNormalization, Layer):
33 """Batch normalization layer (Ioffe and Szegedy, 2014).
35 Normalize the activations of the previous layer at each batch,
42 For instance, after a `Conv2D` layer with
51 When the next layer is linear (also e.g. `nn.relu`),
53 will be done by the next layer.
66 when using this layer as the first layer in a model.
core.py 34 from tensorflow.python.keras._impl.keras.engine import Layer
44 class Masking(Layer):
52 If any downstream layer does not support masking yet receives such
58 to be fed to an LSTM layer.
63 - insert a `Masking` layer with `mask_value=0.` before the LSTM layer:
95 class Dropout(tf_core_layers.Dropout, Layer):
115 # 1) tf.layers.Dropout, 2) keras.layers.Layer, 3) tf.layers.Layer
286 class Activation(Layer)
    [all...]
  /frameworks/base/tests/HwAccelerationTest/res/layout/
view_layers_5.xml 32 android:text="Enable layer" />
38 android:text="Disable layer" />
44 android:text="Shrink layer" />
50 android:text="Grow layer" />
  /frameworks/native/services/surfaceflinger/
BufferLayer.h 21 #include "Layer.h"
57 class BufferLayer : public Layer, public BufferLayerConsumer::ContentsChangedListener {
71 // Overriden from Layer
75 * getTypeId - Provide unique string for each class type in the Layer
81 * isProtected - true if the layer may contain protected content in the
87 * isVisible - true if this layer is visible, false otherwise
96 // the this layer's size and format
136 bool isOpaque(const Layer::State& s) const override;
191 // The texture used to draw the layer in GLES composition mode
  /hardware/intel/img/hwcomposer/merrifield/common/base/
HwcLayer.h 37 // revisiting layer list.
41 // revisiting layer list.
61 HwcLayer(int index, hwc_layer_1_t *layer);
89 bool update(hwc_layer_1_t *layer);
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
HwcLayer.h 31 // revisiting layer list.
35 // revisiting layer list.
55 HwcLayer(int index, hwc_layer_1_t *layer);
83 bool update(hwc_layer_1_t *layer);
  /hardware/nxp/nfc/halimpl/tml/
phTmlNfc.h 18 * Transport Mapping Layer header files containing APIs related to initializing,
22 * API listed here encompasses Transport Mapping Layer interfaces required to be
58 * transaction passed from the TML layer to the Upper layer
80 * TML transreceive completion callback to Upper Layer
82 * pContext - Context provided by upper layer
89 * TML Deferred callback interface structure invoked by upper layer
168 * TML Configuration exposed to upper layer.
189 * TML Deferred Callback structure used to invoke Upper layer Callback function.
  /hardware/qcom/display/msm8909/sdm/include/private/
strategy_interface.h 39 bool use_cursor = false; //!< If this is set, strategy manager will configure cursor layer in the
40 //!< layer stack as hw cursor else it will be treated as a normal layer
43 //!< on hardware for the given layer stack.
  /hardware/qcom/display/msm8909/sdm/libs/hwc/
hwc_display_external_test.h 90 int InitLayer(Layer *layer);
91 int DeinitLayer(Layer *layer);
  /hardware/qcom/display/msm8909w_3100/sdm/include/private/
strategy_interface.h 39 bool use_cursor = false; //!< If this is set, strategy manager will configure cursor layer in the
40 //!< layer stack as hw cursor else it will be treated as a normal layer
43 //!< on hardware for the given layer stack.
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
hwc_display_external_test.h 90 int InitLayer(Layer *layer);
91 int DeinitLayer(Layer *layer);
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_copybit.h 37 //Draws layer if the layer is set for copybit in prepare
51 int drawLayerUsingCopybit(hwc_context_t *dev, hwc_layer_1_t *layer,
66 void getLayerResolution(const hwc_layer_1_t* layer,
hwc_copybit.cpp 148 //GPU/CPU composition, don't change layer composition type
190 // numAppLayers-1, as we iterate till 0th layer index
201 // be drawn on the framebuffer or that are on the layer cache.
203 //There is no need to reset layer properties here as we return in
236 if(mCopyBitDraw == false) // there is no layer marked for copybit
242 ALOGE("%s: Render buffer layer handle is NULL", __FUNCTION__);
258 // numAppLayers-1, as we iterate from 0th layer index with HWC_COPYBIT flag
291 int CopyBit::drawLayerUsingCopybit(hwc_context_t *dev, hwc_layer_1_t *layer,
301 private_handle_t *hnd = (private_handle_t *)layer->handle;
319 src.handle = (native_handle_t *)layer->handle
    [all...]
  /hardware/qcom/display/msm8996/sdm/include/private/
strategy_interface.h 39 bool use_cursor = false; //!< If this is set, strategy manager will configure cursor layer in the
40 //!< layer stack as hw cursor else it will be treated as a normal layer
43 //!< on hardware for the given layer stack.
  /hardware/qcom/display/msm8998/sdm/include/private/
strategy_interface.h 39 bool use_cursor = false; //!< If this is set, strategy manager will configure cursor layer in the
40 //!< layer stack as hw cursor else it will be treated as a normal layer
43 //!< on hardware for the given layer stack.
  /packages/apps/Dialer/java/com/android/dialer/app/res/drawable/
seekbar_drawable.xml 18 <layer-list xmlns:android="http://schemas.android.com/apk/res/android">
38 </layer-list>
41 <layer-list xmlns:android="http://schemas.android.com/apk/res/android">
61 </layer-list>
  /packages/services/Car/car-lib/src/android/car/vms/
VmsLayer.java 26 * A VMS Layer which can be subscribed to by VMS clients.
33 // The layer Type.
36 // The layer Subtype.
39 // The layer version.
  /prebuilts/jdk/jdk8/darwin-x86/include/darwin/
jawt_md.h 61 * JAWT_SurfaceLayers protocol. Setting the layer property of this object will cause the
62 * specified layer to be overlaid on the Components rectangle. If the window the
63 * Component belongs to has a CALayer attached to it, this layer will be accessible via
68 @property (readwrite, retain) CALayer *layer; variable
  /prebuilts/jdk/jdk9/darwin-x86/include/darwin/
jawt_md.h 61 * JAWT_SurfaceLayers protocol. Setting the layer property of this object will cause the
62 * specified layer to be overlaid on the Components rectangle. If the window the
63 * Component belongs to has a CALayer attached to it, this layer will be accessible via
68 @property (readwrite, retain) CALayer *layer; variable
  /hardware/qcom/display/msm8994/libhwcomposer/
HWC2On1Adapter.cpp 87 auto& layer = contents->hwLayers[l]; local
88 std::free(const_cast<hwc_rect_t*>(layer.visibleRegionScreen.rects));
287 // Layer functions
290 layerHook<decltype(&Layer::setCursorPosition),
291 &Layer::setCursorPosition, int32_t, int32_t>);
294 layerHook<decltype(&Layer::setBuffer), &Layer::setBuffer,
298 layerHook<decltype(&Layer::setSurfaceDamage),
299 &Layer::setSurfaceDamage, hwc_region_t>);
301 // Layer state function
588 auto layer = mDevice.mLayers[layerId]; local
603 auto layer = *mLayers.emplace(std::make_shared<Layer>(*this)); local
620 const auto layer = mapLayer->second; local
1062 const auto layer = mapLayer->second; local
1321 auto& layer = contents->hwLayers[layerId]; local
1348 Layer& layer = *mHwc1LayerMap[hwc1Id]; local
1375 auto& layer = hwcContents.hwLayers[l]; local
1425 Layer& layer = *mHwc1LayerMap[hwc1Id]; local
1603 output << fill << " Layer " << layer; local
2389 auto layer = layerEntry->second; local
2470 auto& layer = displayContents->hwLayers[l]; local
    [all...]
  /external/tensorflow/tensorflow/python/layers/
pooling.py 17 """Contains the pooling layer classes and their functional aliases.
32 class _Pooling1D(base.Layer):
33 """Pooling layer for arbitrary pooling functions, for 1D inputs.
50 name: A string, the name of the layer.
102 """Average Pooling layer for 1D inputs.
116 name: A string, the name of the layer.
136 """Average Pooling layer for 1D inputs.
151 name: A string, the name of the layer.
159 layer = AveragePooling1D(pool_size=pool_size,
164 return layer.apply(inputs
    [all...]
  /cts/hostsidetests/gputools/src/android/gputools/cts/
CtsRootlessGpuDebugHostTest.java 56 // This test ensures that the Vulkan loader can use Settings to load layer
64 // The RELEASE APK does contain one layer to ensure using Settings to enable
73 // - Ensure we can set the layer list (testDebugLayerLoadVulkan)
74 // - Ensure we can push a layer to debuggable app (testDebugLayerLoadVulkan)
76 // - Ensure we can load a layer from app's data directory (testDebugLayerLoadVulkan)
80 // - Ensure we cannot push a layer to non-debuggable app (testReleaseLayerLoad)
84 // - Ensure we cannot use system properties when layer is found via Settings with debuggable app (testSystemPropertyIgnoreVulkan)
118 * Extract the requested layer from APK and copy to tmp
120 private void setupLayer(String layer) throws Exception {
130 String layerPath = mDevice.executeAdbCommand("shell", "find", libPath + " -name " + layer);
    [all...]
  /external/tensorflow/tensorflow/contrib/bayesflow/python/kernel_tests/
layers_dense_variational_test.py 52 """Monitors layer calls to the underlying distribution."""
92 """Monitors layer calls to the divergence implementation."""
109 layer = layer_class(units=2)
115 self.assertListEqual(layer.losses, losses)
117 _ = layer(inputs)
122 self.assertListEqual(layer.losses, losses)
129 layer = layer_class(
138 self.assertListEqual(layer.losses, losses)
140 _ = layer(inputs)
145 self.assertListEqual(layer.losses, losses
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktSampleVerifier.cpp 94 int layer,
103 pixelPtr = m_levels[level].getPixelPtr(coord[0], layer, 0);
107 pixelPtr = m_levels[level].getPixelPtr(coord[0], coord[1], layer);
119 const tcu::Vec4 refPix = (m_imParams.dim == IMG_DIM_1D) ? levelAccess.getPixel(coord[0], layer, 0)
120 : (m_imParams.dim == IMG_DIM_2D || m_imParams.dim == IMG_DIM_CUBE) ? levelAccess.getPixel(coord[0], coord[1], layer)
129 int layer,
153 const int arrayLayer = layer / 6;
154 int arrayFace = layer % 6;
170 layer = arrayLayer * 6 + newFace;
286 fetchTexelWrapped(coord, layer, level, resultMin, resultMax)
    [all...]
  /external/libxcam/cl_kernel/
kernel_wavelet_denoise.cl 14 int layer, int decomLevels, float hardThresh, float softThresh)
28 layer = (layer > 1) ? layer : 1;
29 layer = (layer < decomLevels) ? layer : decomLevels;
35 int xScaler = pown(2.0f, layer);
36 int yScaler = pown(2.0f, (layer - 1));
38 int xScaler = pown(2.0f, (layer - 1))
    [all...]

Completed in 476 milliseconds

<<11121314151617181920>>