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

Method Float16

cpp/src/arrow/testing/random.cc:280–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278}
279
280std::shared_ptr<Array> RandomArrayGenerator::Float16(int64_t size, uint16_t min,
281 uint16_t max,
282 double null_probability,
283 int64_t alignment,
284 MemoryPool* memory_pool) {
285 return this->Float16(size, Float16::FromBits(min), Float16::FromBits(max),
286 null_probability, /*nan_probability=*/0, alignment, memory_pool);
287}
288
289std::shared_ptr<Array> RandomArrayGenerator::Float16(
290 int64_t size, util::Float16 min, util::Float16 max, double null_probability,

Callers

nothing calls this directly

Calls 2

FromBitsFunction · 0.85
seedFunction · 0.85

Tested by

no test coverage detected