MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / getBytes

Method getBytes

src/backend/common/jit/Node.hpp:266–266  ·  view source on GitHub ↗

Return the size of the size of the buffer node in bytes. Zero otherwise

Source from the content-addressed store, hash-verified

264
265 // Return the size of the size of the buffer node in bytes. Zero otherwise
266 virtual size_t getBytes() const { return 0; }
267
268 // Returns true if this node is a Buffer
269 bool isBuffer() const { return m_node_type == kNodeType::Buffer; }

Callers 5

passesJitHeuristicsFunction · 0.45
evalNodesFunction · 0.45
passesJitHeuristicsFunction · 0.45
evalNodesFunction · 0.45
passesJitHeuristicsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected