Struct darknet::Network [] [src]

pub struct Network { /* fields omitted */ }

Network

Methods

impl Network
[src]

[src]

Create a new network.

[src]

Return the width of the network.

[src]

Return the height of the network.

[src]

Return the height of the network.

[src]

Perform prediction.

[src]

Perform prediction.

Trait Implementations

impl Debug for Network
[src]

[src]

Formats the value using the given formatter. Read more

impl Drop for Network
[src]

[src]

Executes the destructor for this type. Read more