Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/MNN
/ add_scaleIn
Method
add_scaleIn
schema/current/CaffeOp_generated.h:1096–1098 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1094
fbb_.AddElement<float>(12, quantScale, 0.0f);
1095
}
1096
void add_scaleIn(float scaleIn) {
1097
fbb_.AddElement<float>(14, scaleIn, 0.0f);
1098
}
1099
void add_scaleOut(float scaleOut) {
1100
fbb_.AddElement<float>(16, scaleOut, 0.0f);
1101
}
Callers
1
CreateIDSTQuan
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected