HomeSort by relevance Sort by last modified time
    Searched full:convolution (Results 301 - 325 of 406) sorted by null

<<11121314151617

  /external/tensorflow/tensorflow/python/kernel_tests/
conv2d_transpose_test.py 15 """Tests for convolution related functionality in tensorflow.ops.nn."""
  /external/tensorflow/tensorflow/tools/api/golden/
tensorflow.nn.pbtxt 84 name: "convolution"
  /external/ImageMagick/www/api/
effect.html 168 <p>ConvolveImage() applies a custom convolution kernel to the image.</p>
225 <p>EdgeImage() finds edges in an image. Radius defines the radius of the convolution filter. Use a radius of 0 and EdgeImage() selects a suitable radius for you.</p>
  /external/mesa3d/docs/specs/
MESA_texture_array.spec 221 * Convolution will be performed on the image (possibly changing its
222 width and height) if SEPARABLE 2D or CONVOLUTION 2D is enabled.
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/
reference_util.cc 108 // Reuse the code for Array4D-convolution by extending the 3D input into a 4D
160 // apply a single convolution on the combined weights.
  /external/tensorflow/tensorflow/contrib/lite/toco/tflite/
operator.cc 58 class Convolution
786 new Convolution(::tflite::BuiltinOperator_CONV_2D, OperatorType::kConv));
    [all...]
  /external/tensorflow/tensorflow/python/keras/_impl/keras/applications/
nasnet.py 160 'separable convolution.')
476 strides: Strided convolution for downsampling
  /external/ImageMagick/Magick++/lib/Magick++/
Image.h 785 // Convolve image. Applies a user-specified convolution to the image.
787 // kernel_ is an array of doubles representing the convolution kernel.
    [all...]
  /external/tensorflow/tensorflow/contrib/kfac/python/kernel_tests/
fisher_blocks_test.py 592 locations upon which the convolution is applied.
611 # around the pixel upon which a convolution is applied. This makes testing
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
conv_grad_filter_ops.cc 210 // TODO(yangzihao): Add a CPU implementation for dilated convolution.
323 // TODO(yangzihao): Add a CPU implementation for dilated convolution.
    [all...]
conv_grad_input_ops.cc 213 // TODO(yangzihao): Add a CPU implementation for dilated convolution.
328 // TODO(yangzihao): Add a CPU implementation for dilated convolution.
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
ph_disp.cpp 595 // circular convolution with impulse response
851 /* circular convolution with impulse response */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
weakrefobject.c 84 * arbitrary Python code in the middle of gc is a disaster. The convolution
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
weakrefobject.c 85 * arbitrary Python code in the middle of gc is a disaster. The convolution
  /external/ImageMagick/utilities/
convert.1.in 153 apply a convolution kernel to the image
  /external/python/cpython2/Objects/
weakrefobject.c 84 * arbitrary Python code in the middle of gc is a disaster. The convolution
  /external/python/cpython3/Objects/
weakrefobject.c 86 * arbitrary Python code in the middle of gc is a disaster. The convolution
  /external/skia/src/effects/
SkBlurMask.cpp 391 // The "simple" blur is a direct implementation of separable convolution with a discrete
  /external/skia/tests/
BlurTest.cpp 207 // Perform a brute force convolution of a step function with a Gaussian.
  /external/skqp/src/effects/
SkBlurMask.cpp 389 // The "simple" blur is a direct implementation of separable convolution with a discrete
  /external/skqp/tests/
BlurTest.cpp 206 // Perform a brute force convolution of a step function with a Gaussian.
  /external/tensorflow/
RELEASE.md 464 * Improved convolution padding documentation.
490 * Allow uses of over-parameterized separable convolution.
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
ir_emitter.h 126 Status HandleConvolution(HloInstruction* convolution) override;
  /external/tensorflow/tensorflow/contrib/kfac/examples/
convnet.py 64 kernel_size: int. Width and height of the convolution kernel. The kernel is
  /external/tensorflow/tensorflow/contrib/receptive_field/python/util/
receptive_field_test.py 66 to max-pooling operations. Since the functionality is the same as convolution,

Completed in 1503 milliseconds

<<11121314151617