MCPcopy Create free account
hub / github.com/CVCUDA/CV-CUDA / create_tensor1

Function create_tensor1

samples/object_cache/reuse.py:23–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21
22
23def create_tensor1():
24 tensor1 = cvcuda.Tensor( # noqa: F841
25 (16, 32, 4), np.float32, cvcuda.TensorLayout.HWC
26 )
27
28
29def create_tensor2():

Callers 1

mainFunction · 0.85

Calls 1

TensorMethod · 0.45

Tested by

no test coverage detected