Home
last modified time | relevance | path

Searched refs:depthwise_conv2d_native (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/python/kernel_tests/
Dneon_depthwise_conv_op_test.py132 conv_native = nn_ops.depthwise_conv2d_native(
215 conv = nn_ops.depthwise_conv2d_native(
Ddepthwise_conv_op_test.py338 conv_native = nn_ops.depthwise_conv2d_native(
508 conv = nn_ops.depthwise_conv2d_native(
/external/tensorflow/tensorflow/python/tools/
Doptimize_for_inference_test.py179 ("NHWC", False, nn_ops.depthwise_conv2d_native),
180 ("NCHW", True, nn_ops.depthwise_conv2d_native)
240 ("NHWC", nn_ops.depthwise_conv2d_native),
241 ("NCHW", nn_ops.depthwise_conv2d_native)]:
/external/tensorflow/tensorflow/compiler/tests/
Ddepthwise_conv_op_test.py200 conv_native = nn_ops.depthwise_conv2d_native(
281 conv = nn_ops.depthwise_conv2d_native(
/external/tensorflow/tensorflow/python/ops/
Dnn_impl.py857 return nn_ops.depthwise_conv2d_native(
867 return nn_ops.depthwise_conv2d_native(
1066 return nn_ops.depthwise_conv2d_native(
Dnn_grad.py116 gen_nn_ops.depthwise_conv2d_native(
139 gen_nn_ops.depthwise_conv2d_native(
Dnn_ops.py2779 def depthwise_conv2d_native( # pylint: disable=redefined-builtin,dangerous-default-value function
2840 return gen_nn_ops.depthwise_conv2d_native(
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.nn.pbtxt160 name: "depthwise_conv2d_native"