Skip to content

Commit 483a7d6

Browse files
committed
edited forgotten merge markers
1 parent 5c1b137 commit 483a7d6

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

src/java/org/tensorics/core/tensorbacked/Tensorbackeds.java

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -149,11 +149,7 @@ public static <V, TB extends Tensorbacked<V>> OngoingTensorbackedConstruction<V,
149149
* quantities as values. This is a convenience method to calling the
150150
* {@link QuantityTensors#validitiesOf(Tensor)} method on the tensor
151151
* contained in the tensorbacked.
152-
<<<<<<< HEAD
153-
*
154-
=======
155152
*
156-
>>>>>>> refs/heads/as-map-not-part-of-tensor-interface-anymore
157153
* @param tensorbacked
158154
* the tensorbacked class from which to get the validities
159155
* @return a tensor containing only the validities of the values of the
@@ -168,11 +164,7 @@ public static <S> Tensor<Boolean> validitiesOf(Tensorbacked<QuantifiedValue<S>>
168164
* as values. This is a convenience method to calling
169165
* {@link QuantityTensors#valuesOf(Tensor)} on the tensor backing the
170166
* tensorbacked object.
171-
<<<<<<< HEAD
172167
*
173-
=======
174-
*
175-
>>>>>>> refs/heads/as-map-not-part-of-tensor-interface-anymore
176168
* @param tensorbacked
177169
* the tensorbacked object from which to retrieve the values
178170
* @return a tensor containing the values of quantities in the tensorbacked
@@ -186,11 +178,7 @@ public static <S> Tensor<S> valuesOf(Tensorbacked<QuantifiedValue<S>> tensorback
186178
* Retrieves the errors from the tensorbacked object. This is a convenience
187179
* method to calling {@link QuantityTensors#errorsOf(Tensor)} on the tensor
188180
* backing the tensorbacked object.
189-
<<<<<<< HEAD
190-
*
191-
=======
192181
*
193-
>>>>>>> refs/heads/as-map-not-part-of-tensor-interface-anymore
194182
* @param tensorbacked
195183
* the tensorbacked object from which to retrieve the errors
196184
* @return a tensor containing the errors of the quantities within the
@@ -203,11 +191,7 @@ public static <S> Tensor<Optional<S>> errorsOf(Tensorbacked<QuantifiedValue<S>>
203191
/**
204192
* Retrieves the unit of a tensorbacked object by looking at the underlaying
205193
* tensor.
206-
<<<<<<< HEAD
207-
*
208-
=======
209194
*
210-
>>>>>>> refs/heads/as-map-not-part-of-tensor-interface-anymore
211195
* @param tensorbacked
212196
* the tensorbacked object from which to retrieve the unit
213197
* @return the unit
@@ -220,11 +204,7 @@ public static <S> Unit unitOf(Tensorbacked<QuantifiedValue<S>> tensorbacked) {
220204

221205
/**
222206
* Retrieves a set of all positions within a tensorbacked class.
223-
<<<<<<< HEAD
224207
*
225-
=======
226-
*
227-
>>>>>>> refs/heads/as-map-not-part-of-tensor-interface-anymore
228208
* @param tensorbacked
229209
* the tensor backed object
230210
* @return a set containing all positions of the tensorbacked object
@@ -235,11 +215,7 @@ public static Set<Position> positionsOf(Tensorbacked<?> tensorbacked) {
235215

236216
/**
237217
* Retrieves the shape of the tensor backed object.
238-
<<<<<<< HEAD
239-
*
240-
=======
241218
*
242-
>>>>>>> refs/heads/as-map-not-part-of-tensor-interface-anymore
243219
* @param tensorbacked
244220
* the tensorbacke object from which to retrieve the shape
245221
* @return the shape of the internal tensor of the object
@@ -253,11 +229,7 @@ public static final Shape shapeOf(Tensorbacked<?> tensorbacked) {
253229
* the shapes is conserved from the iteration order of the input iterable
254230
* and the returned iterable will have the same number of elements than the
255231
* input collection.
256-
<<<<<<< HEAD
257-
*
258-
=======
259232
*
260-
>>>>>>> refs/heads/as-map-not-part-of-tensor-interface-anymore
261233
* @param tensorbackeds
262234
* the tensorbacked objects from which to get the shapes
263235
* @return an iterable contining the shapes of the tensor backed objects
@@ -270,11 +242,7 @@ public static final <TB extends Tensorbacked<?>> Iterable<Shape> shapesOf(Iterab
270242
* Starting for a fluent clause, that allows to flatten one or multiple
271243
* dimensions of the internal tensor of the tensor backed object into maps
272244
* or tensors of lists.
273-
<<<<<<< HEAD
274-
*
275-
=======
276245
*
277-
>>>>>>> refs/heads/as-map-not-part-of-tensor-interface-anymore
278246
* @param tensorbacked
279247
* the tensor backed object whose internal tensor is subject to
280248
* flattening of values
@@ -290,11 +258,7 @@ public static final <S> OngoingFlattening<S> flatten(Tensorbacked<S> tensorbacke
290258
* returns them in a new iterable. The order of iteration is conserved from
291259
* the input iterable and also duplicated entries are returned in a
292260
* duplicated manner.
293-
<<<<<<< HEAD
294261
*
295-
=======
296-
*
297-
>>>>>>> refs/heads/as-map-not-part-of-tensor-interface-anymore
298262
* @param tensorbackeds
299263
* the iterable of tensorbackeds from which to retrieve the
300264
* tensors
@@ -308,11 +272,7 @@ public static final <S> Iterable<Tensor<S>> tensorsOf(Iterable<? extends Tensorb
308272
/**
309273
* Starting point for a fluent clause to complete a tensorbacked object with
310274
* other values.
311-
<<<<<<< HEAD
312-
*
313-
=======
314275
*
315-
>>>>>>> refs/heads/as-map-not-part-of-tensor-interface-anymore
316276
* @param tensorbacked
317277
* the tensor backed object to complete
318278
* @return an intermediate object that will allow to specify details on how
@@ -327,11 +287,7 @@ public static final <S, TB extends Tensorbacked<S>> OngoingTensorbackedCompletio
327287
* the given class. The resulting dimensions must match the dimensions
328288
* required by the resulting object's class.
329289
* <p>
330-
<<<<<<< HEAD
331290
*
332-
=======
333-
*
334-
>>>>>>> refs/heads/as-map-not-part-of-tensor-interface-anymore
335291
* @param toBeMerged
336292
* the tensor backed objects that shall be merged into one
337293
* @param classToReturn

0 commit comments

Comments
 (0)