MCPcopy Create free account
hub / github.com/apache/arrow / FloatToFlatbuffer

Function FloatToFlatbuffer

cpp/src/arrow/ipc/metadata_internal.cc:162–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162Offset FloatToFlatbuffer(FBB& fbb, flatbuf::Precision precision) {
163 return flatbuf::CreateFloatingPoint(fbb, precision).Union();
164}
165
166// ----------------------------------------------------------------------
167// Union implementation

Callers 2

TensorTypeToFlatbufferFunction · 0.85
VisitMethod · 0.85

Calls 1

CreateFloatingPointFunction · 0.85

Tested by

no test coverage detected