File tree Expand file tree Collapse file tree 2 files changed +175
-232
lines changed Expand file tree Collapse file tree 2 files changed +175
-232
lines changed Original file line number Diff line number Diff line change 31
31
from sparkdl .graph .input import TFInputGraph , TFInputGraphBuilder
32
32
33
33
########################################################
34
- # Copied from PySpark for backward compatibility. First in Apache Spark version 2.1.1.
34
+ # Copied from PySpark for backward compatibility.
35
+ # They first appeared in Apache Spark version 2.1.1.
35
36
########################################################
36
37
37
38
def keyword_only (func ):
@@ -99,7 +100,7 @@ def getOutputCol(self):
99
100
100
101
101
102
########################################################
102
- # New in sparkdl: TensorFlow Specific Parameters
103
+ # New in sparkdl
103
104
########################################################
104
105
105
106
class SparkDLTypeConverters (object ):
You can’t perform that action at this time.
0 commit comments