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

Function TensorListFromListOfDLPackObjectsGPU

dali/python/backend_impl.cc:1430–1437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1428}
1429
1430std::shared_ptr<TensorList<GPUBackend>> TensorListFromListOfDLPackObjectsGPU(
1431 py::list &list_of_objects,
1432 const std::optional<std::string> &layout,
1433 py::object stream,
1434 bool contiguous) {
1435 return TensorListFromListOfDLPackObjects<GPUBackend>(
1436 list_of_objects, layout, stream, contiguous);
1437}
1438
1439template <typename Backend>
1440std::shared_ptr<TensorList<Backend>> TensorListFromListOfTensors(

Callers 1

ExposeTesorListGPUFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected