We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0e0a84 commit eb455bcCopy full SHA for eb455bc
2 files changed
src/TensorFlowNET.Core/Keras/Layers/Conv.cs
@@ -0,0 +1,10 @@
1
+using System;
2
+using System.Collections.Generic;
3
+using System.Text;
4
+
5
+namespace Tensorflow.Keras.Layers
6
+{
7
+ public class Conv
8
+ {
9
+ }
10
+}
…rFlowNET.Core/Layers/convolutional.py.cs …ensorFlowNET.Core/Keras/Layers/Conv2D.cssrc/TensorFlowNET.Core/Layers/convolutional.py.cs renamed to src/TensorFlowNET.Core/Keras/Layers/Conv2D.cs
@@ -3,9 +3,9 @@
using System.Text;
using Tensorflow.Operations.Activation;
-namespace Tensorflow.Layers
{
- public class Conv2D
+ public class Conv2D : Conv
private int filters;
11
private int[] kernel_size;
0 commit comments