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

Function isBuffer

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

Source from the content-addressed store, hash-verified

77}
78
79auto isBuffer(const Node &ptr) -> bool { return ptr.isBuffer(); }
80
81auto isScalar(const Node &ptr) -> bool { return ptr.isScalar(); }
82

Callers 1

formatMethod · 0.85

Calls 1

isBufferMethod · 0.80

Tested by

no test coverage detected