Source code
Revision control
Copy as Markdown
Other Tools
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
# vim: set filetype=python:
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# The mozinference library contains ML inference libraries, that are typically
# compiled statically with more recent instruction sets, and do no do dynamic
# dispatch (unfortunately). It is loaded dynamically as needed.
#
GeckoSharedLibrary("mozinference")
SHARED_LIBRARY_NAME = "mozinference"
# Export only the symbols we need for dynamic linking
SYMBOLS_FILE = "mozinference.symbols"