Home
last modified time | relevance | path

Searched refs:CreateByteArray (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tflite-support/tensorflow_lite_support/java/src/native/task/vision/segmenter/
H A Dimage_segmenter_jni.cc34 using ::tflite::support::utils::CreateByteArray;
115 jbyteArray byte_array = CreateByteArray( in ConvertToSegmentationResults()
124 jbyteArray byte_array = CreateByteArray( in ConvertToSegmentationResults()
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/cc/utils/
H A Djni_utils.h81 jbyteArray CreateByteArray(JNIEnv* env, const jbyte* data, int num_bytes);
H A Djni_utils.cc59 jbyteArray CreateByteArray(JNIEnv* env, const jbyte* data, int num_bytes) { in CreateByteArray() function
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dscardssp.h386 virtual HRESULT WINAPI CreateByteArray(DWORD dwAllocSize,LPBYTE *ppbyArray) = 0;
407 HRESULT (WINAPI *CreateByteArray)(ISCardTypeConv *This,DWORD dwAllocSize,LPBYTE *ppbyArray);
430 #define ISCardTypeConv_CreateByteArray(This,dwAllocSize,ppbyArray) (This)->lpVtbl->CreateByteArray(…