MCPcopy Create free account
hub / github.com/RenderKit/oidn / toDevice

Method toDevice

core/tensor.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 }
41
42 Ref<Tensor> Tensor::toDevice(Engine* engine, Storage storage)
43 {
44 return this;
45 }
46
47#if 0
48 uint32_t Tensor::getHash() const

Callers 2

addConvMethod · 0.45
addConcatConvMethod · 0.45

Calls 5

getPtrFunction · 0.85
getByteSizeFunction · 0.70
newBufferMethod · 0.45
writeMethod · 0.45
newTensorMethod · 0.45

Tested by

no test coverage detected