Home
last modified time | relevance | path

Searched refs:depthwise_conv2d (Results 1 – 20 of 20) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Dnn_grad_test.py96 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)
Dnn_impl.py504 def depthwise_conv2d(input, function
628 return depthwise_conv2d(input=input,
Dimage_ops_impl.py2926 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/
Ddepthwise_conv_op_test.py176 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)
Datrous_conv2d_test.py229 y1 = nn_impl.depthwise_conv2d(
231 y2 = nn_impl.depthwise_conv2d(x, f_up, strides, padding)
Dneon_depthwise_conv_op_test.py143 conv_interface = nn_impl.depthwise_conv2d(
Dconv_ops_test.py2434 conv = nn_impl.depthwise_conv2d(
/external/tensorflow/tensorflow/core/api_def/python_api/
Dapi_def_DepthwiseConv2dNative.pbtxt3 deprecation_message: "Use nn.depthwise_conv2d instead"
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_DepthwiseConv2dNative.pbtxt41 `in_channels` convolutional filters of depth 1, `depthwise_conv2d` applies
/external/tensorflow/tensorflow/contrib/quantize/python/
Dquantize_test.py542 conv1 = nn.depthwise_conv2d(
545 conv2 = nn.depthwise_conv2d(
Dfold_batch_norms.py469 conv = nn.depthwise_conv2d(
877 return nn.depthwise_conv2d(
/external/tensorflow/tensorflow/lite/g3doc/guide/
Dops_compatibility.md53 * [tf.nn.depthwise_conv2d](https://www.tensorflow.org/api_docs/python/tf/nn/depthwise_conv2d) -
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.nn.pbtxt124 name: "depthwise_conv2d"
/external/tensorflow/tensorflow/core/graph/
Dmkl_layout_pass.cc261 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/
Dlayers.py1282 outputs = nn.depthwise_conv2d(inputs, depthwise_weights,
2818 outputs = nn.depthwise_conv2d(
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.nn.pbtxt148 name: "depthwise_conv2d"
/external/tensorflow/tensorflow/python/keras/
Dbackend.py4498 def depthwise_conv2d(x, function
4534 x = nn.depthwise_conv2d(
/external/tensorflow/tensorflow/python/keras/layers/
Dconvolutional.py1808 outputs = backend.depthwise_conv2d(
/external/tensorflow/tensorflow/lite/testing/
Dgenerate_examples.py1868 out = tf.nn.depthwise_conv2d(
/external/tensorflow/tensorflow/compiler/xla/g3doc/
Doperation_semantics.md690 details, see `tf.nn.depthwise_conv2d`.