File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,8 @@ creates a part of the graph and returns output tensors.
113113 convert non-tensor inputs into tensors if they are using C++ operations.
114114 Note that the arguments are still described as a ` Tensor ` object of a
115115 specific dtype in the documentation.
116- * Each Python operation should have a ` name_scope ` like below. Pass as arguments ` name ` , a default name of the op, and a list of the input tensors.
116+ * Each Python operation should have a ` name_scope ` . As seen below, pass the name
117+ of the op as a string.
117118* Operations should contain an extensive Python comment with Args and Returns
118119 declarations that explain both the type and meaning of each value. Possible
119120 shapes, dtypes, or ranks should be specified in the description. See
You can’t perform that action at this time.
0 commit comments