File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -251,19 +251,15 @@ class AttributeChecker : public AttributeVisitor<AttributeChecker> {
251
251
void visitNonEphemeralAttr (NonEphemeralAttr *attr);
252
252
void checkOriginalDefinedInAttrs (ArrayRef<OriginallyDefinedInAttr*> Attrs);
253
253
254
- <<<<<<< HEAD
254
+ void visitDerivativeAttr (DerivativeAttr *attr);
255
255
// SWIFT_ENABLE_TENSORFLOW
256
256
void visitDifferentiableAttr (DifferentiableAttr *attr);
257
- void visitDerivativeAttr (DerivativeAttr *attr);
258
257
void visitTransposeAttr (TransposeAttr *attr);
259
258
// TODO(TF-999): Remove deprecated `@differentiating` attribute.
260
259
void visitDifferentiatingAttr (DerivativeAttr *attr);
261
260
void visitCompilerEvaluableAttr (CompilerEvaluableAttr *attr);
262
261
void visitNoDerivativeAttr (NoDerivativeAttr *attr);
263
262
// SWIFT_ENABLE_TENSORFLOW END
264
- =======
265
- void visitDerivativeAttr (DerivativeAttr *attr);
266
- >>>>>>> upstream_20191216
267
263
};
268
264
} // end anonymous namespace
269
265
You can’t perform that action at this time.
0 commit comments