MCPcopy Create free account
hub / github.com/NVIDIA/DALI / ExposeTensorList

Function ExposeTensorList

dali/python/backend_impl.cc:2141–2144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2139}
2140
2141void ExposeTensorList(py::module &m) {
2142 ExposeTensorListCPU(m);
2143 ExposeTesorListGPU(m);
2144}
2145
2146#define GetRegisteredOpsFor(OPTYPE) \
2147static vector<string> GetRegistered##OPTYPE##Ops(bool internal_ops = false) { \

Callers 1

PYBIND11_MODULEFunction · 0.85

Calls 2

ExposeTensorListCPUFunction · 0.85
ExposeTesorListGPUFunction · 0.85

Tested by

no test coverage detected