Home
last modified time | relevance | path

Searched defs:nativeHandle (Results 1 – 21 of 21) sorted by relevance

/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/
DServer.java118 private static native void start(long nativeHandle); in start()
120 private static native void stop(long nativeHandle); in stop()
122 private static native void join(long nativeHandle); in join()
124 private static native void delete(long nativeHandle); in delete()
126 private long nativeHandle; field in Server
DGraph.java36 Graph(long nativeHandle) { in Graph()
350 private long nativeHandle; field in Graph
384 public long nativeHandle() { in nativeHandle() method in Graph.Reference
DEagerSession.java347 long nativeHandle() { in nativeHandle() method in EagerSession
508 private long nativeHandle; field in EagerSession
DSession.java78 Session(Graph g, long nativeHandle) { in Session()
443 private long nativeHandle; field in Session
DTensor.java143 long nativeHandle; in create() local
304 long nativeHandle = allocate(t.dtype.c(), t.shapeCopy, nbytes); in allocateForBuffer() local
/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/task/core/
DBaseTaskApi.java32 private final long nativeHandle; field in BaseTaskApi
42 protected BaseTaskApi(long nativeHandle) { in BaseTaskApi()
90 protected abstract void deinit(long nativeHandle); in deinit()
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DNativeAudioThread.java172 public native int nativeProcessNext(long nativeHandle, double[] samples, long offset); in nativeProcessNext()
173 public native int nativeDestroy(long nativeHandle); in nativeDestroy()
176 public native int[] nativeGetRecorderBufferPeriod(long nativeHandle); in nativeGetRecorderBufferPeriod()
177 public native int nativeGetRecorderMaxBufferPeriod(long nativeHandle); in nativeGetRecorderMaxBufferPeriod()
178 public native double nativeGetRecorderVarianceBufferPeriod(long nativeHandle); in nativeGetRecorderVarianceBufferPeriod()
179 public native int[] nativeGetPlayerBufferPeriod(long nativeHandle); in nativeGetPlayerBufferPeriod()
180 public native int nativeGetPlayerMaxBufferPeriod(long nativeHandle); in nativeGetPlayerMaxBufferPeriod()
181 public native double nativeGetPlayerVarianceBufferPeriod(long nativeHandle); in nativeGetPlayerVarianceBufferPeriod()
182 public native BufferCallbackTimes nativeGetPlayerCallbackTimeStamps(long nativeHandle); in nativeGetPlayerCallbackTimeStamps()
183 public native BufferCallbackTimes nativeGetRecorderCallbackTimeStamps(long nativeHandle); in nativeGetRecorderCallbackTimeStamps()
[all …]
/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/task/text/qa/
DBertQuestionAnswerer.java33 private BertQuestionAnswerer(long nativeHandle) { in BertQuestionAnswerer()
/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/task/text/nlclassifier/
DBertNLClassifier.java52 private BertNLClassifier(long nativeHandle) { in BertNLClassifier()
DNLClassifier.java136 protected NLClassifier(long nativeHandle) { in NLClassifier()
/external/tensorflow/tensorflow/tools/android/inference_interface/java/org/tensorflow/contrib/android/
DRunStats.java50 private long nativeHandle; field in RunStats
/external/minigbm/cros_gralloc/gralloc3/
DCrosGralloc3Utils.cc353 const native_handle_t* nativeHandle = fenceHandle.getNativeHandle(); in convertToFenceFd() local
/external/minigbm/cros_gralloc/gralloc4/
DCrosGralloc4Utils.cc358 const native_handle_t* nativeHandle = fenceHandle.getNativeHandle(); in convertToFenceFd() local
/external/tensorflow/tensorflow/lite/java/src/main/java/org/tensorflow/lite/
DTensor.java497 private long nativeHandle; field in Tensor
503 private Tensor(long nativeHandle) { in Tensor()
/external/swiftshader/src/Vulkan/
DVkImage.hpp41 buffer_handle_t nativeHandle = nullptr; member
/external/deqp/external/vulkancts/modules/vulkan/util/
DvktExternalMemoryUtil.cpp473 NativeHandle& nativeHandle) in getMemoryNative()
589 NativeHandle& nativeHandle, in getFenceNative()
782 NativeHandle& nativeHandle) in getSemaphoreNative()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationCrossInstanceSharingTests.cpp716 NativeHandle& nativeHandle, in importAndBindMemory()
734 NativeHandle& nativeHandle, in importAndBindMemory()
754 NativeHandle& nativeHandle, in importResource()
DvktSynchronizationWin32KeyedMutexTests.cpp320 NativeHandle& nativeHandle, in importAndBindMemory()
353 NativeHandle& nativeHandle, in importAndBindMemory()
389 NativeHandle& nativeHandle, in importResource()
DvktSynchronizationSignalOrderTests.cpp295 NativeHandle& nativeHandle, in importAndBindMemory()
315 NativeHandle& nativeHandle, in importAndBindMemory()
360 NativeHandle& nativeHandle, in importResource()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawAhbTests.cpp327 NativeHandle nativeHandle(ahb); in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiExternalMemoryTests.cpp581 NativeHandle& nativeHandle) in submitDummySignalAndGetSemaphoreNative()
693 NativeHandle& nativeHandle, in submitDummySignalAndGetFenceNative()
4037 NativeHandle nativeHandle(ahb); in ValidateAHardwareBuffer() local