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