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

<<31323334353637383940>>

  /external/python/cpython2/Doc/c-api/
abstract.rst 7 Abstract Objects Layer
  /external/python/cpython3/Doc/c-api/
abstract.rst 6 Abstract Objects Layer
  /external/skia/resources/lua/
slides_content2.lua 82 -- layer "hoisting"
92 -- multiple pictures each drawing to its own layer
96 -- "layer hoisting" to reduce rendertarget switching
97 -- layer atlasing (also applies to imagefilters)
  /external/skia/tools/viewer/
ImGuiLayer.h 16 class ImGuiLayer : public sk_app::Window::Layer {
StatsLayer.h 15 class StatsLayer : public sk_app::Window::Layer {
  /external/skqp/platform_tools/android/apps/skqp/src/main/assets/resources/lua/
slides_content2.lua 82 -- layer "hoisting"
92 -- multiple pictures each drawing to its own layer
96 -- "layer hoisting" to reduce rendertarget switching
97 -- layer atlasing (also applies to imagefilters)
  /external/skqp/resources/lua/
slides_content2.lua 82 -- layer "hoisting"
92 -- multiple pictures each drawing to its own layer
96 -- "layer hoisting" to reduce rendertarget switching
97 -- layer atlasing (also applies to imagefilters)
  /external/skqp/tools/viewer/
ImGuiLayer.h 16 class ImGuiLayer : public sk_app::Window::Layer {
StatsLayer.h 15 class StatsLayer : public sk_app::Window::Layer {
  /external/syslinux/gpxe/src/include/gpxe/
if_ether.h 26 /** An Ethernet link-layer header */
  /external/tensorflow/tensorflow/contrib/boosted_trees/estimator_batch/
dnn_tree_combined_estimator.py 18 logits of the DNN. The input layer of the DNN (including the embeddings learned
79 dnn_hidden_units: List of hidden units per layer.
85 growing the tree a layer. This value has a big impact on model
88 the number of examples based on the depth of the layer that's
94 dnn_activation_fn: Activation function applied to each layer of the DNN.
98 dnn_input_layer_partitioner: Partitioner for input layer of the DNN.
100 dnn_input_layer_to_tree: Whether to provide the DNN's input layer
284 dnn_hidden_units: List of hidden units per layer for DNN.
290 growing the tree a layer. This value has a big impact on model
293 the number of examples based on the depth of the layer that'
    [all...]
  /external/tensorflow/tensorflow/contrib/crf/
BUILD 2 # Contains classes to construct a CRF layer
  /external/tensorflow/tensorflow/contrib/receptive_field/python/util/
receptive_field.py 34 """Computes RF size at the input of a given layer.
37 stride: Stride of given layer (integer).
38 kernel_size: Kernel size of given layer (integer).
39 rf_size_output: RF size at output of given layer (integer).
42 rf_size_input: RF size at input of given layer (integer).
48 """Computes effective stride at the input of a given layer.
51 stride: Stride of given layer (integer).
52 effective_stride_output: Effective stride at output of given layer
56 effective_stride_input: Effective stride at input of given layer
64 """Computes effective padding at the input of a given layer
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
avgpooling_op.h 53 // top_diff: backprop to the output of the pooling layer
58 // pooled_height: the height of the output to the pooling layer
59 // pooled_width: the width of the output to the pooling layer
66 // bottom_diff: backprop to the input of the pooling layer.
  /external/tensorflow/tensorflow/python/keras/_impl/keras/layers/
local.py 27 from tensorflow.python.keras._impl.keras.engine import Layer
34 class LocallyConnected1D(Layer):
35 """Locally-connected layer for 1D inputs.
37 The `LocallyConnected1D` layer works similarly to
38 the `Conv1D` layer, except that weights are unshared,
68 use_bias: Boolean, whether the layer uses a bias vector.
75 the output of the layer (its "activation")..
199 class LocallyConnected2D(Layer):
200 """Locally-connected layer for 2D inputs.
202 The `LocallyConnected2D` layer works similarl
    [all...]
  /external/webrtc/webrtc/modules/audio_device/
audio_device_config.h 23 // Windows Core Audio is the default audio layer in Windows.
  /external/webrtc/webrtc/modules/video_coding/codecs/vp9/
vp9_impl.h 62 LayerFrameRefSettings layer[kMaxVp9NumberOfSpatialLayers]; member in struct:webrtc::VP9EncoderImpl::SuperFrameRefSettings
63 uint8_t start_layer = 0; // The first spatial layer to be encoded.
64 uint8_t stop_layer = 0; // The last spatial layer to be encoded.
93 // Callback function for outputting packets per spatial layer.
  /external/webview_support_interfaces/src/org/chromium/support_lib_boundary/
WebSettingsBoundaryInterface.java 9 // app-facing classes should have a boundary-interface that the WebView glue layer can build
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
cvei.h 145 /** Specifies whether base only (iNumLayer = 1) or base + enhancement layer
150 base layer and iFrameWidth[1] is for enhanced layer. */
154 base layer and iFrameHeight[1] is for enhanced layer. */
158 layer and iBitRate[1] is for base+enhanced layer.*/
162 base layer and iFrameRate[1] is for base+enhanced layer. */
300 /** The number of layer encoded, 0 for base, 1 for enhanced. *
    [all...]
  /frameworks/base/libs/hwui/
Caches.h 115 * Can be used to delete a layer from a non EGL thread.
117 void deleteLayerDeferred(Layer* layer);
189 std::vector<Layer*> mLayerGarbage;
ShadowTessellator.h 33 // Assuming we use 6 rays and only 1 layer, Then we will have 2 hexagons, which
36 // Ambient shadow is using only 1 layer for opaque caster, otherwise, spot
54 // For the case we only have 1 layer, then we will just fill only 2/3 of it.
58 // Depending on the mode we are drawing, we can have 1 layer or 2 layers.
  /frameworks/base/libs/hwui/renderthread/
RenderProxy.h 88 ANDROID_API bool copyLayerInto(DeferredLayerUpdater* layer, SkBitmap& bitmap);
89 ANDROID_API void pushLayerUpdate(DeferredLayerUpdater* layer);
90 ANDROID_API void cancelLayerUpdate(DeferredLayerUpdater* layer);
91 ANDROID_API void detachSurfaceTexture(DeferredLayerUpdater* layer);
  /frameworks/base/services/core/java/com/android/server/input/
InputWindowHandle.java 84 // Window layer.
85 public int layer; field in class:InputWindowHandle
110 .append(", layer=").append(layer)
  /frameworks/native/headers/media_plugin/media/openmax/
OMX_VideoExt.h 120 /** VP8 temporal layer patterns */
135 * eTemporalPattern : Type of temporal layer pattern
339 /** temporal layer patterns */
344 // pattern where frames in any layer other than the base layer only depend on at most the very
345 // last frame from each preceding layer (other than the base layer.)
352 * previous layer's framerate.
366 * starting from and including the base-layer.
373 * bBitrateRatiosSpecified : Flag to indicate if layer-wise bitrat
    [all...]
  /frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
luts_for_speedup_f32.rsh 10 // A lookup table that heuristically computes the probability that a layer with
41 // For a depth value within the focal layer, only depth values in front
42 // of the focal layer are considered as its potential occluders. That
44 // than y but is still within the focal layer is _not_ considered as an

Completed in 7165 milliseconds

<<31323334353637383940>>