/external/tensorflow/tensorflow/compiler/xla/service/ |
hlo_opcode.h | 65 V(kConvolution, "convolution") \
|
hlo_verifier.h | 43 Status HandleConvolution(HloInstruction* convolution) override;
|
/external/tensorflow/tensorflow/contrib/lite/schema/ |
schema_v0.fbs | 57 CONVOLUTION = 1,
|
schema_v1.fbs | 62 CONVOLUTION = 1,
|
upgrade_schema_test.py | 71 "builtin_code": "CONVOLUTION"
|
/external/tensorflow/tensorflow/contrib/quantize/python/ |
graph_matcher_test.py | 44 return layers.convolution(
|
/external/tensorflow/tensorflow/contrib/slim/python/slim/nets/ |
resnet_v1_test.py | 89 # Convolution kernel. 126 # Convolution kernel. 204 """Verify the values of dense feature extraction by atrous convolution. 362 """Verify dense feature extraction with atrous convolution."""
|
resnet_v2_test.py | 89 # Convolution kernel. 126 # Convolution kernel. 208 """Verify the values of dense feature extraction by atrous convolution. 366 """Verify dense feature extraction with atrous convolution."""
|
/external/tensorflow/tensorflow/core/kernels/ |
mkl_conv_grad_filter_ops.cc | 152 // Create MKL primitives for convolution filter grad 206 // Create convolution-grad-filter primitive 521 // Create convolution backward weights primitive. 609 // add it to the net before convolution.
|
quantized_conv_ops.cc | 16 // Implements quantized eight-bit versions of the convolution operations. 37 // This functor implements the convolution operation in as simple a form as 194 // Implements convolution as a two stage process, first packing the patches of 491 // For 2D convolution, there should be 4 dimensions.
|
conv_ops_fused.cc | 16 // Implements convolution operations with other kernels baked into the 253 // stage of convolution. 400 // input tensor to the convolution into an entire buffer. The first approach 603 // Implements a version of convolution with bilinear resizing and mirror padding [all...] |
/external/tensorflow/tensorflow/docs_src/tutorials/ |
deep_cnn.md | 37 * Core mathematical components including @{tf.nn.conv2d$convolution} 38 ([wiki](https://en.wikipedia.org/wiki/Convolution)), 160 `conv1` | @{tf.nn.conv2d$convolution} and @{tf.nn.relu$rectified linear} activation. 163 `conv2` | @{tf.nn.conv2d$convolution} and @{tf.nn.relu$rectified linear} activation.
|
/external/tensorflow/tensorflow/examples/learn/ |
mnist.py | 33 """2-layer convolution model."""
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
conv1d_test.py | 15 """Tests for convolution related functionality in tensorflow.ops.nn."""
|
conv_ops_test.py | 48 """Iterator for smaller versions of convolution shapes in 2015 Inception. 56 Tuple (input_size, filter_size, out_size, stride, padding), the convolution 170 """Verifies the output values of the convolution function. 227 conv_strides: [row_stride, col_stride] for the convolution; 282 expected = nn_ops.convolution( [all...] |
/external/tensorflow/tensorflow/python/ops/ |
nn.py | 35 @@convolution
|
/external/tensorflow/tensorflow/tools/graph_transforms/ |
flatten_atrous.cc | 106 // Set up the new flattened version of the convolution op.
|
fold_batch_norms.cc | 31 // ops with the Mul baked into the convolution weights, to save computation
|
/external/webrtc/webrtc/common_audio/resampler/ |
sinc_resampler.h | 100 // Compute convolution of |k1| and |k2| over |input_ptr|, resultant sums are
|
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
enh_upsample.c | 65 /* filtering: simple convolution=inner products
|
refiner.c | 124 /* compute the segment (this is actually a convolution) */
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/ |
sobeloperator.cpp | 30 * Perform 1d convolution on 3 channel image either horizontally or vertically.
|
/frameworks/opt/net/voip/src/jni/rtp/ |
EchoSuppressor.cpp | 37 // It is well known that cross-correlation can be computed using convolution,
|
/external/opencv/cv/src/ |
cvderiv.cpp | 46 /* lightweight convolution with 3x3 kernel */ 64 /* set vars, so that vertical convolution 66 horizontal convolution won't run */ 78 /* set vars, so that vertical convolution won't run and 79 horizontal convolution will write results into destination ROI */ [all...] |
/external/tensorflow/tensorflow/compiler/xla/tests/ |
convolution_variants_test.cc | 16 // Tests of convolution variants -- kernel sizes, padding, and strides -- 46 // XLA:GPU sometimes uses FFT convolution which isn't as precise as spatial 47 // convolution. So relax the absolute error threshold. [all...] |