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

Function __OPNAME__

tools/mkop/PythonWrap.cpp:50–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50Tensor __OPNAME__(Tensor &input, nvcv::DataType dtype, std::optional<Stream> pstream)
51{
52 Tensor output = Tensor::Create(input.shape(), dtype);
53
54 return __OPNAME__Into(output, input, pstream);
55}
56
57} // namespace
58

Callers

nothing calls this directly

Calls 2

__OPNAME__IntoFunction · 0.85
shapeMethod · 0.45

Tested by

no test coverage detected