TF_SetAttrTensorShapeProto should take a "const void*", not a "void*" argument.
This makes it consistent with the other TF_SetAttr* functions and also more clearly conveys that it is read-only. Change: 131414593
Loading
Please sign in to comment
This makes it consistent with the other TF_SetAttr* functions and also more clearly conveys that it is read-only. Change: 131414593