tensorflow::ops

Function fake_queue

Source
pub fn fake_queue<O0: Into<Output>>(
    resource: O0,
    scope: &mut Scope,
) -> Result<Operation>
Expand description

Shorthand for FakeQueue::new().build(resource, scope).