Skip to content

Commit 12e3aeb

Browse files
lambertacopybara-github
authored andcommitted
Fix typo in extend/op
PiperOrigin-RevId: 268100142
1 parent 32528c3 commit 12e3aeb

File tree

1 file changed

+1
-1
lines changed
  • site/en/r1/guide/extend

1 file changed

+1
-1
lines changed

site/en/r1/guide/extend/op.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Adding a New Op
22

3-
Note: To garantee that your C++ custom ops are ABI compatible with TensorFlow's
3+
Note: To guarantee that your C++ custom ops are ABI compatible with TensorFlow's
44
official pip packages, please follow the guide at
55
[Custom op repository](https://github.com/tensorflow/custom-op). It has an
66
end-to-end code example, as well as Docker images for building and distributing

0 commit comments

Comments
 (0)