MCPcopy 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
146void 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.
151template <typename T>

Callers 1

DecodeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected