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

Method isBuffer

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

Returns true if this node is a Buffer

Source from the content-addressed store, hash-verified

267
268 // Returns true if this node is a Buffer
269 bool isBuffer() const { return m_node_type == kNodeType::Buffer; }
270
271 // Returns true if this node is a Scalar
272 bool isScalar() const { return m_node_type == kNodeType::Scalar; }

Callers 13

evalNodesFunction · 0.80
ArrayMethod · 0.80
passesJitHeuristicsFunction · 0.80
evalNodesFunction · 0.80
ArrayMethod · 0.80
passesJitHeuristicsFunction · 0.80
operator==Method · 0.80
copyModdimsFunction · 0.80
operator==Method · 0.80
isBufferFunction · 0.80
evalNodesFunction · 0.80
ArrayMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected