MCPcopy 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

25namespace ppl { namespace nn { namespace python {
26
27struct PyTensor final {
28 PyTensor(Tensor* tensor = nullptr) : ptr(tensor) {}
29 Tensor* ptr;
30
31};
32
33}}} // namespace ppl::nn::python
34

Callers 1

RegisterRuntimeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected