MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / PackedValuesNotEqual

Function PackedValuesNotEqual

tensorflow/core/framework/tensor_util.cc:250–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248
249template <typename T>
250inline bool PackedValuesNotEqual(T a, T b) {
251 return a != b;
252}
253template <>
254inline bool PackedValuesNotEqual(float a, float b) {
255 return reinterpret_cast<int32_t&>(a) != reinterpret_cast<int32_t&>(b);

Callers 1

CompressRepeatedFieldFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected