Home
last modified time | relevance | path

Searched refs:DepthwiseConv2D (Results 1 – 24 of 24) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/xnnpack/
Ddepthwise_conv_2d_test.cc28 TEST(DepthwiseConv2D, 1x1) {
49 TEST(DepthwiseConv2D, 2x2) {
71 TEST(DepthwiseConv2D, 3x3) {
93 TEST(DepthwiseConv2D, 3x3Stride2) {
117 TEST(DepthwiseConv2D, 5x5) {
139 TEST(DepthwiseConv2D, 5x5Stride2) {
163 TEST(DepthwiseConv2D, SmallKernelWithSamePadding) { in TEST() argument
190 TEST(DepthwiseConv2D, SmallKernelWithValidPadding) { in TEST() argument
217 TEST(DepthwiseConv2D, StrideWithSamePadding) { in TEST() argument
248 TEST(DepthwiseConv2D, StrideWithValidPadding) { in TEST() argument
[all …]
/external/tensorflow/tensorflow/lite/micro/kernels/vexriscv/doc/
DDepthwiseConv2D_int8.md1 # Design of DepthwiseConv2D for VexRISCV
29 among the models deployed on edge devices: DepthwiseConv2D (see
30 [TensorFlow Python API](https://www.tensorflow.org/api_docs/python/tf/keras/layers/DepthwiseConv2D);
65 with DepthwiseConv2D layers using TensorFlow Lite Micro will benefit from this
88 beneficial to implement DepthwiseConv2D in a depth-centric manner, namely,
100 * Relating sequential memory access to DepthwiseConv2D
103 ### Relating sequential memory access to DepthwiseConv2D
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.keras.layers.-depthwise-conv2-d.pbtxt1 path: "tensorflow.keras.layers.DepthwiseConv2D"
3 is_instance: "<class \'tensorflow.python.keras.layers.convolutional.DepthwiseConv2D\'>"
Dtensorflow.keras.layers.pbtxt152 name: "DepthwiseConv2D"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.keras.layers.-depthwise-conv2-d.pbtxt1 path: "tensorflow.keras.layers.DepthwiseConv2D"
3 is_instance: "<class \'tensorflow.python.keras.layers.convolutional.DepthwiseConv2D\'>"
Dtensorflow.keras.layers.pbtxt144 name: "DepthwiseConv2D"
/external/tensorflow/tensorflow/lite/micro/kernels/vexriscv/
DREADME.md49 * [DepthwiseConv2D](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/micro/ke…
/external/tensorflow/tensorflow/lite/g3doc/guide/
Dops_version.md167 we implemented a new op kernel which can handle `DepthwiseConv2D` version 1 and
220 `DepthwiseConv2D`:
/external/tensorflow/tensorflow/lite/delegates/hexagon/
DREADME.md71 * DepthwiseConv2D:
/external/tensorflow/tensorflow/python/keras/mixed_precision/
Dlayer_correctness_test.py89 ('DepthwiseConv2D', lambda: convolutional.DepthwiseConv2D(2, 2),
/external/tensorflow/tensorflow/python/keras/applications/
Dmobilenet.py418 x = layers.DepthwiseConv2D((3, 3),
Dmobilenet_v2.py449 x = layers.DepthwiseConv2D(
Defficientnet.py468 x = layers.DepthwiseConv2D(
Dmobilenet_v3.py518 x = layers.DepthwiseConv2D(
Dresnet.py402 x = layers.DepthwiseConv2D(
/external/tensorflow/tensorflow/python/keras/benchmarks/layer_benchmarks/
Dlayer_benchmarks_test.py111 ("DepthwiseConv2D_small_shape", tf.keras.layers.DepthwiseConv2D,
/external/tensorflow/tensorflow/lite/delegates/coreml/
DREADME.md73 * DepthwiseConv2D
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dprepare_patterns.td131 [(UsedBy<"DepthwiseConv2D"> $old_value)], (addBenefit 10)>;
/external/tensorflow/tensorflow/python/keras/layers/
D__init__.py103 from tensorflow.python.keras.layers.convolutional import DepthwiseConv2D
Dconvolutional.py2258 class DepthwiseConv2D(Conv2D): class
2362 super(DepthwiseConv2D, self).__init__(
2461 config = super(DepthwiseConv2D, self).get_config()
Dconvolutional_test.py1157 keras.layers.DepthwiseConv2D,
/external/tensorflow/tensorflow/lite/g3doc/performance/
Dcoreml_delegate.md250 * DepthwiseConv2D
/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_quantized_conv_ops_test.cc642 TEST_F(QuantizedConv2DTest, DepthwiseConv2D) { in TEST_F() argument
/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
Dlegalize_tfl.cc107 DECL_CONVERT_OP(DepthwiseConv2D);