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

Function GetRawValue

tensorflow/compiler/xla/literal_comparison.cc:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39// able to transparently access the raw 16-bit value contained within.
40template <typename T>
41T GetRawValue(T val) {
42 return val;
43}
44uint16 GetRawValue(Eigen::half val) { return val.x; }
45
46// Helper function for comparing a floating point type, FloatT, bitwise equal

Callers 2

MakeBitwiseErrorStatusFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected