Function tensorflow::ops::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).