Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/layers/
Dseparable_convolutional_test.py93 self.assertEqual(layer.depthwise_kernel.constraint, d_constraint)
165 self.assertEqual(layer.depthwise_kernel.constraint, d_constraint)
Dconvolutional.py1294 self.depthwise_kernel = self.add_weight(
1489 depthwise_kernel = array_ops.expand_dims(self.depthwise_kernel, 0)
1499 depthwise_kernel,
1653 self.depthwise_kernel,
1788 self.depthwise_kernel = self.add_weight(
1810 self.depthwise_kernel,
/external/tensorflow/tensorflow/python/layers/
Dconvolutional_test.py386 self.assertEqual(layer.depthwise_kernel.get_shape().as_list(), [3, 4, 1])
396 self.assertEqual(layer.depthwise_kernel.get_shape().as_list(), [3, 4, 2])
407 self.assertEqual(layer.depthwise_kernel.get_shape().as_list(), [3, 4, 1])
561 self.assertListEqual(layer.depthwise_kernel.get_shape().as_list(),
574 self.assertListEqual(layer.depthwise_kernel.get_shape().as_list(),
587 self.assertListEqual(layer.depthwise_kernel.get_shape().as_list(),
602 self.assertListEqual(layer.depthwise_kernel.get_shape().as_list(),
763 self.assertListEqual(layer.depthwise_kernel.get_shape().as_list(),
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dimage_resize_ops.cc179 auto depthwise_kernel = in MakeGeneralResizeKernel() local
183 return xla::Mul(depthwise_kernel, in MakeGeneralResizeKernel()
/external/tensorflow/tensorflow/python/keras/
Dbackend.py4375 depthwise_kernel, argument
4420 depthwise_kernel = array_ops.expand_dims(depthwise_kernel, 0)
4426 depthwise_kernel,
4443 depthwise_kernel, argument
4487 depthwise_kernel,
4499 depthwise_kernel, argument
4536 depthwise_kernel,
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.keras.backend.pbtxt425 …argspec: "args=[\'x\', \'depthwise_kernel\', \'pointwise_kernel\', \'strides\', \'padding\', \'dat…
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.keras.backend.pbtxt429 …argspec: "args=[\'x\', \'depthwise_kernel\', \'pointwise_kernel\', \'strides\', \'padding\', \'dat…
/external/tensorflow/tensorflow/contrib/layers/python/layers/
Dlayers.py2783 _add_variable_to_collections(layer.depthwise_kernel,