File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
.classpath
7
7
.project
8
8
.settings /
9
- cbng-build .log
9
+ * .log
10
10
.idea /
Original file line number Diff line number Diff line change @@ -143,10 +143,10 @@ which provide access to the data of the tensor. The most important ones of them
143
143
|===
144
144
|clause|description
145
145
146
- |link:{javadoc-baseurl}/core/tensor/lang/OngoingTensorManipulation.html#extract( java.lang.Object...) [from(tensor).get(Object... coordinates);]
146
+ |link:{javadoc-baseurl}/core/tensor/lang/OngoingTensorManipulation.html#get- java.lang.Object...- [from(tensor).get(Object... coordinates);]
147
147
|Retrieves the value at the given coordinates.
148
148
149
- |link:{javadoc-baseurl}/core/tensor/lang/OngoingTensorManipulation.html#extract( java.lang.Object...) [from(tensor).extract(Object... coordinates);]
149
+ |link:{javadoc-baseurl}/core/tensor/lang/OngoingTensorManipulation.html#extract- java.lang.Object...- [from(tensor).extract(Object... coordinates);]
150
150
|Extracts the sub tensor at the given coordinates.
151
151
|===
152
152
You can’t perform that action at this time.
0 commit comments