Skip to content

Commit

Permalink
* Add necessary platform properties to build -gpu extensions on `l…
Browse files Browse the repository at this point in the history
…inux-arm64` and `linux-ppc64le` (issue #769)

 * Upgrade presets for OpenCV 4.1.1, NumPy 1.17.0, nGraph 0.24.0
  • Loading branch information
saudet committed Jul 31, 2019
1 parent 7cda277 commit 2be4c34
Show file tree
Hide file tree
Showing 1,264 changed files with 3,021 additions and 1,742 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@

* Add necessary platform properties to build `-gpu` extensions on `linux-arm64` and `linux-ppc64le` ([issue #769](https://github.com/bytedeco/javacpp-presets/issues/769))
* Add packages missing from TensorFlow ([issue #773](https://github.com/bytedeco/javacpp-presets/issues/773))
* Fix JPMS module names for OpenBLAS and Tesseract ([issue #772](https://github.com/bytedeco/javacpp-presets/issues/772))
* Include `env.h`, `kernels.h`, and `ops.h` to allow creating custom operations using the C API of TensorFlow
* Add profiles to parent `pom.xml` to detect host and use its artifacts: `mvn -Djavacpp.platform.custom -Djavacpp.platform.host ...`
* Add `-platform-gpu`, `-platform-python`, `-platform-python-gpu`, and `-platform-redist` artifacts for convenience
* Upgrade presets for FFmpeg 4.1.4, MKL-DNN 0.20.1, CPython 3.7.4, NumPy 1.17.0rc2, LLVM 8.0.1, MXNet 1.5.0, cpu_features 0.4.1, and their dependencies
* Upgrade presets for OpenCV 4.1.1, FFmpeg 4.1.4, MKL-DNN 0.20.1, CPython 3.7.4, NumPy 1.17.0, LLVM 8.0.1, MXNet 1.5.0, nGraph 0.24.0, cpu_features 0.4.1, and their dependencies

### July 9, 2019 version 1.5.1
* Add `linux-arm64` CI builds for OpenCV, FFmpeg, OpenBLAS, FFTW, GSL, Leptonica, Tesseract, and others ([issue bytedeco/javacv#1021](https://github.com/bytedeco/javacv/issues/1021))
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ The JavaCPP Presets depend on Maven, a powerful build system for Java, so before

Each child module in turn relies by default on the included [`cppbuild.sh` scripts](#the-cppbuildsh-scripts), explained below, to install its corresponding native libraries in the `cppbuild` subdirectory. To use native libraries already installed somewhere else on the system, other installation directories than `cppbuild` can also be specified either in the `pom.xml` files or in the `.java` configuration files. The following versions are supported:

* OpenCV 4.1.0 https://opencv.org/releases.html
* OpenCV 4.1.1 https://opencv.org/releases.html
* FFmpeg 4.1.x http://ffmpeg.org/download.html
* FlyCapture 2.13.x http://www.ptgrey.com/flycapture-sdk
* Spinnaker 1.19.x https://www.ptgrey.com/spinnaker-sdk
Expand All @@ -127,7 +127,7 @@ Each child module in turn relies by default on the included [`cppbuild.sh` scrip
* FFTW 3.3.8 http://www.fftw.org/download.html
* GSL 2.5 http://www.gnu.org/software/gsl/#downloading
* CPython 3.7.4 https://www.python.org/downloads/
* NumPy 1.17.0rc2 https://github.com/numpy/numpy
* NumPy 1.17.0 https://github.com/numpy/numpy
* LLVM 8.0.1 http://llvm.org/releases/download.html
* libpostal 1.1-alpha https://github.com/openvenues/libpostal
* Leptonica 1.78.0 http://www.leptonica.org/download.html
Expand All @@ -141,7 +141,7 @@ Each child module in turn relies by default on the included [`cppbuild.sh` scrip
* TensorRT 5.1 https://developer.nvidia.com/tensorrt
* The Arcade Learning Environment 0.6.0 https://github.com/mgbellemare/Arcade-Learning-Environment
* ONNX 1.5.0 https://github.com/onnx/onnx
* nGraph 0.22.0 https://github.com/NervanaSystems/ngraph
* nGraph 0.24.0 https://github.com/NervanaSystems/ngraph
* LiquidFun http://google.github.io/liquidfun/
* Qt 5.13.0 https://download.qt.io/archive/qt/
* Mono/Skia 1.68.0 https://github.com/mono/skia
Expand Down
2 changes: 1 addition & 1 deletion caffe/platform/gpu/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<dependency>
<groupId>org.bytedeco</groupId>
<artifactId>opencv-platform</artifactId>
<version>4.1.0-${project.parent.version}</version>
<version>4.1.1-${project.parent.version}</version>
</dependency>
<dependency>
<groupId>org.bytedeco</groupId>
Expand Down
2 changes: 1 addition & 1 deletion caffe/platform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<dependency>
<groupId>org.bytedeco</groupId>
<artifactId>opencv-platform</artifactId>
<version>4.1.0-${project.parent.version}</version>
<version>4.1.1-${project.parent.version}</version>
</dependency>
<dependency>
<groupId>org.bytedeco</groupId>
Expand Down
6 changes: 3 additions & 3 deletions caffe/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<dependency>
<groupId>org.bytedeco</groupId>
<artifactId>opencv</artifactId>
<version>4.1.0-${project.parent.version}</version>
<version>4.1.1-${project.parent.version}</version>
</dependency>
<dependency>
<groupId>org.bytedeco</groupId>
Expand Down Expand Up @@ -55,7 +55,7 @@
<dependency>
<groupId>org.bytedeco</groupId>
<artifactId>opencv</artifactId>
<version>4.1.0-${project.parent.version}</version>
<version>4.1.1-${project.parent.version}</version>
</dependency>
<dependency>
<groupId>org.bytedeco</groupId>
Expand All @@ -70,7 +70,7 @@
<dependency>
<groupId>org.bytedeco</groupId>
<artifactId>opencv</artifactId>
<version>4.1.0-${project.parent.version}</version>
<version>4.1.1-${project.parent.version}</version>
<classifier>${javacpp.platform}</classifier>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Targeted by JavaCPP version 1.5.1: DO NOT EDIT THIS FILE
// Targeted by JavaCPP version 1.5.2-SNAPSHOT: DO NOT EDIT THIS FILE

package org.bytedeco.caffe;

Expand Down
2 changes: 1 addition & 1 deletion caffe/src/gen/java/org/bytedeco/caffe/Arena.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Targeted by JavaCPP version 1.5.1: DO NOT EDIT THIS FILE
// Targeted by JavaCPP version 1.5.2-SNAPSHOT: DO NOT EDIT THIS FILE

package org.bytedeco.caffe;

Expand Down
2 changes: 1 addition & 1 deletion caffe/src/gen/java/org/bytedeco/caffe/ArenaOptions.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Targeted by JavaCPP version 1.5.1: DO NOT EDIT THIS FILE
// Targeted by JavaCPP version 1.5.2-SNAPSHOT: DO NOT EDIT THIS FILE

package org.bytedeco.caffe;

Expand Down
2 changes: 1 addition & 1 deletion caffe/src/gen/java/org/bytedeco/caffe/ArenaStringPtr.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Targeted by JavaCPP version 1.5.1: DO NOT EDIT THIS FILE
// Targeted by JavaCPP version 1.5.2-SNAPSHOT: DO NOT EDIT THIS FILE

package org.bytedeco.caffe;

Expand Down
2 changes: 1 addition & 1 deletion caffe/src/gen/java/org/bytedeco/caffe/ArgMaxParameter.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Targeted by JavaCPP version 1.5.1: DO NOT EDIT THIS FILE
// Targeted by JavaCPP version 1.5.2-SNAPSHOT: DO NOT EDIT THIS FILE

package org.bytedeco.caffe;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Targeted by JavaCPP version 1.5.1: DO NOT EDIT THIS FILE
// Targeted by JavaCPP version 1.5.2-SNAPSHOT: DO NOT EDIT THIS FILE

package org.bytedeco.caffe;

Expand Down Expand Up @@ -80,7 +80,7 @@ public static class message_aux extends Pointer {
// ExplicitlyInitialized<T> -> T requires a reinterpret_cast, which prevents
// the tables from being constructed as a constexpr. We use void to avoid
// the cast.
@MemberGetter public native @Const Pointer default_message_void();
public native @Const Pointer default_message_void(); public native message_aux default_message_void(Pointer setter);
public native @Const MessageLite default_message();
}
public native @ByRef message_aux messages(); public native AuxillaryParseTableField messages(message_aux setter);
Expand All @@ -99,8 +99,8 @@ public static class string_aux extends Pointer {
return (string_aux)super.position(position);
}

@MemberGetter public native @Const Pointer default_ptr();
@MemberGetter public native @Cast("const char*") BytePointer field_name();
public native @Const Pointer default_ptr(); public native string_aux default_ptr(Pointer setter);
public native @Cast("const char*") BytePointer field_name(); public native string_aux field_name(BytePointer setter);
}
public native @ByRef string_aux strings(); public native AuxillaryParseTableField strings(string_aux setter);

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Targeted by JavaCPP version 1.5.1: DO NOT EDIT THIS FILE
// Targeted by JavaCPP version 1.5.2-SNAPSHOT: DO NOT EDIT THIS FILE

package org.bytedeco.caffe;

Expand Down
2 changes: 1 addition & 1 deletion caffe/src/gen/java/org/bytedeco/caffe/BiasParameter.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Targeted by JavaCPP version 1.5.1: DO NOT EDIT THIS FILE
// Targeted by JavaCPP version 1.5.2-SNAPSHOT: DO NOT EDIT THIS FILE

package org.bytedeco.caffe;

Expand Down
2 changes: 1 addition & 1 deletion caffe/src/gen/java/org/bytedeco/caffe/BlobProto.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Targeted by JavaCPP version 1.5.1: DO NOT EDIT THIS FILE
// Targeted by JavaCPP version 1.5.2-SNAPSHOT: DO NOT EDIT THIS FILE

package org.bytedeco.caffe;

Expand Down
2 changes: 1 addition & 1 deletion caffe/src/gen/java/org/bytedeco/caffe/BlobProtoVector.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Targeted by JavaCPP version 1.5.1: DO NOT EDIT THIS FILE
// Targeted by JavaCPP version 1.5.2-SNAPSHOT: DO NOT EDIT THIS FILE

package org.bytedeco.caffe;

Expand Down
2 changes: 1 addition & 1 deletion caffe/src/gen/java/org/bytedeco/caffe/BlobShape.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Targeted by JavaCPP version 1.5.1: DO NOT EDIT THIS FILE
// Targeted by JavaCPP version 1.5.2-SNAPSHOT: DO NOT EDIT THIS FILE

package org.bytedeco.caffe;

Expand Down
2 changes: 1 addition & 1 deletion caffe/src/gen/java/org/bytedeco/caffe/BoolVector.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Targeted by JavaCPP version 1.5.1: DO NOT EDIT THIS FILE
// Targeted by JavaCPP version 1.5.2-SNAPSHOT: DO NOT EDIT THIS FILE

package org.bytedeco.caffe;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Targeted by JavaCPP version 1.5.1: DO NOT EDIT THIS FILE
// Targeted by JavaCPP version 1.5.2-SNAPSHOT: DO NOT EDIT THIS FILE

package org.bytedeco.caffe;

Expand Down
2 changes: 1 addition & 1 deletion caffe/src/gen/java/org/bytedeco/caffe/BoundedZCIS.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Targeted by JavaCPP version 1.5.1: DO NOT EDIT THIS FILE
// Targeted by JavaCPP version 1.5.2-SNAPSHOT: DO NOT EDIT THIS FILE

package org.bytedeco.caffe;

Expand Down
2 changes: 1 addition & 1 deletion caffe/src/gen/java/org/bytedeco/caffe/CPUTimer.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Targeted by JavaCPP version 1.5.1: DO NOT EDIT THIS FILE
// Targeted by JavaCPP version 1.5.2-SNAPSHOT: DO NOT EDIT THIS FILE

package org.bytedeco.caffe;

Expand Down
8 changes: 1 addition & 7 deletions caffe/src/gen/java/org/bytedeco/caffe/Caffe.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Targeted by JavaCPP version 1.5.1: DO NOT EDIT THIS FILE
// Targeted by JavaCPP version 1.5.2-SNAPSHOT: DO NOT EDIT THIS FILE

package org.bytedeco.caffe;

Expand Down Expand Up @@ -46,12 +46,6 @@ public class Caffe extends Pointer {
static { Loader.load(); }
/** Pointer cast constructor. Invokes {@link Pointer#Pointer(Pointer)}. */
public RNG(Pointer p) { super(p); }
/** Native array allocator. Access with {@link Pointer#position(long)}. */
public RNG(long size) { super((Pointer)null); allocateArray(size); }
private native void allocateArray(long size);
@Override public RNG position(long position) {
return (RNG)super.position(position);
}

public RNG() { super((Pointer)null); allocate(); }
private native void allocate();
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Targeted by JavaCPP version 1.5.1: DO NOT EDIT THIS FILE
// Targeted by JavaCPP version 1.5.2-SNAPSHOT: DO NOT EDIT THIS FILE

package org.bytedeco.caffe;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Targeted by JavaCPP version 1.5.1: DO NOT EDIT THIS FILE
// Targeted by JavaCPP version 1.5.2-SNAPSHOT: DO NOT EDIT THIS FILE

package org.bytedeco.caffe;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Targeted by JavaCPP version 1.5.1: DO NOT EDIT THIS FILE
// Targeted by JavaCPP version 1.5.2-SNAPSHOT: DO NOT EDIT THIS FILE

package org.bytedeco.caffe;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Targeted by JavaCPP version 1.5.1: DO NOT EDIT THIS FILE
// Targeted by JavaCPP version 1.5.2-SNAPSHOT: DO NOT EDIT THIS FILE

package org.bytedeco.caffe;

Expand Down
2 changes: 1 addition & 1 deletion caffe/src/gen/java/org/bytedeco/caffe/CompareHelper.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Targeted by JavaCPP version 1.5.1: DO NOT EDIT THIS FILE
// Targeted by JavaCPP version 1.5.2-SNAPSHOT: DO NOT EDIT THIS FILE

package org.bytedeco.caffe;

Expand Down
2 changes: 1 addition & 1 deletion caffe/src/gen/java/org/bytedeco/caffe/CompareMapKey.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Targeted by JavaCPP version 1.5.1: DO NOT EDIT THIS FILE
// Targeted by JavaCPP version 1.5.2-SNAPSHOT: DO NOT EDIT THIS FILE

package org.bytedeco.caffe;

Expand Down
2 changes: 1 addition & 1 deletion caffe/src/gen/java/org/bytedeco/caffe/ConcatParameter.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Targeted by JavaCPP version 1.5.1: DO NOT EDIT THIS FILE
// Targeted by JavaCPP version 1.5.2-SNAPSHOT: DO NOT EDIT THIS FILE

package org.bytedeco.caffe;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Targeted by JavaCPP version 1.5.1: DO NOT EDIT THIS FILE
// Targeted by JavaCPP version 1.5.2-SNAPSHOT: DO NOT EDIT THIS FILE

package org.bytedeco.caffe;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Targeted by JavaCPP version 1.5.1: DO NOT EDIT THIS FILE
// Targeted by JavaCPP version 1.5.2-SNAPSHOT: DO NOT EDIT THIS FILE

package org.bytedeco.caffe;

Expand Down
2 changes: 1 addition & 1 deletion caffe/src/gen/java/org/bytedeco/caffe/CropParameter.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Targeted by JavaCPP version 1.5.1: DO NOT EDIT THIS FILE
// Targeted by JavaCPP version 1.5.2-SNAPSHOT: DO NOT EDIT THIS FILE

package org.bytedeco.caffe;

Expand Down
2 changes: 1 addition & 1 deletion caffe/src/gen/java/org/bytedeco/caffe/Cursor.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Targeted by JavaCPP version 1.5.1: DO NOT EDIT THIS FILE
// Targeted by JavaCPP version 1.5.2-SNAPSHOT: DO NOT EDIT THIS FILE

package org.bytedeco.caffe;

Expand Down
2 changes: 1 addition & 1 deletion caffe/src/gen/java/org/bytedeco/caffe/DB.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Targeted by JavaCPP version 1.5.1: DO NOT EDIT THIS FILE
// Targeted by JavaCPP version 1.5.2-SNAPSHOT: DO NOT EDIT THIS FILE

package org.bytedeco.caffe;

Expand Down
2 changes: 1 addition & 1 deletion caffe/src/gen/java/org/bytedeco/caffe/DataParameter.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Targeted by JavaCPP version 1.5.1: DO NOT EDIT THIS FILE
// Targeted by JavaCPP version 1.5.2-SNAPSHOT: DO NOT EDIT THIS FILE

package org.bytedeco.caffe;

Expand Down
2 changes: 1 addition & 1 deletion caffe/src/gen/java/org/bytedeco/caffe/Datum.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Targeted by JavaCPP version 1.5.1: DO NOT EDIT THIS FILE
// Targeted by JavaCPP version 1.5.2-SNAPSHOT: DO NOT EDIT THIS FILE

package org.bytedeco.caffe;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Targeted by JavaCPP version 1.5.1: DO NOT EDIT THIS FILE
// Targeted by JavaCPP version 1.5.2-SNAPSHOT: DO NOT EDIT THIS FILE

package org.bytedeco.caffe;

Expand Down
2 changes: 1 addition & 1 deletion caffe/src/gen/java/org/bytedeco/caffe/DatumVector.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Targeted by JavaCPP version 1.5.1: DO NOT EDIT THIS FILE
// Targeted by JavaCPP version 1.5.2-SNAPSHOT: DO NOT EDIT THIS FILE

package org.bytedeco.caffe;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Targeted by JavaCPP version 1.5.1: DO NOT EDIT THIS FILE
// Targeted by JavaCPP version 1.5.2-SNAPSHOT: DO NOT EDIT THIS FILE

package org.bytedeco.caffe;

Expand Down
4 changes: 2 additions & 2 deletions caffe/src/gen/java/org/bytedeco/caffe/Descriptor.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Targeted by JavaCPP version 1.5.1: DO NOT EDIT THIS FILE
// Targeted by JavaCPP version 1.5.2-SNAPSHOT: DO NOT EDIT THIS FILE

package org.bytedeco.caffe;

Expand Down Expand Up @@ -177,7 +177,7 @@ public static class ExtensionRange extends Pointer {
public native int start(); public native ExtensionRange start(int setter); // inclusive
public native int end(); public native ExtensionRange end(int setter); // exclusive

@MemberGetter public native @Const ExtensionRangeOptions options_();
public native @Const ExtensionRangeOptions options_(); public native ExtensionRange options_(ExtensionRangeOptions setter);
}

// The number of extension ranges in this message type.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Targeted by JavaCPP version 1.5.1: DO NOT EDIT THIS FILE
// Targeted by JavaCPP version 1.5.2-SNAPSHOT: DO NOT EDIT THIS FILE

package org.bytedeco.caffe;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Targeted by JavaCPP version 1.5.1: DO NOT EDIT THIS FILE
// Targeted by JavaCPP version 1.5.2-SNAPSHOT: DO NOT EDIT THIS FILE

package org.bytedeco.caffe;

Expand Down
2 changes: 1 addition & 1 deletion caffe/src/gen/java/org/bytedeco/caffe/DescriptorPool.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Targeted by JavaCPP version 1.5.1: DO NOT EDIT THIS FILE
// Targeted by JavaCPP version 1.5.2-SNAPSHOT: DO NOT EDIT THIS FILE

package org.bytedeco.caffe;

Expand Down
2 changes: 1 addition & 1 deletion caffe/src/gen/java/org/bytedeco/caffe/DescriptorProto.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Targeted by JavaCPP version 1.5.1: DO NOT EDIT THIS FILE
// Targeted by JavaCPP version 1.5.2-SNAPSHOT: DO NOT EDIT THIS FILE

package org.bytedeco.caffe;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Targeted by JavaCPP version 1.5.1: DO NOT EDIT THIS FILE
// Targeted by JavaCPP version 1.5.2-SNAPSHOT: DO NOT EDIT THIS FILE

package org.bytedeco.caffe;

Expand Down
2 changes: 1 addition & 1 deletion caffe/src/gen/java/org/bytedeco/caffe/DescriptorTest.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Targeted by JavaCPP version 1.5.1: DO NOT EDIT THIS FILE
// Targeted by JavaCPP version 1.5.2-SNAPSHOT: DO NOT EDIT THIS FILE

package org.bytedeco.caffe;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Targeted by JavaCPP version 1.5.1: DO NOT EDIT THIS FILE
// Targeted by JavaCPP version 1.5.2-SNAPSHOT: DO NOT EDIT THIS FILE

package org.bytedeco.caffe;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Targeted by JavaCPP version 1.5.1: DO NOT EDIT THIS FILE
// Targeted by JavaCPP version 1.5.2-SNAPSHOT: DO NOT EDIT THIS FILE

package org.bytedeco.caffe;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Targeted by JavaCPP version 1.5.1: DO NOT EDIT THIS FILE
// Targeted by JavaCPP version 1.5.2-SNAPSHOT: DO NOT EDIT THIS FILE

package org.bytedeco.caffe;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Targeted by JavaCPP version 1.5.1: DO NOT EDIT THIS FILE
// Targeted by JavaCPP version 1.5.2-SNAPSHOT: DO NOT EDIT THIS FILE

package org.bytedeco.caffe;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Targeted by JavaCPP version 1.5.1: DO NOT EDIT THIS FILE
// Targeted by JavaCPP version 1.5.2-SNAPSHOT: DO NOT EDIT THIS FILE

package org.bytedeco.caffe;

Expand Down
Loading

0 comments on commit 2be4c34

Please sign in to comment.