約19件1ページ目

日本語のみで絞り込む

条件を指定して検索しています。すべての条件を解除する

  • 最終更新日:6か月以内
  • 2024/4/17 -AAssetManager is a wrapper to the low-level native implementation of the java AAssetManager, a pointer can be obtained using AAssetManager_fromJava(). The asset ...

    2024/4/28 -asset_manager_ = AAssetManager_fromJava(env, global_asset_manager); if (asset_manager_) { ABSL_LOG(INFO) << "Created global reference to asset manager.

    2024/3/13 -auto manager = AAssetManager_fromJava(env, assetManager); fastgltf::setAndroidAssetManager(manager);. After this call LoadExternalBuffers and ...

    2024/4/8 -use_vulkan_compute = true; AAssetManager* mgr = AAssetManager_fromJava(env, assetManager); yolov5.opt = opt; yolov5.register_custom_layer("YoloV5Focus ...

    2024/4/7 -AssetManager *mgr = AAssetManager_fromJava(env, assetManager); // mgrがNULL!? } 何が悪い? ググってもcomplete codeが見つからない、断片的なものばっかりなので ...

    2024/5/4 -API documentation for the Rust `sigaction64__bindgen_ty_1` union in crate `ndk_sys`.

    2024/6/8 -static AAssetManager * mgr = NULL; mgr = AAssetManager_fromJava( env, assetManager); AAsset* asset = AAssetManager_open(mgr, "embedding/0.txt ...

    2024/5/4 -API documentation for the Rust `ANativeWindow_toSurface` fn in crate `ndk_sys`.

    2024/2/21 -// 在Java代码中加载Assets文件 AssetManager assetManager = getAssets(); AAssetManager aAssetManager = AAssetManager_fromJava(env, assetManager); // 打开 ...

    2024/3/7 -... AAssetManager_fromJava(env, assetManager); __android_log_print(ANDROID_LOG_DEBUG, "ncnn", "loadModel %p", mgr); const char* modeltypes[] = { //选择模型"palm ...