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
我的模型结构就这么简单,也遇到了类似报错:
E/tnn: std::shared_ptr<const ImplementedLayout> tnn::optimizer::NetOptimizerInsertLayoutReformat::GetLayoutsByLayerType(tnn::LayerType) [File source/tnn/optimizer/net_optimizer_insert_layout_reformat.cc][Line 126] NetOptimizerInsertLayoutReformat Error: empty adaptor device layouts of 333 E/tnn: virtual tnn::Status tnn::optimizer::NetOptimizerInsertLayoutReformat::Optimize(tnn::NetStructure *, tnn::NetResource *) [File source/tnn/optimizer/net_optimizer_insert_layout_reformat.cc][Line 246] NetOptimizerInsertLayoutReformat Error: empty implemented_layouts of layer 333
经查,layer 333是LAYER_GREATER = 333,我的设备是DEVICE_ARM
LAYER_GREATER = 333
Originally posted by @wwdok in #1122 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
经查,layer 333是
LAYER_GREATER = 333
,我的设备是DEVICE_ARMOriginally posted by @wwdok in #1122 (comment)
The text was updated successfully, but these errors were encountered: