MCPcopy Create free account
hub / github.com/KomputeProject/kompute / dataType

Method dataType

src/Tensor.cpp:128–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128kp::Tensor::TensorDataTypes
129Tensor::dataType()
130{
131 return this->mDataType;
132}
133
134void*
135Tensor::rawData()

Callers 4

PYBIND11_MODULEFunction · 0.80
TESTFunction · 0.80
OpTensorCopyMethod · 0.80
TensorTMethod · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64