Skip to content

Commit

Permalink
rename method
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosuc3m committed Sep 3, 2023
1 parent 9fbb8ce commit 50f1c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/bioimage/modelrunner/tensor/Tensor.java
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ public static < T extends RealType< T > & NativeType< T > > Tensor< T > buildEmp
* @return the tensor
*/
public static < T extends RealType< T > & NativeType< T > >
Tensor< T > buildEmptyTensorAndAllocateMemory( final String tensorName,
Tensor< T > buildBlankTensor( final String tensorName,
final String axes, final long[] shape,
final T dtype)
{
Expand Down

0 comments on commit 50f1c07

Please sign in to comment.