Searched refs:depthwise_conv2d (Results 1 – 20 of 20) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ |
D | nn_grad_test.py | 96 out = nn_impl.depthwise_conv2d(x, f, strides, padding) 125 y = nn_impl.depthwise_conv2d(x, f, strides, padding) 138 y = nn_impl.depthwise_conv2d(x, f, strides, padding) 151 out = nn_impl.depthwise_conv2d(x, f, strides, padding)
|
D | nn_impl.py | 504 def depthwise_conv2d(input, function 628 return depthwise_conv2d(input=input,
|
D | image_ops_impl.py | 2926 y = nn.depthwise_conv2d(x, kernel, strides=[1, 1, 1, 1], padding='VALID') 3184 output = nn.depthwise_conv2d(padded, kernels_tf, strides, 'VALID')
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | depthwise_conv_op_test.py | 176 conv_interface = nn_impl.depthwise_conv2d( 217 v = nn_impl.depthwise_conv2d( 402 depthwise_conv2d = nn_ops.depthwise_conv2d_native( 410 self.assertEqual(output_shape, depthwise_conv2d.get_shape()) 415 native_input, input_shape, depthwise_conv2d, output_shape) 418 filter_tensor, filter_shape, depthwise_conv2d, output_shape)
|
D | atrous_conv2d_test.py | 229 y1 = nn_impl.depthwise_conv2d( 231 y2 = nn_impl.depthwise_conv2d(x, f_up, strides, padding)
|
D | neon_depthwise_conv_op_test.py | 143 conv_interface = nn_impl.depthwise_conv2d(
|
D | conv_ops_test.py | 2434 conv = nn_impl.depthwise_conv2d(
|
/external/tensorflow/tensorflow/core/api_def/python_api/ |
D | api_def_DepthwiseConv2dNative.pbtxt | 3 deprecation_message: "Use nn.depthwise_conv2d instead"
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_DepthwiseConv2dNative.pbtxt | 41 `in_channels` convolutional filters of depth 1, `depthwise_conv2d` applies
|
/external/tensorflow/tensorflow/contrib/quantize/python/ |
D | quantize_test.py | 542 conv1 = nn.depthwise_conv2d( 545 conv2 = nn.depthwise_conv2d(
|
D | fold_batch_norms.py | 469 conv = nn.depthwise_conv2d( 877 return nn.depthwise_conv2d(
|
/external/tensorflow/tensorflow/lite/g3doc/guide/ |
D | ops_compatibility.md | 53 * [tf.nn.depthwise_conv2d](https://www.tensorflow.org/api_docs/python/tf/nn/depthwise_conv2d) -
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.nn.pbtxt | 124 name: "depthwise_conv2d"
|
/external/tensorflow/tensorflow/core/graph/ |
D | mkl_layout_pass.cc | 261 csinfo_.depthwise_conv2d = "DepthwiseConv2dNative"; in MklLayoutRewritePass() 383 rinfo_.push_back({csinfo_.depthwise_conv2d, in MklLayoutRewritePass() 384 mkl_op_registry::GetMklOpName(csinfo_.depthwise_conv2d), in MklLayoutRewritePass() 694 string depthwise_conv2d; member
|
/external/tensorflow/tensorflow/contrib/layers/python/layers/ |
D | layers.py | 1282 outputs = nn.depthwise_conv2d(inputs, depthwise_weights, 2818 outputs = nn.depthwise_conv2d(
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.nn.pbtxt | 148 name: "depthwise_conv2d"
|
/external/tensorflow/tensorflow/python/keras/ |
D | backend.py | 4498 def depthwise_conv2d(x, function 4534 x = nn.depthwise_conv2d(
|
/external/tensorflow/tensorflow/python/keras/layers/ |
D | convolutional.py | 1808 outputs = backend.depthwise_conv2d(
|
/external/tensorflow/tensorflow/lite/testing/ |
D | generate_examples.py | 1868 out = tf.nn.depthwise_conv2d(
|
/external/tensorflow/tensorflow/compiler/xla/g3doc/ |
D | operation_semantics.md | 690 details, see `tf.nn.depthwise_conv2d`.
|