| 325 | } |
| 326 | |
| 327 | Status DeleteResource(OpKernelContext* ctx, const ResourceHandle& p) { |
| 328 | TF_RETURN_IF_ERROR(internal::ValidateDevice(ctx, p)); |
| 329 | return ctx->resource_manager()->Delete(p); |
| 330 | } |
| 331 | |
| 332 | Status ResourceHandlesShape(shape_inference::InferenceContext* c) { |
| 333 | int n; |
nothing calls this directly
no test coverage detected