Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ LogUnexpectedSize
Function
LogUnexpectedSize
tensorflow/core/framework/tensor.cc:146–148 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
144
};
145
146
void LogUnexpectedSize(int64 actual, int64 expected) {
147
LOG(ERROR) <<
"Input size was "
<< actual <<
" and expected "
<< expected;
148
}
149
150
// A set of helper functions depending on T.
151
template <typename T>
Callers
1
Decode
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected