Searched refs:CreateByteArray (Results 1 – 4 of 4) sorted by relevance
34 using ::tflite::support::utils::CreateByteArray;115 jbyteArray byte_array = CreateByteArray( in ConvertToSegmentationResults()124 jbyteArray byte_array = CreateByteArray( in ConvertToSegmentationResults()
81 jbyteArray CreateByteArray(JNIEnv* env, const jbyte* data, int num_bytes);
59 jbyteArray CreateByteArray(JNIEnv* env, const jbyte* data, int num_bytes) { in CreateByteArray() function
386 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(…