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

Method isLinear

src/backend/common/jit/Node.cpp:83–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81auto isScalar(const Node &ptr) -> bool { return ptr.isScalar(); }
82
83bool Node::isLinear(const dim_t dims[4]) const { return true; }
84
85/// This function returns true if the \p node is a Shift node or a Buffer node
86auto isBufferOrShift(const Node_ptr &node) -> bool {

Callers 15

joinFunction · 0.45
evalNodesFunction · 0.45
createSubArrayFunction · 0.45
copyDataFunction · 0.45
copyArrayFunction · 0.45
operator()Method · 0.45
transformFunction · 0.45
joinFunction · 0.45
evalNodesFunction · 0.45
createSubArrayFunction · 0.45
copyDataFunction · 0.45
copyArrayFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected