We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#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; .......
这些变量如何命名和赋值的?
The text was updated successfully, but these errors were encountered:
这个文件是通过 ncnn2mem 生成的
Sorry, something went wrong.
@nihui 感谢
No branches or pull requests
#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;
.......
这些变量如何命名和赋值的?
The text was updated successfully, but these errors were encountered: