MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / DLPackTensorDeleter

Function DLPackTensorDeleter

tensorflow/compiler/xla/python/dlpack.cc:48–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46};
47
48void DLPackTensorDeleter(DLManagedTensor* t) {
49 if (t) {
50 delete static_cast<DLPackTensor*>(t->manager_ctx);
51 }
52}
53
54StatusOr<DLDataType> PrimitiveTypeToDLDataType(PrimitiveType type) {
55 switch (type) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected