Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jni里面的squeezenet_v1.1.id.h定义的变量是如何赋值的? #82

Closed
eeric opened this issue Aug 4, 2017 · 2 comments
Closed

Comments

@eeric
Copy link

eeric commented Aug 4, 2017

#ifndef NCNN_INCLUDE_GUARD_squeezenet_v1_1_id_h
#define NCNN_INCLUDE_GUARD_squeezenet_v1_1_id_h
namespace squeezenet_v1_1_param_id {
const int LAYER_data = 0;
const int BLOB_data = 0;
const int LAYER_conv1 = 1;
const int BLOB_conv1 = 1;
const int LAYER_relu_conv1 = 2;
const int BLOB_conv1_relu_conv1 = 2;
const int LAYER_pool1 = 3;
const int BLOB_pool1 = 3;
const int LAYER_fire2_squeeze1x1 = 4;
const int BLOB_fire2_squeeze1x1 = 4;
const int LAYER_fire2_relu_squeeze1x1 = 5;
const int BLOB_fire2_squeeze1x1_fire2_relu_squeeze1x1 = 5;
const int LAYER_splitncnn_0 = 6;
const int BLOB_fire2_squeeze1x1_fire2_relu_squeeze1x1_splitncnn_0 = 6;
const int BLOB_fire2_squeeze1x1_fire2_relu_squeeze1x1_splitncnn_1 = 7;
const int LAYER_fire2_expand1x1 = 7;
const int BLOB_fire2_expand1x1 = 8;
.......

这些变量如何命名和赋值的?

@nihui
Copy link
Member

nihui commented Aug 4, 2017

这个文件是通过 ncnn2mem 生成的

@eeric
Copy link
Author

eeric commented Aug 4, 2017

@nihui 感谢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants