|
Mila
Deep Neural Network Library
|
Classes | |
| class | Mila::Distribution::NullHttpTransport |
| The transport of a build compiled without one. More... | |
Functions | |
| std::shared_ptr< const IHttpTransport > | Mila::Distribution::makeDefaultHttpTransport () |
| The transport a consumer gets when it does not supply its own. | |
Variables | |
| constexpr bool | Mila::Distribution::kHttpTransportAvailable = true |
| Whether this build can perform an HTTP request itself. | |
Files | |
| file | Mila/Src/Distribution/HttpTransportBackend.Curl.ixx |
| The HTTP transport this build has: libcurl. | |
| file | Mila/Src/Distribution/HttpTransportBackend.Null.ixx |
| The transport for a build with no HTTP client of its own: one that refuses, by name. | |