Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenPPL/ppl.nn
/ PyTensor
Class
PyTensor
python/runtime/py_tensor.h:27–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
namespace ppl { namespace nn { namespace python {
26
27
struct PyTensor final {
28
PyTensor(Tensor* tensor = nullptr) : ptr(tensor) {}
29
Tensor* ptr;
30
31
};
32
33
}}} // namespace ppl::nn::python
34
Callers
1
RegisterRuntime
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected