Function tensorflow::ops::delete_memory_cache
source · pub fn delete_memory_cache<O0: Into<Output>, O1: Into<Output>>(
handle: O0,
deleter: O1,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for DeleteMemoryCache::new().build(handle, deleter, scope)
.