ANeuralNetworksCompilation_free

Destroy a compilation.

The compilation need not have been finished by a call to {@link ANeuralNetworksModel_finish}.

See {@link ANeuralNetworksCompilation} for information on multithreaded usage.

Available since API level 27.

@param compilation The compilation to be destroyed. Passing NULL is acceptable and results in no operation.

version(Android)
extern (C) @system nothrow @nogc
void
ANeuralNetworksCompilation_free

Meta