pub fn api_version() -> Result<(u32, u32), Error>Expand description
Get the TRITONBACKEND API version supported by the Triton library. This value can be compared against the TRITONSERVER_API_VERSION_MAJOR and TRITONSERVER_API_VERSION_MINOR used to build the client to ensure that Triton shared library is compatible with the client.