Function tensorflow::ops::anonymous_memory_cache
source · pub fn anonymous_memory_cache(scope: &mut Scope) -> Result<Operation>
Expand description
Shorthand for AnonymousMemoryCache::new().build(scope)
.
pub fn anonymous_memory_cache(scope: &mut Scope) -> Result<Operation>
Shorthand for AnonymousMemoryCache::new().build(scope)
.