| 146 | } |
| 147 | |
| 148 | TF_CAPI_EXPORT extern void TFE_DeleteTensorDebugInfo( |
| 149 | TFE_TensorDebugInfo* debug_info) { |
| 150 | delete debug_info; |
| 151 | } |
| 152 | |
| 153 | TF_CAPI_EXPORT extern int TFE_TensorDebugInfoOnDeviceNumDims( |
| 154 | TFE_TensorDebugInfo* debug_info) { |
no outgoing calls