Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ getNodeType
Method
getNodeType
src/backend/common/jit/Node.hpp:278–278 ·
view source on GitHub ↗
Returns the node type
Source
from the content-addressed store, hash-verified
276
277
/// Returns the node type
278
kNodeType getNodeType() const { return m_node_type; }
279
280
/// Returns the type
281
af::dtype getType() const { return m_type; }
Callers
3
evalNodes
Function · 0.80
removeEmptyDimensions
Function · 0.80
isBufferOrShift
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected