Skip to content

Commit 7893e65

Browse files
committed
Fix from rebase
1 parent b8f6b0f commit 7893e65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tensor.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ size_t RAI_TensorDataSizeFromDLDataType(DLDataType dtype);
2020
size_t RAI_TensorDataSizeFromString(const char* dataType);
2121
DLDataType RAI_TensorDataType(RAI_Tensor* t);
2222
DLDataType RAI_TensorDataTypeFromString(const char* dataType);
23+
void Tensor_DataTypeStr(DLDataType dtype, char **dtypestr);
2324
void RAI_TensorFree(RAI_Tensor* t);
2425
int RAI_TensorSetData(RAI_Tensor* t, const char* data, size_t len);
2526
int RAI_TensorSetValueFromLongLong(RAI_Tensor* t, long long i, long long val);

0 commit comments

Comments
 (0)