Function tensorflow::eager::raw_ops::destroy_resource_op
source · pub fn destroy_resource_op<'a, T0: ToTensorHandle<'a>>(
ctx: &'a Context,
resource: &T0
) -> Result<()>Expand description
Shorthand for DestroyResourceOp::new().call(&ctx, &resource).
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/DestroyResourceOp