File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tensorflow-core/tensorflow-core-generator/src/main/java/org/tensorflow/op/generator Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1054,7 +1054,7 @@ private Set<TypeVariableName> buildInputsClass() {
1054
1054
return typeVars ;
1055
1055
}
1056
1056
1057
- /** Adds the GeneratedOpMetadata annotation */
1057
+ /** Adds the GeneratedOpMetadata annotation to the op class. */
1058
1058
private void addInputsMetadataAnnotation () {
1059
1059
builder .addAnnotation (
1060
1060
AnnotationSpec .builder (Names .GeneratedOpMetadata )
@@ -1063,7 +1063,7 @@ private void addInputsMetadataAnnotation() {
1063
1063
.build ());
1064
1064
}
1065
1065
1066
- /** Adds the GeneratedOpInputsMetadata annotation */
1066
+ /** Adds the GeneratedOpInputsMetadata annotation to the op input class. */
1067
1067
private void addInputsMetadataAnnotation (TypeSpec .Builder inputsBuilder ) {
1068
1068
inputsBuilder .addAnnotation (
1069
1069
AnnotationSpec .builder (Names .GeneratedOpInputsMetadata )
You can’t perform that action at this time.
0 commit comments