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

Function TensorListFromListOfDLPackObjectsCPU

dali/python/backend_impl.cc:1422–1428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1420}
1421
1422std::shared_ptr<TensorList<CPUBackend>> TensorListFromListOfDLPackObjectsCPU(
1423 py::list &list_of_objects,
1424 const std::optional<std::string> &layout,
1425 bool contiguous) {
1426 return TensorListFromListOfDLPackObjects<CPUBackend>(
1427 list_of_objects, layout, py::none(), contiguous);
1428}
1429
1430std::shared_ptr<TensorList<GPUBackend>> TensorListFromListOfDLPackObjectsGPU(
1431 py::list &list_of_objects,

Callers 1

ExposeTensorListCPUFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected