Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
23
def
create_tensor1():
24
tensor1 = cvcuda.Tensor(
# noqa: F841
25
(16, 32, 4), np.float32, cvcuda.TensorLayout.HWC
26
)
27
28
29
def
create_tensor2():
Callers
1
main
Function · 0.85
Calls
1
Tensor
Method · 0.45
Tested by
no test coverage detected