Skip to content
#

native-libraries

Here are 38 public repositories matching this topic...

chenposun
chenposun commented Mar 10, 2020

Just noticed in the latest documentation you mention

If your app includes native libraries, and your minimum SDK is below API 23 (Marshmallow), you need ReLinker.

We are finding that we get java.lang.UnsatisfiedLinkError even on Marshmallow, and ReLinker fixes the issue.

Should the documentation perhaps be your minimum SDK is API 23 *and* below?

lukehutch
lukehutch commented Feb 4, 2016

There is lots of good documentation auto-extracted from the TensorFlow header files here:

https://github.com/bytedeco/javacpp-presets/blob/master/tensorflow/src/main/java/org/bytedeco/javacpp/tensorflow.java

However, the docs use line comments, not JavaDoc comments, so the documentation is not visible in popups in Eclipse etc.

In this case, the comments are in MarkDown format. It would be great

wgpu
damageboy
damageboy commented May 16, 2015

Hi,
I've done, in other interop project(s), some of the same things that you do in this project (namely Preloading with dlopen / LoadLibrary)
The one main difference (Except for your approch being generic and published on NuGet of course... 👍 ) is that still kept on using the "normal" [DllImport] attributes with the additional [SuppressUnmanagedCodeSecurity] attributes to eliminate m

shacharoz
shacharoz commented Aug 21, 2019

RC.LOCAL
i have a missing file called rc.local (using Ubuntu MATE at the moment)

a search shows i have several of rc.local (in /snap/core/ .... several directories down)
i dont know what is the meaning of this regarding my system.
the two locations i think relevant for my system is /snap/core/current/etc/
and /snap/core/current/etc/init.d
the second file actually have some stuff written i

psteinb
psteinb commented Jun 14, 2017
|------------------------+---------------------------------------------+---------+----------|
|  filename              | pipeline                                    | l1norm  | l2norm   |
|------------------------+---------------------------------------------+---------+----------|
|  ky5346_3_SI_great37-1 | raster_reorder(tile_size=4)->bitswap1->lz4  | 694.035 | 2025.83  |
|  ky5346_3_SI_
bug

Improve this page

Add a description, image, and links to the native-libraries topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the native-libraries topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.