diff --git a/v0.10.0/en/_sources/software/cli.rst.txt b/v0.10.0/en/_sources/software/cli.rst.txt index ef1fd13..bd43b6c 100644 --- a/v0.10.0/en/_sources/software/cli.rst.txt +++ b/v0.10.0/en/_sources/software/cli.rst.txt @@ -191,11 +191,12 @@ The following is an example usage of furiosa-bench without an output path option 99th percentile (us): 79874 99th percentile (us): 307568 -If an output path is specified, furiosa-bench will save a json document as the following: +If an output path is specified, furiosa-bench will save a JSON document as the following: .. code-block:: sh - $ furiosa-bench mnist-8.onnx --workload L -n 1000 -w 8 -t 2 -o mnist.json | cat mnist.json + $ furiosa-bench mnist-8.onnx --workload L -n 1000 -w 8 -t 2 -o mnist.json + $ cat mnist.json { "model_data": { diff --git a/v0.10.0/en/_sources/software/compiler.rst.txt b/v0.10.0/en/_sources/software/compiler.rst.txt index eb6b951..63f6792 100644 --- a/v0.10.0/en/_sources/software/compiler.rst.txt +++ b/v0.10.0/en/_sources/software/compiler.rst.txt @@ -76,7 +76,7 @@ The usage of ``furiosa-compiler`` is as the following: ``SOURCE`` is the file path of -`TFLite `_ or `Onnx `_. +`TFLite `_ or `ONNX `_. You have to use quantized models through :ref:`ModelQuantization` for NPU accleration. You can omit the option `-o OUTPUT`, and you can also choose to designate the output file name. diff --git a/v0.10.0/en/_sources/software/profiler.rst.txt b/v0.10.0/en/_sources/software/profiler.rst.txt index bffa211..aeb2bc5 100644 --- a/v0.10.0/en/_sources/software/profiler.rst.txt +++ b/v0.10.0/en/_sources/software/profiler.rst.txt @@ -1,7 +1,7 @@ .. _Profiling: *********************************** -Performance profiling +Performance Profiling *********************************** Low latency and high throughput performance are critical factors in many DNN applications. @@ -19,7 +19,7 @@ It is thus not enabled by default. You can create trace by using one of the foll .. _ProfilerEnabledByEnv: -Tracing Enabled by Environmet Variable +Tracing via Environment Variable ============================================================ You can enable trace generation by setting the path of the file to which the trace result will be written in ``FURIOSA_PROFILER_OUTPUT_PATH``. The advantage of this method is that the code remains unchanged. The downside is that you cannot set a specific section or category for measurement. @@ -51,7 +51,7 @@ If you enter ``chrome://tracing`` in Chrome's address bar, the trace viewer will .. _ProfilerEnabledByContext: -Tracing Enabled by Profiler Context +Tracing via Profiler Context ============================================================ You can also trace a model inference performance by using a Profiler Context in your Python code. The advantages of this method, in comparison to the tracing by environment variable, are as follows: diff --git a/v0.10.0/en/api/python/furiosa.common.html b/v0.10.0/en/api/python/furiosa.common.html index a12714b..e9359d1 100644 --- a/v0.10.0/en/api/python/furiosa.common.html +++ b/v0.10.0/en/api/python/furiosa.common.html @@ -62,7 +62,7 @@
  • Command Line Tools
  • Compiler
  • Model Quantization
  • -
  • Performance profiling
  • +
  • Performance Profiling
  • FuriosaAI Model Zoo
  • Model Server (Serving Framework)
  • Kubernetes Support
  • diff --git a/v0.10.0/en/api/python/furiosa.common.transport.html b/v0.10.0/en/api/python/furiosa.common.transport.html index 0011ef8..13cbfc2 100644 --- a/v0.10.0/en/api/python/furiosa.common.transport.html +++ b/v0.10.0/en/api/python/furiosa.common.transport.html @@ -62,7 +62,7 @@
  • Command Line Tools
  • Compiler
  • Model Quantization
  • -
  • Performance profiling
  • +
  • Performance Profiling
  • FuriosaAI Model Zoo
  • Model Server (Serving Framework)
  • Kubernetes Support
  • diff --git a/v0.10.0/en/api/python/furiosa.optimizer.frontend.html b/v0.10.0/en/api/python/furiosa.optimizer.frontend.html index 822c30c..c9e4a50 100644 --- a/v0.10.0/en/api/python/furiosa.optimizer.frontend.html +++ b/v0.10.0/en/api/python/furiosa.optimizer.frontend.html @@ -62,7 +62,7 @@
  • Command Line Tools
  • Compiler
  • Model Quantization
  • -
  • Performance profiling
  • +
  • Performance Profiling
  • FuriosaAI Model Zoo
  • Model Server (Serving Framework)
  • Kubernetes Support
  • diff --git a/v0.10.0/en/api/python/furiosa.optimizer.frontend.onnx.html b/v0.10.0/en/api/python/furiosa.optimizer.frontend.onnx.html index df01a0b..d3ef467 100644 --- a/v0.10.0/en/api/python/furiosa.optimizer.frontend.onnx.html +++ b/v0.10.0/en/api/python/furiosa.optimizer.frontend.onnx.html @@ -62,7 +62,7 @@
  • Command Line Tools
  • Compiler
  • Model Quantization
  • -
  • Performance profiling
  • +
  • Performance Profiling
  • FuriosaAI Model Zoo
  • Model Server (Serving Framework)
  • Kubernetes Support
  • diff --git a/v0.10.0/en/api/python/furiosa.optimizer.frontend.onnx.transformer.experimental.html b/v0.10.0/en/api/python/furiosa.optimizer.frontend.onnx.transformer.experimental.html index c42a682..461428c 100644 --- a/v0.10.0/en/api/python/furiosa.optimizer.frontend.onnx.transformer.experimental.html +++ b/v0.10.0/en/api/python/furiosa.optimizer.frontend.onnx.transformer.experimental.html @@ -62,7 +62,7 @@
  • Command Line Tools
  • Compiler
  • Model Quantization
  • -
  • Performance profiling
  • +
  • Performance Profiling
  • FuriosaAI Model Zoo
  • Model Server (Serving Framework)
  • Kubernetes Support
  • diff --git a/v0.10.0/en/api/python/furiosa.optimizer.frontend.onnx.transformer.html b/v0.10.0/en/api/python/furiosa.optimizer.frontend.onnx.transformer.html index 88edc6e..71e2a15 100644 --- a/v0.10.0/en/api/python/furiosa.optimizer.frontend.onnx.transformer.html +++ b/v0.10.0/en/api/python/furiosa.optimizer.frontend.onnx.transformer.html @@ -62,7 +62,7 @@
  • Command Line Tools
  • Compiler
  • Model Quantization
  • -
  • Performance profiling
  • +
  • Performance Profiling
  • FuriosaAI Model Zoo
  • Model Server (Serving Framework)
  • Kubernetes Support
  • diff --git a/v0.10.0/en/api/python/furiosa.optimizer.frontend.onnx.utils.html b/v0.10.0/en/api/python/furiosa.optimizer.frontend.onnx.utils.html index d1dcc80..f3ce64d 100644 --- a/v0.10.0/en/api/python/furiosa.optimizer.frontend.onnx.utils.html +++ b/v0.10.0/en/api/python/furiosa.optimizer.frontend.onnx.utils.html @@ -62,7 +62,7 @@
  • Command Line Tools
  • Compiler
  • Model Quantization
  • -
  • Performance profiling
  • +
  • Performance Profiling
  • FuriosaAI Model Zoo
  • Model Server (Serving Framework)
  • Kubernetes Support
  • diff --git a/v0.10.0/en/api/python/furiosa.optimizer.html b/v0.10.0/en/api/python/furiosa.optimizer.html index a07d019..4a361b7 100644 --- a/v0.10.0/en/api/python/furiosa.optimizer.html +++ b/v0.10.0/en/api/python/furiosa.optimizer.html @@ -62,7 +62,7 @@
  • Command Line Tools
  • Compiler
  • Model Quantization
  • -
  • Performance profiling
  • +
  • Performance Profiling
  • FuriosaAI Model Zoo
  • Model Server (Serving Framework)
  • Kubernetes Support
  • diff --git a/v0.10.0/en/api/python/furiosa.optimizer.interfaces.html b/v0.10.0/en/api/python/furiosa.optimizer.interfaces.html index 6720a31..13b5c42 100644 --- a/v0.10.0/en/api/python/furiosa.optimizer.interfaces.html +++ b/v0.10.0/en/api/python/furiosa.optimizer.interfaces.html @@ -62,7 +62,7 @@
  • Command Line Tools
  • Compiler
  • Model Quantization
  • -
  • Performance profiling
  • +
  • Performance Profiling
  • FuriosaAI Model Zoo
  • Model Server (Serving Framework)
  • Kubernetes Support
  • diff --git a/v0.10.0/en/api/python/furiosa.quantizer.html b/v0.10.0/en/api/python/furiosa.quantizer.html index 5ca5d8d..6bafd7a 100644 --- a/v0.10.0/en/api/python/furiosa.quantizer.html +++ b/v0.10.0/en/api/python/furiosa.quantizer.html @@ -62,7 +62,7 @@
  • Command Line Tools
  • Compiler
  • Model Quantization
  • -
  • Performance profiling
  • +
  • Performance Profiling
  • FuriosaAI Model Zoo
  • Model Server (Serving Framework)
  • Kubernetes Support
  • diff --git a/v0.10.0/en/api/python/furiosa.runtime.html b/v0.10.0/en/api/python/furiosa.runtime.html index e9c0d65..aa87536 100644 --- a/v0.10.0/en/api/python/furiosa.runtime.html +++ b/v0.10.0/en/api/python/furiosa.runtime.html @@ -62,7 +62,7 @@
  • Command Line Tools
  • Compiler
  • Model Quantization
  • -
  • Performance profiling
  • +
  • Performance Profiling
  • FuriosaAI Model Zoo
  • Model Server (Serving Framework)
  • Kubernetes Support
  • diff --git a/v0.10.0/en/api/python/furiosa.server.api.cli.html b/v0.10.0/en/api/python/furiosa.server.api.cli.html index c3597b9..6eb8203 100644 --- a/v0.10.0/en/api/python/furiosa.server.api.cli.html +++ b/v0.10.0/en/api/python/furiosa.server.api.cli.html @@ -62,7 +62,7 @@
  • Command Line Tools
  • Compiler
  • Model Quantization
  • -
  • Performance profiling
  • +
  • Performance Profiling
  • FuriosaAI Model Zoo
  • Model Server (Serving Framework)
  • Kubernetes Support
  • diff --git a/v0.10.0/en/api/python/furiosa.server.api.grpc.generated.html b/v0.10.0/en/api/python/furiosa.server.api.grpc.generated.html index ae14957..8da4de0 100644 --- a/v0.10.0/en/api/python/furiosa.server.api.grpc.generated.html +++ b/v0.10.0/en/api/python/furiosa.server.api.grpc.generated.html @@ -62,7 +62,7 @@
  • Command Line Tools
  • Compiler
  • Model Quantization
  • -
  • Performance profiling
  • +
  • Performance Profiling
  • FuriosaAI Model Zoo
  • Model Server (Serving Framework)
  • Kubernetes Support
  • diff --git a/v0.10.0/en/api/python/furiosa.server.api.grpc.html b/v0.10.0/en/api/python/furiosa.server.api.grpc.html index 23d00a3..8ab01f8 100644 --- a/v0.10.0/en/api/python/furiosa.server.api.grpc.html +++ b/v0.10.0/en/api/python/furiosa.server.api.grpc.html @@ -62,7 +62,7 @@
  • Command Line Tools
  • Compiler
  • Model Quantization
  • -
  • Performance profiling
  • +
  • Performance Profiling
  • FuriosaAI Model Zoo
  • Model Server (Serving Framework)
  • Kubernetes Support
  • diff --git a/v0.10.0/en/api/python/furiosa.server.api.html b/v0.10.0/en/api/python/furiosa.server.api.html index bdcdaac..ee50cf0 100644 --- a/v0.10.0/en/api/python/furiosa.server.api.html +++ b/v0.10.0/en/api/python/furiosa.server.api.html @@ -62,7 +62,7 @@
  • Command Line Tools
  • Compiler
  • Model Quantization
  • -
  • Performance profiling
  • +
  • Performance Profiling
  • FuriosaAI Model Zoo
  • Model Server (Serving Framework)
  • Kubernetes Support
  • diff --git a/v0.10.0/en/api/python/furiosa.server.api.rest.html b/v0.10.0/en/api/python/furiosa.server.api.rest.html index c2b5c4f..e4c137b 100644 --- a/v0.10.0/en/api/python/furiosa.server.api.rest.html +++ b/v0.10.0/en/api/python/furiosa.server.api.rest.html @@ -62,7 +62,7 @@
  • Command Line Tools
  • Compiler
  • Model Quantization
  • -
  • Performance profiling
  • +
  • Performance Profiling
  • FuriosaAI Model Zoo
  • Model Server (Serving Framework)
  • Kubernetes Support
  • diff --git a/v0.10.0/en/api/python/furiosa.server.handlers.html b/v0.10.0/en/api/python/furiosa.server.handlers.html index 7c9a503..656eda1 100644 --- a/v0.10.0/en/api/python/furiosa.server.handlers.html +++ b/v0.10.0/en/api/python/furiosa.server.handlers.html @@ -62,7 +62,7 @@
  • Command Line Tools
  • Compiler
  • Model Quantization
  • -
  • Performance profiling
  • +
  • Performance Profiling
  • FuriosaAI Model Zoo
  • Model Server (Serving Framework)
  • Kubernetes Support
  • diff --git a/v0.10.0/en/api/python/furiosa.server.html b/v0.10.0/en/api/python/furiosa.server.html index 78a3e20..51a9c3c 100644 --- a/v0.10.0/en/api/python/furiosa.server.html +++ b/v0.10.0/en/api/python/furiosa.server.html @@ -62,7 +62,7 @@
  • Command Line Tools
  • Compiler
  • Model Quantization
  • -
  • Performance profiling
  • +
  • Performance Profiling
  • FuriosaAI Model Zoo
  • Model Server (Serving Framework)
  • Kubernetes Support
  • diff --git a/v0.10.0/en/api/python/furiosa.server.types.html b/v0.10.0/en/api/python/furiosa.server.types.html index 3d5bb4c..21836c7 100644 --- a/v0.10.0/en/api/python/furiosa.server.types.html +++ b/v0.10.0/en/api/python/furiosa.server.types.html @@ -62,7 +62,7 @@
  • Command Line Tools
  • Compiler
  • Model Quantization
  • -
  • Performance profiling
  • +
  • Performance Profiling
  • FuriosaAI Model Zoo
  • Model Server (Serving Framework)
  • Kubernetes Support
  • diff --git a/v0.10.0/en/api/python/furiosa.server.utils.html b/v0.10.0/en/api/python/furiosa.server.utils.html index 9a75789..53812a7 100644 --- a/v0.10.0/en/api/python/furiosa.server.utils.html +++ b/v0.10.0/en/api/python/furiosa.server.utils.html @@ -62,7 +62,7 @@
  • Command Line Tools
  • Compiler
  • Model Quantization
  • -
  • Performance profiling
  • +
  • Performance Profiling
  • FuriosaAI Model Zoo
  • Model Server (Serving Framework)
  • Kubernetes Support
  • diff --git a/v0.10.0/en/api/python/furiosa.serving.apps.html b/v0.10.0/en/api/python/furiosa.serving.apps.html index 116a0d6..01b8d48 100644 --- a/v0.10.0/en/api/python/furiosa.serving.apps.html +++ b/v0.10.0/en/api/python/furiosa.serving.apps.html @@ -62,7 +62,7 @@
  • Command Line Tools
  • Compiler
  • Model Quantization
  • -
  • Performance profiling
  • +
  • Performance Profiling
  • FuriosaAI Model Zoo
  • Model Server (Serving Framework)
  • Kubernetes Support
  • diff --git a/v0.10.0/en/api/python/furiosa.serving.html b/v0.10.0/en/api/python/furiosa.serving.html index 0d0381d..40d165b 100644 --- a/v0.10.0/en/api/python/furiosa.serving.html +++ b/v0.10.0/en/api/python/furiosa.serving.html @@ -62,7 +62,7 @@
  • Command Line Tools
  • Compiler
  • Model Quantization
  • -
  • Performance profiling
  • +
  • Performance Profiling
  • FuriosaAI Model Zoo
  • Model Server (Serving Framework)
  • Kubernetes Support
  • diff --git a/v0.10.0/en/api/python/furiosa.serving.processors.html b/v0.10.0/en/api/python/furiosa.serving.processors.html index a5f6fc6..9a9fb5a 100644 --- a/v0.10.0/en/api/python/furiosa.serving.processors.html +++ b/v0.10.0/en/api/python/furiosa.serving.processors.html @@ -62,7 +62,7 @@
  • Command Line Tools
  • Compiler
  • Model Quantization
  • -
  • Performance profiling
  • +
  • Performance Profiling
  • FuriosaAI Model Zoo
  • Model Server (Serving Framework)
  • Kubernetes Support
  • diff --git a/v0.10.0/en/api/python/modules.html b/v0.10.0/en/api/python/modules.html index 78b8816..06f2fb4 100644 --- a/v0.10.0/en/api/python/modules.html +++ b/v0.10.0/en/api/python/modules.html @@ -62,7 +62,7 @@
  • Command Line Tools
  • Compiler
  • Model Quantization
  • -
  • Performance profiling
  • +
  • Performance Profiling
  • FuriosaAI Model Zoo
  • Model Server (Serving Framework)
  • Kubernetes Support
  • diff --git a/v0.10.0/en/customer-support/bugs.html b/v0.10.0/en/customer-support/bugs.html index 5ce3666..0848bc9 100644 --- a/v0.10.0/en/customer-support/bugs.html +++ b/v0.10.0/en/customer-support/bugs.html @@ -61,7 +61,7 @@
  • Command Line Tools
  • Compiler
  • Model Quantization
  • -
  • Performance profiling
  • +
  • Performance Profiling
  • FuriosaAI Model Zoo
  • Model Server (Serving Framework)
  • Kubernetes Support
  • diff --git a/v0.10.0/en/genindex.html b/v0.10.0/en/genindex.html index 8e76ba7..d58b5d6 100644 --- a/v0.10.0/en/genindex.html +++ b/v0.10.0/en/genindex.html @@ -60,7 +60,7 @@
  • Command Line Tools
  • Compiler
  • Model Quantization
  • -
  • Performance profiling
  • +
  • Performance Profiling
  • FuriosaAI Model Zoo
  • Model Server (Serving Framework)
  • Kubernetes Support
  • diff --git a/v0.10.0/en/index.html b/v0.10.0/en/index.html index ec00150..636dc10 100644 --- a/v0.10.0/en/index.html +++ b/v0.10.0/en/index.html @@ -61,7 +61,7 @@
  • Command Line Tools
  • Compiler
  • Model Quantization
  • -
  • Performance profiling
  • +
  • Performance Profiling
  • FuriosaAI Model Zoo
  • Model Server (Serving Framework)
  • Kubernetes Support
  • diff --git a/v0.10.0/en/npu/intro.html b/v0.10.0/en/npu/intro.html index a5ff5b7..3d3933a 100644 --- a/v0.10.0/en/npu/intro.html +++ b/v0.10.0/en/npu/intro.html @@ -69,7 +69,7 @@
  • Command Line Tools
  • Compiler
  • Model Quantization
  • -
  • Performance profiling
  • +
  • Performance Profiling
  • FuriosaAI Model Zoo
  • Model Server (Serving Framework)
  • Kubernetes Support
  • diff --git a/v0.10.0/en/npu/supported_operators.html b/v0.10.0/en/npu/supported_operators.html index 3d15f4b..6e783c5 100644 --- a/v0.10.0/en/npu/supported_operators.html +++ b/v0.10.0/en/npu/supported_operators.html @@ -62,7 +62,7 @@
  • Command Line Tools
  • Compiler
  • Model Quantization
  • -
  • Performance profiling
  • +
  • Performance Profiling
  • FuriosaAI Model Zoo
  • Model Server (Serving Framework)
  • Kubernetes Support
  • diff --git a/v0.10.0/en/objects.inv b/v0.10.0/en/objects.inv index 1241d28..aabd79c 100644 Binary files a/v0.10.0/en/objects.inv and b/v0.10.0/en/objects.inv differ diff --git a/v0.10.0/en/py-modindex.html b/v0.10.0/en/py-modindex.html index b05559c..6393dd5 100644 --- a/v0.10.0/en/py-modindex.html +++ b/v0.10.0/en/py-modindex.html @@ -63,7 +63,7 @@
  • Command Line Tools
  • Compiler
  • Model Quantization
  • -
  • Performance profiling
  • +
  • Performance Profiling
  • FuriosaAI Model Zoo
  • Model Server (Serving Framework)
  • Kubernetes Support
  • diff --git a/v0.10.0/en/releases/0.5.0.html b/v0.10.0/en/releases/0.5.0.html index 5f15ed3..0c77092 100644 --- a/v0.10.0/en/releases/0.5.0.html +++ b/v0.10.0/en/releases/0.5.0.html @@ -62,7 +62,7 @@
  • Command Line Tools
  • Compiler
  • Model Quantization
  • -
  • Performance profiling
  • +
  • Performance Profiling
  • FuriosaAI Model Zoo
  • Model Server (Serving Framework)
  • Kubernetes Support
  • diff --git a/v0.10.0/en/releases/0.6.0.html b/v0.10.0/en/releases/0.6.0.html index 52267f0..914ec49 100644 --- a/v0.10.0/en/releases/0.6.0.html +++ b/v0.10.0/en/releases/0.6.0.html @@ -62,7 +62,7 @@
  • Command Line Tools
  • Compiler
  • Model Quantization
  • -
  • Performance profiling
  • +
  • Performance Profiling
  • FuriosaAI Model Zoo
  • Model Server (Serving Framework)
  • Kubernetes Support
  • diff --git a/v0.10.0/en/releases/0.7.0.html b/v0.10.0/en/releases/0.7.0.html index e495c69..e630e1a 100644 --- a/v0.10.0/en/releases/0.7.0.html +++ b/v0.10.0/en/releases/0.7.0.html @@ -62,7 +62,7 @@
  • Command Line Tools
  • Compiler
  • Model Quantization
  • -
  • Performance profiling
  • +
  • Performance Profiling
  • FuriosaAI Model Zoo
  • Model Server (Serving Framework)
  • Kubernetes Support
  • @@ -232,7 +232,7 @@

    Performance Profiling ToolsPerformance profiling.

    +

    More details can be found in Performance Profiling.

    Tracing

    diff --git a/v0.10.0/en/releases/0.8.0.html b/v0.10.0/en/releases/0.8.0.html index 56a4276..78b666e 100644 --- a/v0.10.0/en/releases/0.8.0.html +++ b/v0.10.0/en/releases/0.8.0.html @@ -63,7 +63,7 @@
  • Command Line Tools
  • Compiler
  • Model Quantization
  • -
  • Performance profiling
  • +
  • Performance Profiling
  • FuriosaAI Model Zoo
  • Model Server (Serving Framework)
  • Kubernetes Support
  • diff --git a/v0.10.0/en/releases/0.9.0.html b/v0.10.0/en/releases/0.9.0.html index 33a001a..138bbe3 100644 --- a/v0.10.0/en/releases/0.9.0.html +++ b/v0.10.0/en/releases/0.9.0.html @@ -62,7 +62,7 @@
  • Command Line Tools
  • Compiler
  • Model Quantization
  • -
  • Performance profiling
  • +
  • Performance Profiling
  • FuriosaAI Model Zoo
  • Model Server (Serving Framework)
  • Kubernetes Support
  • diff --git a/v0.10.0/en/search.html b/v0.10.0/en/search.html index 2eac221..d9e6863 100644 --- a/v0.10.0/en/search.html +++ b/v0.10.0/en/search.html @@ -63,7 +63,7 @@
  • Command Line Tools
  • Compiler
  • Model Quantization
  • -
  • Performance profiling
  • +
  • Performance Profiling
  • FuriosaAI Model Zoo
  • Model Server (Serving Framework)
  • Kubernetes Support
  • diff --git a/v0.10.0/en/searchindex.js b/v0.10.0/en/searchindex.js index 49856a6..050011e 100644 --- a/v0.10.0/en/searchindex.js +++ b/v0.10.0/en/searchindex.js @@ -1 +1 @@ -Search.setIndex({"docnames": ["api/python/furiosa.common", "api/python/furiosa.common.transport", "api/python/furiosa.optimizer", "api/python/furiosa.optimizer.frontend", "api/python/furiosa.optimizer.frontend.onnx", "api/python/furiosa.optimizer.frontend.onnx.transformer", "api/python/furiosa.optimizer.frontend.onnx.transformer.experimental", "api/python/furiosa.optimizer.frontend.onnx.utils", "api/python/furiosa.optimizer.interfaces", "api/python/furiosa.quantizer", "api/python/furiosa.runtime", "api/python/furiosa.server", "api/python/furiosa.server.api", "api/python/furiosa.server.api.cli", "api/python/furiosa.server.api.grpc", "api/python/furiosa.server.api.grpc.generated", "api/python/furiosa.server.api.rest", "api/python/furiosa.server.handlers", "api/python/furiosa.server.types", "api/python/furiosa.server.utils", "api/python/furiosa.serving", "api/python/furiosa.serving.apps", "api/python/furiosa.serving.processors", "api/python/modules", "customer-support/bugs", "index", "npu/intro", "npu/supported_operators", "releases/0.5.0", "releases/0.6.0", "releases/0.7.0", "releases/0.8.0", "releases/0.9.0", "software/c-sdk", "software/cli", "software/compiler", "software/installation", "software/intro", "software/kubernetes_support", "software/profiler", "software/python-sdk", "software/quantization", "software/references", "software/serving", "software/tutorials"], "filenames": ["api/python/furiosa.common.rst", "api/python/furiosa.common.transport.rst", "api/python/furiosa.optimizer.rst", "api/python/furiosa.optimizer.frontend.rst", "api/python/furiosa.optimizer.frontend.onnx.rst", "api/python/furiosa.optimizer.frontend.onnx.transformer.rst", "api/python/furiosa.optimizer.frontend.onnx.transformer.experimental.rst", "api/python/furiosa.optimizer.frontend.onnx.utils.rst", "api/python/furiosa.optimizer.interfaces.rst", "api/python/furiosa.quantizer.rst", "api/python/furiosa.runtime.rst", "api/python/furiosa.server.rst", "api/python/furiosa.server.api.rst", "api/python/furiosa.server.api.cli.rst", "api/python/furiosa.server.api.grpc.rst", "api/python/furiosa.server.api.grpc.generated.rst", "api/python/furiosa.server.api.rest.rst", "api/python/furiosa.server.handlers.rst", "api/python/furiosa.server.types.rst", "api/python/furiosa.server.utils.rst", "api/python/furiosa.serving.rst", "api/python/furiosa.serving.apps.rst", "api/python/furiosa.serving.processors.rst", "api/python/modules.rst", "customer-support/bugs.rst", "index.rst", "npu/intro.rst", "npu/supported_operators.rst", "releases/0.5.0.rst", "releases/0.6.0.rst", "releases/0.7.0.rst", "releases/0.8.0.rst", "releases/0.9.0.rst", "software/c-sdk.rst", "software/cli.rst", "software/compiler.rst", "software/installation.rst", "software/intro.rst", "software/kubernetes_support.rst", "software/profiler.rst", "software/python-sdk.rst", "software/quantization.rst", "software/references.rst", "software/serving.rst", "software/tutorials.rst"], "titles": ["furiosa.common package", "furiosa.common.transport package", "furiosa.optimizer package", "furiosa.optimizer.frontend package", "furiosa.optimizer.frontend.onnx package", "furiosa.optimizer.frontend.onnx.transformer package", "furiosa.optimizer.frontend.onnx.transformer.experimental package", "furiosa.optimizer.frontend.onnx.utils package", "furiosa.optimizer.interfaces package", "furiosa.quantizer package", "furiosa.runtime package", "furiosa.server package", "furiosa.server.api package", "furiosa.server.api.cli package", "furiosa.server.api.grpc package", "furiosa.server.api.grpc.generated package", "furiosa.server.api.rest package", "furiosa.server.handlers package", "furiosa.server.types package", "furiosa.server.utils namespace", "furiosa.serving package", "furiosa.serving.apps package", "furiosa.serving.processors package", "Python SDK", "Bug Report", "FuriosaAI NPU & SDK 0.10.0 Documents", "FuriosaAI NPU", "List of Supported Operators for NPU Acceleration", "Release Notes - 0.5.0", "Release Notes - 0.6.0", "Release Notes - 0.7.0", "Release Notes - 0.8.0", "Release Notes - 0.9.0", "C SDK installation and user guide", "Command Line Tools", "Compiler", "Driver, Firmware, and Runtime Installation", "FuriosaAI SW Stack Introduction", "Kubernetes Support", "Performance profiling", "Python SDK installation and user guide", "Model Quantization", "References", "Model Server (Serving Framework)", "Tutorial and Code Examples"], "terms": {"transport": [0, 23, 36], "base": [0, 5, 6, 7, 8, 9, 10, 11, 20, 23, 25, 31, 33, 36, 37, 38, 41, 43, 44], "file": [0, 10, 23, 24, 28, 29, 33, 34, 36, 37, 38, 39], "github": [0, 6, 7, 23, 29, 39, 40, 43], "http": [0, 6, 7, 23, 24, 28, 36, 38, 39, 40, 43], "s3": [0, 23, 31], "except": [0, 1, 10, 11], "furiosaerror": [0, 10], "messag": [0, 10, 24, 43], "str": [0, 1, 2, 4, 5, 7, 9, 10, 11], "gener": [0, 8, 10, 12, 14, 23, 26, 28, 33, 34, 35, 37, 39, 40, 41], "caus": [0, 10, 39], "runtim": [0, 23, 24, 25, 26, 28, 29, 30, 31, 32, 33, 34, 35, 39, 43], "is_err": 0, "err": 0, "c_int": 0, "int": [0, 2, 4, 5, 6, 7, 10, 31], "bool": [0, 1, 5, 6, 7, 9, 10], "is_ok": 0, "class": [0, 1, 5, 6, 7, 8, 9, 10, 31], "loglevel": [0, 43], "valu": [0, 5, 9, 10, 24, 28, 30, 35, 38], "intenum": [0, 9], "python": [0, 10, 24, 25, 28, 31, 32, 33, 34, 35, 39, 41, 42, 43, 44], "object": [0, 5, 7, 9, 23, 25, 26, 31, 37, 44], "correspondnig": 0, "nux_log_level_t": 0, "nux": [0, 30, 31, 43], "c": [0, 5, 10, 24, 25, 28, 30, 31, 32, 34, 38, 42, 43], "api": [0, 11, 25, 29, 32, 33, 35, 36, 39, 43, 44], "1": [0, 5, 9, 10, 24, 26, 28, 29, 30, 31, 32, 34, 35, 36, 39, 43], "info": [0, 5, 10, 24, 28, 31, 32, 38, 43], "3": [0, 9, 10, 24, 28, 30, 31, 34, 39, 40, 43], "off": [0, 10], "0": [0, 5, 9, 10, 24, 26, 27, 34, 35, 36, 38, 39, 40, 41, 43], "warn": [0, 10, 29, 30, 43], "2": [0, 5, 9, 10, 26, 27, 28, 29, 30, 31, 32, 34, 35, 37, 39], "find_global_lib_path": 0, "libnam": 0, "find_native_lib_path": 0, "none": [0, 2, 4, 5, 6, 7, 9, 10, 11, 32, 34, 38, 40], "find": [0, 1, 24, 28, 29, 30, 31, 32, 33, 35, 38, 39, 40, 43], "librari": [0, 24, 30, 31, 32, 33, 34, 36, 37, 40], "path": [0, 1, 10, 24, 28, 30, 33, 34, 35, 38, 39, 43], "accord": [0, 33, 36, 37, 40], "follow": [0, 1, 5, 10, 24, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 43], "prioriti": 0, "If": [0, 1, 6, 9, 10, 24, 27, 28, 29, 31, 32, 34, 35, 36, 37, 38, 39, 40, 43], "environ": [0, 10, 28, 30, 31, 34, 35, 36, 37, 38, 39, 43], "variabl": [0, 10, 28, 30, 31, 35], "ld_library_path": 0, "i": [0, 1, 5, 9, 10, 23, 24, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 43], "set": [0, 10, 23, 30, 31, 32, 33, 34, 35, 38, 39, 40], "thi": [0, 1, 5, 9, 10, 23, 24, 25, 27, 28, 31, 34, 35, 36, 37, 38, 39, 40, 41, 43], "function": [0, 5, 10, 28, 29, 30, 31, 32, 34, 35, 37, 38, 39, 40], "tri": [0, 10], "found": [0, 26, 28, 29, 30, 31, 32, 34, 35, 37, 40], "from": [0, 1, 6, 9, 10, 24, 25, 28, 29, 30, 31, 32, 34, 35, 36, 39, 40, 41, 43, 44], "otherwis": [0, 10], "global": 0, "usr": [0, 24, 31, 33, 34, 38, 39], "lib": [0, 33, 38], "local": [0, 1, 24, 28, 30, 31, 34, 35, 43], "still": [0, 10], "cannot": [0, 10, 30, 33, 39], "return": [0, 1, 9, 10, 29, 31, 43], "find_native_lib": 0, "register_hook": 0, "type": [0, 1, 9, 11, 23, 26, 28, 29, 30, 35, 37, 38, 41], "callabl": [0, 5], "__register_common_capi": 0, "interfac": [0, 2, 23, 26, 40], "embed": [0, 37], "after": [0, 5, 10, 27, 29, 34, 35, 38, 40], "load": [0, 10, 24, 31, 34, 37, 39], "call": [0, 9, 10, 33, 35, 36, 37, 43], "cifac": 0, "find_user_lib_path": 0, "asynchron": [0, 10, 28, 37], "f": [0, 10, 28, 38], "replac": [0, 7, 10, 36, 41], "sync": [0, 10, 35, 39], "async": [0, 1, 10, 29, 31], "us": [0, 5, 9, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 36, 37, 38, 41, 43, 44], "aysncio": 0, "pool": [0, 31], "synchron": [0, 10, 29, 31], "run": [0, 10, 27, 28, 30, 31, 34, 35, 36, 37, 38, 39, 40], "place": 0, "result": [0, 10, 26, 29, 30, 31, 32, 34, 35, 39], "furiosaversioninfo": 0, "version": [0, 10, 11, 24, 27, 28, 34, 35, 37, 38, 40], "eprint": 0, "arg": [0, 34, 38], "kwarg": 0, "get_sdk_vers": 0, "git": [0, 39, 40, 43], "commit": [0, 28, 29, 30, 38], "hash": [0, 38], "repres": [0, 9, 10], "current": [0, 10, 25, 33, 34, 36, 37, 38, 40], "applic": [0, 23, 31, 33, 35, 37, 38, 39, 40, 43], "removeprefix": 0, "word": 0, "prefix": 0, "9": [0, 9, 10, 24, 28, 30, 31, 34, 36, 39, 43], "see": [0, 10, 24, 29, 32, 34, 35, 38, 40], "doc": 0, "org": 0, "stdtype": 0, "html": [0, 34], "sdk": [0, 10, 24, 26, 27, 28, 34, 35, 38, 39, 41, 42, 43, 44], "abc": 1, "read": [1, 10, 35, 38, 40], "download": [1, 36, 40], "variou": [1, 26, 30, 32, 36, 37, 38, 40, 41, 43], "sourc": [1, 35, 36, 38, 39, 40, 43], "properti": [1, 10, 30, 31, 36], "cache_directori": 1, "cach": 1, "directori": [1, 10, 30, 33, 35, 38, 39], "save": [1, 24, 28, 30, 34, 35, 39, 43], "abstract": [1, 30, 31, 32], "uri": 1, "destin": 1, "paramet": [1, 9, 10, 28, 30], "data": [1, 5, 9, 10, 30, 31, 32, 34, 35, 37, 38, 39, 41, 43], "name": [1, 5, 9, 10, 11, 27, 28, 30, 31, 32, 34, 35, 36, 38, 39, 40, 43], "locat": [1, 29, 31, 33, 35], "static": [1, 5, 24, 28, 33], "is_support": 1, "decid": [1, 32], "whether": [1, 9, 10, 30, 32, 34, 38, 40], "support": [1, 23, 25, 26, 29, 31, 33, 34, 35, 41, 43], "specifi": [1, 9, 10, 30, 31, 32, 34, 35, 37, 39, 40, 43], "model": [1, 2, 4, 5, 6, 7, 8, 9, 23, 24, 26, 27, 29, 30, 32, 39, 42, 44], "dispatch": 1, "method": [1, 9, 10, 37, 39, 40, 41, 43], "signatur": 1, "transporterror": 1, "msg": [1, 11], "transportnotfound": 1, "list": [1, 2, 4, 5, 6, 7, 9, 10, 25, 28, 29, 30, 31, 35, 36, 37], "filetransport": 1, "check": [1, 5, 7, 24, 28, 29, 34, 36, 38, 40, 43], "ha": [1, 5, 10, 26, 29, 30, 31, 32, 34, 38], "valid": [1, 10, 29, 34, 35], "scheme": [1, 26], "e": [1, 10, 29, 34, 36, 38], "g": [1, 10, 29, 34], "just": [1, 10, 30, 43], "copi": [1, 10, 43], "githubtransport": 1, "header": [1, 33], "dict": [1, 5, 9, 10, 29], "param": 1, "httptransport": 1, "repositori": [1, 20, 23, 29, 30, 31, 32, 40], "url": [1, 31, 35, 43], "com": [1, 6, 7, 28, 36, 38, 39, 40, 43], "pars": 1, "tupl": [1, 9, 10], "ai": [1, 10, 24, 25, 28, 36, 38, 39, 40, 43], "main": [1, 10, 11, 12, 23, 28], "s3transport": 1, "network": [1, 36, 41], "util": [1, 3, 4, 9, 11, 23, 26, 29, 31, 32, 34, 35, 37, 40], "fetch": 1, "which": [1, 10, 26, 31, 34, 35, 37, 38, 39], "rais": [1, 10], "all": [1, 5, 10, 26, 28, 31, 34, 35, 40, 43], "avail": [1, 10, 31, 34, 36, 37, 38, 40], "ar": [1, 5, 10, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 43], "is_rel": 1, "rel": [1, 33], "we": [1, 25, 28, 32, 33, 36, 37, 40], "assum": [1, 6, 10], "": [1, 5, 7, 9, 10, 26, 28, 32, 34, 35, 37, 38, 39, 40, 41], "you": [1, 10, 24, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 43], "should": [1, 10, 24, 26, 30, 34], "iter": [1, 5, 6, 9, 10], "frontend": [2, 23], "onnx": [2, 3, 9, 10, 23, 24, 26, 27, 28, 29, 30, 31, 34, 35, 37, 41, 43], "submodul": [2, 3, 4, 10, 12, 23], "transform": [2, 3, 4, 7, 23], "furiosaai": [2, 9, 24, 27, 28, 29, 31, 33, 34, 35, 36, 38, 43], "optimize_model": [2, 4, 32], "modelproto": [2, 4, 5, 6, 7, 9], "input_shap": [2, 4, 5, 7, 31, 39], "map": [2, 4, 5, 7, 9, 41], "opset_vers": [2, 4, 7], "13": [2, 4, 5, 7, 28, 35, 41], "convert_negative_pads_to_slic": [3, 4], "convert_prelu_to_relu": [3, 4], "fuse_batchnorm": [3, 4], "fuse_gather_matmul": [3, 4], "infer_squeeze_ax": [3, 4], "polish_model": [3, 4], "check_model": [3, 4], "inference_shap": [3, 4], "version_check": [3, 4], "experiment": [4, 5, 30, 35], "eliminate_detection_postprocess": [4, 5], "embedding_bag_port": [4, 5], "fuse_div_for_bert": [4, 5], "reify_conv_for_bert": [4, 5], "convertnegativepadstoslic": 5, "pattern_1": 5, "name_nod": [5, 6], "true": [5, 6, 7, 10, 38, 43], "onnxtransform": [5, 6], "prev": 5, "pad": [5, 27, 30], "next": [5, 33, 38, 40], "slice": [5, 27, 29, 30], "input": [5, 6, 9, 23, 24, 28, 30, 31, 34, 35, 37, 39, 41, 43], "an": [5, 7, 9, 24, 26, 28, 30, 31, 32, 34, 35, 36, 37, 38, 39, 40, 41, 43], "initi": [5, 9, 10, 24, 30, 43], "least": [5, 35], "one": [5, 9, 10, 35, 37, 38, 39, 40], "neg": 5, "sum": 5, "axi": [5, 10, 27, 29, 30], "doe": [5, 10, 30, 40, 43], "exce": 5, "correspond": [5, 10], "invalid": [5, 35], "absolut": 5, "each": [5, 10, 26, 30, 31, 32, 34, 37, 38, 39], "less": 5, "than": [5, 10, 27, 30, 32, 33, 40], "lead": [5, 32, 35], "nan": 5, "output": [5, 9, 23, 24, 28, 30, 31, 32, 34, 35, 37, 38, 39, 41], "make_new_init_and_vi": 5, "matched_nod": 5, "nodeproto": [5, 6], "valueinfoproto": 5, "tensorproto": 5, "make_new_nod": 5, "pattern_condition_check": [5, 6], "nodes_to_check": [5, 6], "pattern_match": [5, 6], "base_nod": [5, 6], "pattern_to_match": 5, "pattern_2": 5, "zero": [5, 10], "convertprelutorelu": 5, "prelu": [5, 31], "x": [5, 10, 38], "slope": 5, "relu": [5, 27], "make_new_init": 5, "make_new_vi": 5, "fusebatchnorm": 5, "conv": [5, 6, 27, 30, 31], "batchnorm": [5, 27, 28, 30], "convtranspos": [5, 27, 28, 31], "pattern_3": 5, "mul": [5, 27, 31], "add": [5, 6, 27, 28, 29, 31, 34, 36, 37, 38], "onli": [5, 6, 10, 25, 27, 28, 29, 30, 33, 35, 37, 38], "pattern_4": 5, "op_typ": 5, "fusegathermatmul": 5, "gather": [5, 30, 31], "matmul": [5, 6, 27, 30, 31], "must": [5, 33, 36, 37, 38, 39], "have": [5, 9, 10, 24, 28, 30, 31, 33, 34, 35, 36, 38, 40], "exactli": 5, "defin": [5, 7, 10], "graph": [5, 6, 34, 35, 41], "weight": [5, 27, 30, 37, 41], "data_typ": 5, "float": [5, 9, 10, 26, 37, 41], "rank": 5, "infersqueezeax": 5, "squeez": [5, 30], "ax": [5, 10, 30], "attribut": 5, "fill": [5, 10], "opset": [5, 7, 28, 30, 35], "exist": [5, 10, 28, 32, 40], "shape": [5, 10, 24, 28, 30, 37, 39, 43], "infer": [5, 25, 26, 29, 30, 31, 34, 35, 37, 39, 40, 43, 44], "polishmodel": 5, "essenti": 5, "check_value_info": 5, "eliminate_initializer_from_graph_input": 5, "eliminate_unused_initi": 5, "elimin": [5, 26, 32], "everi": [5, 34], "node": [5, 6, 28, 37], "regardless": [5, 30], "ani": [5, 10, 30, 34, 40], "field": [5, 40], "thei": [5, 10, 27, 33, 37, 39], "eliminate_unused_input": 5, "eliminate_unused_output": 5, "eliminate_unused_proto": 5, "eliminate_unused_value_info": 5, "fix_batch_size_as_on": 5, "fix": [5, 28, 29, 31, 32], "batch_siz": [5, 6, 10, 24, 28, 30, 31, 35], "dim_param": 5, "given": [5, 10, 24, 30, 35, 36], "fixed_point": 5, "t": [5, 6, 8, 10, 30, 34], "get_attribut": 5, "attr": 5, "attributeproto": 5, "attr_nam": 5, "default": [5, 9, 10, 24, 28, 30, 33, 34, 35, 38, 39, 43], "get_node_attribut": 5, "get_node_input_nam": 5, "get_node_output_nam": 5, "is_op_typ": 5, "target_op_typ": 5, "make_initializer_name_uniqu": 5, "make_unhashables_uniqu": 5, "rebuild_model": 5, "new_nod": 5, "renam": [5, 29], "bridge_disconnected_nod": 5, "node_0": 5, "next_nod": 5, "new_input": 5, "For": [5, 10, 27, 32, 35, 36, 37, 38, 39, 40], "chang": [5, 10, 28, 34, 36, 41], "exampl": [5, 10, 24, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 38, 39, 40, 41, 43], "befor": [5, 28, 29, 30, 31, 32, 40], "node_1": 5, "bridg": 5, "assign": 5, "y": [5, 10, 30, 31, 32, 33, 34, 36, 38, 40], "build_optimized_model": 5, "check_runn": [5, 7], "copy_value_info": 5, "find_next_nod": 5, "find_prev_nod": 5, "node_input": 5, "get_data_node_input": 5, "get_init_node_input": 5, "get_initializer_arrai": 5, "get_map_valu": 5, "get_value_info_dtyp": 5, "tensor_nam": [5, 9], "get_value_info_shap": 5, "is_same_shap": 5, "input_1": 5, "input_2": 5, "pop_multiple_optimizer_map": 5, "pop_single_optimizer_map": 5, "transform_to_elimin": 5, "nodes_to_remov": 5, "design": [5, 28, 30, 31, 32, 34, 35, 36, 37, 38, 39], "previou": [5, 35], "them": [5, 10, 25, 26, 32, 37, 40], "b": [5, 34, 35, 38, 41], "remov": [5, 10, 29, 32], "A": [5, 9, 10, 30, 32, 34, 40], "d": [5, 10, 34, 36], "connect": [5, 10, 28, 33], "make": [5, 10, 38, 39, 40], "transform_to_fus": 5, "nodes_to_add": 5, "inits_to_add": 5, "vis_to_add": 5, "traverse_prev_nod": 5, "producer_map_kei": 5, "update_graph_field": 5, "update_multiple_initializer_map": 5, "update_multiple_optimizer_map": 5, "dest_nam": 5, "update_multiple_value_info_map": 5, "value_info": 5, "update_single_initializer_map": 5, "update_single_optimizer_map": 5, "update_single_value_info_map": 5, "eliminatessddetectionpostprocess": 6, "ssd_output": 6, "softmax": [6, 27, 30], "graph_output": 6, "nchw": [6, 10], "embeddingbagpattern": 6, "appli": [6, 10, 28, 38], "dlrm": 6, "export": [6, 10, 26, 35, 39], "embeddingbag": 6, "equival": [6, 10], "torch": 6, "simplifi": [6, 7], "doesn": [6, 10], "work": [6, 10, 34, 37], "becaus": [6, 10, 35], "can": [6, 9, 10, 24, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 43], "handl": [6, 10], "empti": [6, 10], "bag": 6, "pytorch": [6, 26, 29], "blob": 6, "55d479aca5e959c5f2fe3089e162db710bb7632d": 6, "symbolic_opset11": 6, "py": [6, 39], "l836": 6, "l902": 6, "check_condition_3": 6, "embeddingbagport": 6, "128": [6, 27, 29], "fusedivforbert": 6, "some": [6, 10, 24, 27, 28, 30, 35], "bert": 6, "transform_matmul_add": 6, "reifyconvforbert": 6, "well": [7, 10, 28, 29, 31], "execut": [7, 10, 29, 30, 31, 32, 34, 35, 37, 38, 39, 43], "onnxruntim": 7, "inferenceshap": 7, "former": 7, "onnx_simplifi": 7, "daquexian": 7, "checkvers": 7, "convert": [7, 9, 10, 11, 12, 23, 26, 29, 31, 32, 40, 41], "12": [7, 27, 28, 30, 31, 34, 38, 39], "opset_bound": 7, "calibrationmethod": [9, 32], "min_max_asym": [9, 32], "min": [9, 10, 32, 34, 39, 41], "max": [9, 10, 26, 32, 34, 39, 41], "asymmetr": [9, 32, 41], "min_max_sym": [9, 32], "symmetr": [9, 41], "entropy_asym": [9, 32], "entropi": [9, 32, 41], "aymmetr": 9, "entropy_sym": [9, 32], "percentile_asym": [9, 32], "percentil": [9, 10, 32, 34, 39, 41], "percentile_sym": [9, 32], "mse_asym": [9, 32], "mean": [9, 10, 27, 32, 34, 39], "squar": [9, 32], "error": [9, 23, 24, 32, 35, 38, 40, 43], "mse": [9, 41], "mse_sym": [9, 32], "sqnr_asym": [9, 32], "signal": [9, 10, 24, 32], "nois": [9, 32], "ratio": [9, 32], "sqnr": [9, 41], "sqnr_sym": [9, 32], "6": [9, 24, 27, 32, 34, 39], "7": [9, 32, 38], "4": [9, 10, 31, 32, 34, 39], "5": [9, 10, 24, 26, 29, 32, 34, 35, 39, 41], "8": [9, 10, 24, 26, 28, 30, 32, 34, 39, 40, 41, 43], "byte": [9, 10], "calibration_method": 9, "percentag": [9, 34], "99": [9, 10, 32, 34, 39, 41], "collect": [9, 10, 24, 34], "tensor": [9, 23, 24, 28, 29, 30, 31, 32, 37], "comput": [9, 26, 27, 34], "rang": [9, 10, 31, 32, 39], "collect_data": [9, 32], "calibration_dataset": 9, "sequenc": 9, "ndarrai": [9, 10, 29, 31], "multipl": [9, 10, 29, 31, 37, 38, 43], "time": [9, 10, 26, 29, 30, 31, 32, 34, 38, 39, 40], "numpi": [9, 10, 29, 31, 32, 39, 43], "provid": [9, 10, 26, 29, 31, 32, 33, 34, 36, 37, 38, 39, 40, 41, 43], "compute_rang": [9, 32], "verbos": [9, 10, 34, 35], "fals": [9, 10], "estim": 9, "basi": 9, "show": [9, 30, 32, 35, 36, 38, 43], "progress": [9, 10], "bar": [9, 39], "dictionari": 9, "modeleditor": 9, "manipul": 9, "convert_input_typ": 9, "tensor_typ": 9, "tensortyp": 9, "element": [9, 10, 26, 32], "The": [9, 10, 24, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 43], "desir": [9, 10, 35, 38], "convert_output_typ": 9, "tensor_rang": 9, "option": [9, 10, 30, 31, 32, 33, 34, 35, 36, 38, 40, 43], "new": [9, 10, 32, 33], "origin": [9, 10, 41], "retain": [9, 10, 26], "enumer": [9, 10], "convert_": 9, "_type": 9, "int8": [9, 10, 26, 37, 41], "uint8": [9, 10, 28, 32, 39, 43], "get_output_nam": 9, "get_pure_input_nam": 9, "associ": [9, 10], "qunat": 9, "tensor_name_to_rang": 9, "its": [9, 10, 25, 30, 38, 40, 43], "serial": [9, 34], "incorpor": 9, "inform": [9, 24, 28, 34, 37, 38, 40], "high": [10, 26, 31, 37, 39], "level": [10, 29, 33, 35, 37, 43], "npu": [10, 24, 29, 31, 32, 33, 34, 37, 39, 40, 41, 43], "divid": [10, 31], "three": [10, 41], "wa": [10, 28, 32, 34], "first": [10, 26, 31, 34, 35, 37, 41, 43], "introduc": [10, 33, 37], "furiosart": [10, 33], "10": [10, 24, 28, 30, 31, 32, 34, 35, 38, 39, 40], "backward": 10, "compat": [10, 29, 31, 38, 40, 43], "slate": 10, "futur": [10, 33], "releas": [10, 33], "more": [10, 28, 29, 31, 32, 33, 35, 37, 38, 40, 43], "further": [10, 41], "contain": [10, 24, 28, 30, 34, 37, 38, 40], "two": [10, 26, 34, 35, 38], "differ": 10, "singl": [10, 26, 28, 31, 38], "activ": [10, 26, 30, 31, 38], "either": [10, 34, 36], "possibl": [10, 35], "task": [10, 26, 29, 37, 38, 39], "thread": [10, 23, 29, 31, 34, 39], "separ": [10, 37, 40], "send": [10, 43], "recv": [10, 36], "respect": [10, 33, 37], "pair": 10, "context": [10, 30], "distinguish": 10, "while": [10, 26, 31, 37], "sent": 10, "deprec": [10, 33], "sinc": [10, 30, 35, 40], "strongli": 10, "discourag": 10, "mani": [10, 31, 32, 37, 38, 39], "histor": 10, "includ": [10, 24, 25, 26, 28, 29, 30, 31, 32, 33, 34, 35, 38], "full": [10, 26, 29, 32, 34, 38], "As": [10, 30, 31, 32, 33, 41], "report": [10, 25, 28, 34, 35, 39], "larg": [10, 26, 29, 30, 31, 39], "wrapper": [10, 34], "around": 10, "slight": 10, "incompat": 10, "most": [10, 26, 35, 40], "notabl": 10, "lack": 10, "subclass": 10, "those": 10, "intercompat": 10, "mark": [10, 36], "mai": [10, 26, 27, 31, 32, 34, 35, 36, 38, 40], "enabl": [10, 28, 31, 34, 35, 36, 37], "extra": [10, 38], "instal": [10, 25, 28, 29, 30, 35, 37], "forc": 10, "old": 10, "implement": [10, 37], "disabl": [10, 35, 38], "pleas": [10, 24, 25, 28, 32, 34, 36, 43], "note": [10, 34], "With": [10, 26, 28, 31, 32, 37, 39, 40], "full_vers": 10, "nativeerror": 10, "modelsourc": 10, "how": [10, 24, 25, 32, 33, 34, 36, 44], "real": 10, "alia": 10, "like": [10, 43], "string": 10, "arrai": [10, 29], "__bytes__": 10, "raw": [10, 28, 38], "allow": [10, 29, 30, 31, 35, 37, 39, 40, 43], "addit": [10, 27, 31, 32, 34, 37, 38, 39, 40], "format": [10, 26, 30, 31, 32, 34, 35, 37, 38, 39], "restrict": [10, 36], "primari": 10, "represent": 10, "alias": 10, "document": [10, 34, 38], "purpos": [10, 35], "tensorarrai": 10, "itself": 10, "shouldn": 10, "requir": [10, 26, 29, 31, 32, 33, 37, 38, 41, 43], "alwai": [10, 30], "scalar": 10, "dimension": 10, "other": [10, 29, 30, 31, 33, 35, 38, 40, 44], "same": [10, 30, 31, 37, 43], "due": 10, "technic": 10, "reason": [10, 31], "concret": 10, "so": [10, 24, 26, 28, 30, 33, 34, 35, 37, 40, 41, 43], "item": [10, 30, 34, 38], "len": [10, 39], "is_empti": 10, "view": [10, 30, 32, 34, 39], "also": [10, 28, 29, 30, 31, 33, 34, 35, 37, 38, 39], "intern": [10, 31], "were": 10, "here": [10, 33, 35, 36, 37, 40], "numpy_dtyp": 10, "dtype": [10, 28], "contrari": 10, "didn": 10, "mislead": 10, "thu": [10, 39], "instead": [10, 32], "copy_from": 10, "entir": [10, 28, 30], "what": 10, "refer": [10, 24, 27, 32, 33, 34, 35, 37, 38, 40, 41, 43], "memori": [10, 26, 27, 29, 32, 34, 35, 38], "region": 10, "independ": [10, 26, 28, 35], "creat": [10, 24, 28, 30, 31, 34, 35, 36, 37, 39, 43], "previous": [10, 28], "could": [10, 28, 32, 40], "directli": [10, 28, 35, 36, 37, 39, 40, 43], "via": [10, 32, 35, 37], "create_async": [10, 28, 30], "textual": 10, "section": [10, 24, 31, 34, 36, 37, 39, 40], "mainli": 10, "manag": [10, 30, 31, 32, 34, 35, 37, 38], "create_runn": [10, 35, 39], "await": [10, 29, 31], "act": 10, "scope": 10, "subsequ": [10, 34], "Its": [10, 43], "lifetim": [10, 35], "start": [10, 25, 32, 35, 38, 39, 40, 41, 43, 44], "successfulli": [10, 38], "end": [10, 25], "close": [10, 30], "fail": [10, 24, 28], "been": [10, 29, 30, 31, 32, 38, 40], "yet": [10, 30], "wait": [10, 31, 43], "until": [10, 31], "inde": 10, "take": [10, 30, 35, 36, 39], "too": [10, 30], "much": [10, 39], "case": [10, 28, 30], "open": [10, 38, 39], "timeout": [10, 28], "reach": 10, "made": 10, "identifi": [10, 28, 31, 37, 38, 39], "implicit": 10, "arch": [10, 36, 38], "denot": 10, "where": [10, 30], "target": [10, 34], "architectur": [10, 26, 38, 40], "warboi": [10, 25, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 41], "number": [10, 31, 34, 35, 37, 38], "pe": [10, 24, 26, 28, 35, 38, 43], "per": [10, 34], "omit": [10, 35, 38], "index": 10, "indic": 10, "z": 10, "fuse": [10, 26, 30, 35], "intermedi": 10, "occupi": [10, 31, 34], "worth": 10, "mode": [10, 27, 29, 30, 34], "determin": 10, "kernel": [10, 25, 29, 34, 36, 40], "driver": [10, 25, 29, 30, 31, 32, 33, 34, 38, 40, 43], "heavili": 10, "reli": 10, "upon": [10, 36], "especi": [10, 35], "npuxpei": 10, "dev": [10, 28, 31, 32, 33, 34, 36, 38], "aforement": 10, "alloc": [10, 32, 35, 37, 38], "greedi": 10, "manner": [10, 30, 37], "even": [10, 27, 30, 35, 39], "mix": 10, "recommend": [10, 38, 40], "explicit": 10, "furiosa_devic": 10, "preced": 10, "over": [10, 32, 34, 35], "npu_devnam": [10, 28, 38], "never": 10, "overrid": 10, "relev": 10, "affect": 10, "width": 10, "height": [10, 26, 27, 29], "channel": 10, "batch": [10, 26, 27, 30, 34], "unknown": 10, "constant": 10, "known": 10, "abbrevi": 10, "descript": [10, 34, 35, 38, 43], "w": [10, 28, 31, 32, 34, 38, 39], "h": [10, 34, 35], "depth": [10, 29], "convolut": [10, 26, 29], "n": [10, 32, 34, 35, 38, 39, 40], "privat": 10, "Their": 10, "stabl": [10, 29, 30, 36], "datatyp": [10, 43], "v": [10, 34, 35], "constructor": 10, "import": [10, 24, 28, 29, 31, 35, 39, 43], "np": [10, 28, 29, 31, 39, 43], "float32": [10, 30], "float16": 10, "bfloat16": 10, "int16": 10, "int32": 10, "int64": 10, "ieee": 10, "754": 10, "half": [10, 26], "precis": 10, "binary16": 10, "point": [10, 26, 37, 41], "binary32": 10, "bit": [10, 41], "sign": [10, 36], "integ": [10, 30, 43], "16": [10, 24, 26, 28, 32, 39], "32": [10, 24, 26, 28], "64": [10, 26], "unsign": 10, "valueerror": 10, "tensordesc": 10, "describ": [10, 37, 39, 40, 43], "ndim": 10, "dimens": [10, 24, 26, 28], "dim": 10, "idx": 10, "size": [10, 26, 30, 34, 39], "th": 10, "desc": [10, 32], "conceptu": 10, "stride": 10, "It": [10, 26, 29, 30, 33, 35, 37, 39, 40], "distanc": 10, "between": [10, 34, 35, 39, 40], "adjac": 10, "convent": 10, "length": [10, 26], "total": [10, 26, 31, 34, 39], "concaten": 10, "possibli": [10, 32], "input_num": 10, "output_num": 10, "summari": [10, 35, 39], "human": 10, "readabl": 10, "print": [10, 24, 30, 31, 34, 35, 38, 39, 43], "28": [10, 24, 28, 32, 34, 43], "3136": 10, "784": 10, "40": [10, 26, 32, 34, 38, 39], "print_summari": [10, 39], "simpl": [10, 30, 34], "worker_num": [10, 31], "worker": [10, 34, 38], "abov": [10, 24, 28, 33, 36, 37, 38, 39, 40, 43], "implicitli": 10, "couldn": 10, "get": [10, 29, 30, 31, 32, 33, 34, 36, 38, 40, 43], "argument": [10, 30, 32, 34, 35], "about": [10, 28, 31, 32, 34, 35, 37, 40, 43], "num_input": 10, "multipli": 10, "buffer": 10, "modif": [10, 38], "dure": [10, 28, 34, 35, 37, 39], "unexpect": 10, "ensur": [10, 29, 32, 40], "do": [10, 24, 37, 38, 39, 40, 43], "crash": 10, "top": [10, 26, 32, 39], "unspecifi": 10, "subject": 10, "garbag": 10, "through": [10, 28, 30, 31, 34, 35, 36, 37, 38, 39, 41, 43], "compiler_hint": 10, "need": [10, 26, 34, 35, 36, 37, 38, 40, 43], "hint": 10, "now": [10, 28, 30, 31], "keyword": 10, "posit": 10, "accept": [10, 43], "behav": 10, "ident": 10, "against": 10, "oper": [10, 25, 26, 28, 29, 30, 31, 32, 35, 36, 37, 38, 39, 41], "longer": [10, 31], "prefer": 10, "unlik": 10, "unless": 10, "alter": 10, "run_with": [10, 28], "order": [10, 28, 33, 36, 38, 40, 41], "partial": 10, "present": [10, 34, 38], "howev": [10, 35], "few": [10, 35], "submitt": 10, "These": [10, 36, 39], "actual": [10, 35, 37, 39], "process": [10, 26, 27, 29, 30, 32, 34, 35, 37, 38, 39, 40, 41, 43], "hold": 10, "complet": [10, 31, 33, 43], "both": [10, 34, 36], "configur": [10, 26, 28, 31, 33, 34, 35], "finit": 10, "quickli": [10, 31, 34], "block": [10, 31, 37], "create_queu": 10, "input_queue_s": 10, "output_queue_s": 10, "below": [10, 24, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41], "asyncio": [10, 28, 31], "taskgroup": 10, "tg": 10, "create_task": 10, "submit_task": 10, "recv_task": 10, "_": [10, 31, 32, 39], "fresh": 10, "suitabl": 10, "content": [10, 23, 38], "probabl": 10, "yourself": [10, 24, 34], "friendli": 10, "wai": [10, 30, 35], "whenev": 10, "appropri": [10, 30, 35], "immedi": [10, 28, 38, 39], "would": [10, 24, 27, 35], "later": 10, "uuid": [10, 31, 32, 34], "long": [10, 35, 37, 39], "logic": [10, 29], "leak": 10, "remain": [10, 39], "nevertheless": 10, "num_output": 10, "remark": 10, "finish": [10, 25, 32, 34, 41, 44], "handle_output": 10, "usag": [10, 29, 31, 32, 34, 35, 37, 38, 40, 43], "strictli": 10, "alreadi": [10, 30, 34, 36, 38], "loop": 10, "manual": 10, "guarante": 10, "onc": [10, 31, 33, 34, 35, 38, 39, 40, 43], "submiss": 10, "put": 10, "recov": 10, "parallel": 10, "fine": 10, "benefit": 10, "On": [10, 26], "hand": 10, "eventu": 10, "up": [10, 30, 31, 38, 39, 43], "idiomat": 10, "try": [10, 37, 38], "timeouterror": 10, "Not": 10, "built": [10, 24, 26, 28, 34, 43], "out": [10, 34, 36, 40, 43], "notifi": 10, "imposs": 10, "second": [10, 34, 35, 38], "completionqueu": [10, 28], "standard": [10, 26], "asyncsess": 10, "unbound": 10, "In": [10, 26, 28, 31, 32, 33, 35, 36, 37, 38, 41], "facili": 10, "migrat": 10, "continu": 10, "larger": [10, 26, 27, 32, 35], "though": [10, 39], "spawn_thread_to_send_input": 10, "millisecond": 10, "queuewaittimeout": 10, "prone": 10, "potenti": 10, "incompatibil": 10, "basic": [10, 25, 38, 44], "facil": 10, "recordformat": [10, 31, 39], "record": [10, 31, 38, 39], "chrometrac": 10, "pandasdatafram": [10, 31, 39], "resourc": [10, 26, 35, 37, 38], "cpu": [10, 25, 27, 29, 35, 37, 38, 39, 44], "json": [10, 34, 38, 39, 43], "span": 10, "incur": 10, "non": 10, "trivial": 10, "perform": [10, 25, 29, 31, 32, 33, 34, 35, 37, 38, 41], "overhead": [10, 39], "trace": [10, 31, 34, 43], "written": [10, 39], "temporari": 10, "writter": 10, "depend": [10, 26, 29, 30, 31, 35, 38, 40], "chrome": [10, 34, 39], "csv": 10, "profilererorr": 10, "config": [10, 30, 34, 38, 43], "At": [10, 37], "enter": [10, 30, 32, 34, 39], "exit": [10, 43], "within": [10, 36, 37, 39], "child": 10, "profilerrecordobject": 10, "paus": 10, "temporarili": [10, 39], "stop": [10, 32, 34], "minim": [10, 41], "resum": 10, "state": [10, 24, 26, 28, 30, 36, 43], "noth": 10, "arbitrari": 10, "measur": [10, 32, 39], "event": [10, 39], "occur": 10, "interv": [10, 32, 34, 38], "detail": [10, 27, 28, 29, 30, 31, 32, 34, 35, 38, 40, 43], "get_pandas_datafram": [10, 31, 39], "datafram": [10, 31], "look": [10, 33], "trace_id": [10, 31, 39], "parent_span_id": 10, "span_id": [10, 39], "cat": [10, 30, 31, 34, 38], "id": [10, 31, 34, 39], "dram_bas": 10, "pe_index": [10, 39], "execution_index": [10, 39], "instruction_index": 10, "operator_index": [10, 39], "dur": [10, 31, 39], "6ffe9ac3080814bc134ae4c5e58269e0": 10, "0000000000000000": 10, "a61dd01a47ce8de": 10, "1690798389820453606": 10, "1690798390204660478": 10, "35": 10, "na": 10, "384206872": 10, "079f8437488528d5768780162ed59374": 10, "2d18b0e17e760325": 10, "1690798390205840825": 10, "1690798390267819096": 10, "programbinari": 10, "26": 10, "61978271": 10, "fb4610c2fd1be67e63e01ca9169b6fef": 10, "2a092524d04a4077": 10, "1690798390267849007": 10, "1690798390267857471": 10, "allocatedram": 10, "8464": 10, "009b425f06ca0065a64f0586d1a999b0": 10, "cdac229f8d8569d7": 10, "1690798389793627190": 10, "1690798390268011450": 10, "regist": [10, 25, 36, 38], "474384260": 10, "348ee82fdf97fad9f782cc12a58d447d": 10, "59b5a5d06439f9f1": 10, "1690798390270474367": 10, "1690798390270526470": 10, "enqueu": 10, "52103": 10, "27efb2c82a5ac93bed911142e9187c45": 10, "174b38c90d1f7a10": 10, "ff7c4f8798d75b63": 10, "1690798390270558295": 10, "1690798390270570293": 10, "feedinput": 10, "11998": 10, "panda": [10, 31], "get_pandas_dataframe_with_filt": 10, "column": 10, "row": 10, "whose": 10, "filter": 10, "get_cpu_pandas_datafram": 10, "categori": [10, 39], "get_npu_pandas_datafram": 10, "print_npu_oper": [10, 39], "termin": [10, 24, 28, 30, 40], "average_elaps": [10, 39], "count": [10, 34, 38, 39], "lowlevelconv2d": [10, 39], "5119": 10, "9375": 10, "lowleveldepthwiseconv2d": [10, 39], "1091": 10, "56": [10, 32, 34, 39], "lowlevelpad": [10, 39], "561": 10, "482143": 10, "lowlevelexpand": [10, 39], "lowlevelslic": [10, 39], "lowlevelreshap": [10, 39], "232": 10, "print_npu_execut": [10, 39], "execution_ind": 10, "iowait": [10, 39], "39ffc55ef7b2177": 10, "555899badb3f8e5": 10, "116971": 10, "105186": 10, "11785": 10, "5338e9fa2d1fb70": 10, "f1": 10, "9c8aa64bbb878e3": 10, "4e9a13e698f4fa1": 10, "117011": 10, "11825": 10, "b62194f8dec670": 10, "3c": 10, "0ce2a8ce2c591e3": 10, "5cd8a081758f41c": 10, "116961": 10, "105185": 10, "11776": 10, "4e92e0c421f3946": 10, "14": [10, 43], "a941ace17a2c5e6": 10, "a3726d0ebb2705c": 10, "116909": 10, "11723": 10, "15a8f05d8872fa9": 10, "print_external_oper": [10, 39], "extern": [10, 31], "7d65ff7ae5587d3345d5df5a77": 10, "53e3fb9c02964361": 10, "quantiz": [10, 23, 25, 26, 34, 35, 39], "175246": 10, "ebfaad": 10, "33371e09f89cfa06c41286df13": 10, "8d5a00c6e4e8c2c0": 10, "lower": [10, 31, 32, 33, 34, 35, 39], "183803": 10, "11a30f": 10, "9f7df939abc20da11431c18024": 10, "064dacd9a108c4a0": 10, "unlow": [10, 32, 39], "60459": 10, "c41af1": 10, "1bda703f4ffc878a4294ec6253": 10, "cb2f103208d2fa45": 10, "dequant": [10, 32, 39], "19468": 10, "3ac8d0": 10, "9f769c8951f39d98e6ee216e34": 10, "91c0bdd8c5b81327": 10, "85724": 10, "6bc7e5": 10, "048e5cab6d4d676e4e6b10e827": 10, "714834cb8dc59f4b": 10, "306893": 10, "6b5489": 10, "6bb481ca3b1eab843b795a7865": 10, "46d538d7b4c72d25": 10, "73313": 10, "49558b": 10, "e0f13a5fb0bf2942ed16171844": 10, "71a432e3e3dc55f6": 10, "37079": 10, "ccb293": 10, "c3b2fdba80f16f781e4b313af3": 10, "066e3916590edf38": 10, "67805": 10, "a571b6": 10, "4bebe5f61e84d502f5b5dc7d22": 10, "9dfb32069b2b5a98": 10, "310303": 10, "1e4f5a": 10, "b8cabf53ae39a4ad18144af26c": 10, "cb767fbdd718da89": 10, "72378": 10, "e136c9": 10, "e40956dda5ecc0a1774e39377b": 10, "090d9cbd5e60032a": 10, "33951": 10, "1ef245": 10, "3d13f40c0966940439adcce4c1": 10, "4702a924e4b6d38b": 10, "76999": 10, "9981a4": 10, "53746b998038e994a5e378f9a2": 10, "522b7a9e354de2b3": 10, "339339": 10, "8caa5a": 10, "76a2080bc0917db26b7313e29a": 10, "4b1b0bf55f344258": 10, "74708": 10, "81def3": 10, "4c0a04dc669b04416f18e781d6": 10, "8eb55fb2b618933a": 10, "33661": 10, "afc3c6": 10, "print_infer": [10, 39], "b5edc4d40493df2028d186d4073d5487": 10, "a61af3b9ad70b956": 10, "4430749": 10, "983e136f80e1c070dca3ad854f37cf97": 10, "f2dd4e899d52531d": 10, "4181392": 10, "dada8a5830272b5d255fda801568fc5": 10, "cda7127619be5c33": 10, "4275757": 10, "6ad054709f76095c86fba6dcd9254ca0": 10, "9d7f199a445003aa": 10, "4215571": 10, "overal": 10, "latenc": [10, 26, 31, 33, 34, 37, 39], "4275867": 10, "median": [10, 39], "4245664": 10, "90": [10, 32, 34, 39], "4384251": 10, "95": [10, 32, 34, 39], "4407500": 10, "97": [10, 32, 34, 39, 41], "4416800": 10, "4426099": 10, "4430284": 10, "export_chrome_trac": 10, "filenam": [10, 35, 43], "write": [10, 33, 35, 37, 39, 40], "furiosaruntimeerror": 10, "nativeexcept": 10, "room": 10, "upcom": 10, "restructur": 10, "furiosaruntimewarn": 10, "dedic": 10, "log": [10, 24, 28, 30, 34, 36, 38, 43], "furiosa_log_level": 10, "decreas": 10, "code": [10, 29, 30, 37, 38, 39, 40, 43], "major": [10, 26, 30, 37, 38, 43], "incompatibilit": 10, "behavior": 10, "expens": 10, "generate_compiler_log_path": 10, "current_npu_devic": 10, "is_compile_log_en": 10, "log_dir": 10, "furiosa_log_dir": 10, "store": [10, 30], "profiler_output": 10, "furiosa_profiler_output_path": [10, 39], "nux_profiler_path": 10, "being": [10, 24, 32, 33, 37, 43], "incompatiblemodel": 10, "compilationfail": 10, "internalerror": 10, "unsupportedtensortyp": 10, "unsupporteddatatyp": 10, "incompatibleapiclienterror": 10, "invalidyamlexcept": 10, "apiclientinitfail": 10, "noapikeyexcept": 10, "invalidsessionopt": 10, "sessiontermin": 10, "devicebusi": 10, "invalidinput": 10, "tensornamenotfound": 10, "unsupportedfeatur": 10, "invalidcompilerconfig": 10, "sessionclos": 10, "mostli": 10, "typeerror": 10, "reexport": 10, "elig": 10, "match": [10, 32, 40], "rand": [10, 31, 39], "random": [10, 28, 30, 34, 39], "meant": 10, "quick": [10, 38], "test": [10, 31, 34], "qualiti": [10, 29], "correct": 10, "correctli": 10, "cli": [11, 12, 23, 30, 31, 32, 35], "grpc": [11, 12, 23, 28, 37, 40, 43], "servic": [11, 12, 23, 24, 28, 31, 34, 37, 38], "rest": [11, 12, 23, 28, 37, 40, 43], "app": [11, 12, 20, 23, 31, 34], "endpoint": [11, 12, 23], "handler": [11, 23], "predict": [11, 23, 29, 31, 37], "model_repositori": [11, 23], "namespac": [11, 23, 38], "loader": [11, 23], "modelnotfound": 11, "modelservererror": 11, "model_repository_pb2": [12, 14], "model_repository_pb2_grpc": [12, 14], "predict_pb2": [12, 14], "predict_pb2_grpc": [12, 14], "health": [20, 23, 43], "processor": [20, 23], "imagenet": [20, 23, 29, 31], "welcom": 23, "common": [23, 34, 35, 41], "packag": [23, 29, 30, 31, 32, 33, 34, 35, 37, 38], "subpackag": 23, "modul": [23, 40], "nativ": [23, 24, 34, 37], "variant": 23, "legaci": 23, "devic": [23, 28, 31, 32, 34, 36, 37, 43], "specif": [23, 25, 31, 32, 38, 39, 40, 41, 43], "metadata": [23, 34, 37, 38, 43], "runner": [23, 35, 39], "queue": [23, 28], "profil": [23, 24, 26, 34], "diagnost": 23, "compil": [23, 24, 25, 26, 31, 40, 43], "const": 23, "env": [23, 39], "session": [23, 30, 31, 35, 37], "optim": [23, 26, 28, 30, 31, 32, 34, 37, 39, 40, 41], "calibr": [23, 30, 34, 41], "editor": 23, "server": [23, 25, 29, 30, 31, 32, 33, 34, 38], "registri": [23, 28], "serv": [23, 30, 32, 35, 37, 40], "telemetri": 23, "encount": [24, 32, 40], "unresolv": 24, "issu": [24, 28, 34, 36, 39, 40], "custom": [24, 25, 28, 34, 43], "center": [24, 25, 34, 36], "reproduc": 24, "screenshot": 24, "By": [24, 28, 34, 35, 36, 38], "when": [24, 27, 28, 30, 31, 32, 33, 34, 35, 37, 38, 39, 40, 43], "happen": 24, "furiosa": [24, 25, 27, 30, 33, 37, 38, 39, 40, 41, 43, 44], "dump": [24, 28, 34], "home": [24, 25, 28, 30, 35], "20211121223028": [24, 28, 30], "l5w4g6": [24, 28, 30], "rev": [24, 28, 34, 43], "407c0c51f": [24, 28], "modifi": [24, 30, 38], "2021": [24, 28, 34], "11": [24, 28, 30, 32, 34, 43], "18": [24, 28], "22": [24, 28, 36], "34": [24, 28, 34], "22t06": [24, 28], "30": [24, 28, 35], "392114z": 24, "npu0pe0": [24, 28, 31, 34, 38, 43], "397757z": 24, "nuxinn": [24, 43], "peid": [24, 43], "dfg": [24, 34, 35], "423026z": 24, "receiv": [24, 30, 41, 43], "423371z": [24, 28], "unsupport": [24, 28], "dimparam": [24, 28], "sep": [24, 28], "42": [24, 28], "gcc": [24, 28, 33], "libnux": [24, 28, 29, 30, 31, 32, 33, 36], "problem": [24, 28, 34, 39], "atlassian": [24, 28], "net": [24, 28], "servicedesk": [24, 28], "portal": [24, 28], "shown": [24, 28, 29, 30, 31, 34, 35, 38, 39, 40, 41], "instruct": [24, 28, 29, 30, 31, 32, 33, 34, 37, 41], "necessari": [24, 34, 35, 36, 40], "__full_version__": 24, "lib64": 24, "explain": [25, 33, 34, 36, 37, 38, 40], "compon": [25, 36, 37, 38], "firmwar": [25, 29, 30, 31, 32, 33, 34, 40, 43], "command": [25, 30, 31, 32, 35, 36, 37, 38, 40, 41, 43], "line": [25, 30, 31, 32, 35, 37, 38, 39, 40, 41], "tool": [25, 26, 35, 37, 38, 39, 40, 41], "offer": 25, "user": [25, 26, 29, 30, 31, 34, 35, 37, 39], "who": [25, 36], "earli": 25, "access": [25, 31, 36, 37, 39], "program": [25, 31, 33, 34, 35, 36, 37, 40], "eap": 25, "agre": 25, "licenc": 25, "agreement": 25, "eula": 25, "contact": [25, 36], "learn": [25, 26, 43], "introduct": [25, 38], "hw": 25, "acceler": [25, 26, 28, 29, 31, 32, 35, 37, 40, 41], "sw": [25, 36], "stack": 25, "guid": [25, 37, 38], "zoo": [25, 42], "kubernet": [25, 30, 43], "advanc": [25, 43, 44], "compar": [25, 41, 44], "accuraci": [25, 26, 31, 32, 44], "imag": [25, 26, 29, 31, 32, 38, 39, 40, 44], "classif": [25, 26, 44], "ssd": [25, 31, 35, 37, 41, 43, 44], "detect": [25, 26, 31, 38, 44], "framework": [25, 35, 37, 40], "bug": [25, 28, 29, 31, 32, 34], "chip": 26, "deep": 26, "demonstr": [26, 37], "maintain": [26, 36], "cost": [26, 35], "effici": [26, 35, 37], "low": [26, 37, 39], "request": [26, 31, 36, 38, 43], "maxim": [26, 35], "achiev": 26, "abl": [26, 36, 39, 43], "cnn": 26, "therebi": [26, 29, 35, 36, 37, 39], "bottleneck": [26, 31, 39], "energi": 26, "kei": [26, 28, 36, 37], "vision": [26, 28, 31, 37], "ocr": 26, "super": 26, "resolut": 26, "particular": 26, "superior": 26, "depthwis": 26, "group": [26, 27, 29, 30], "drive": 26, "art": 26, "deliv": 26, "32mb": 26, "sram": 26, "consist": [26, 30, 40], "deploi": [26, 28, 41], "respons": [26, 29, 37, 43], "speed": 26, "undergo": [26, 37], "fusion": [26, 28, 38], "aggreg": 26, "throughput": [26, 31, 34, 37, 39], "softwar": [26, 34, 40], "tensorflow": [26, 27, 41], "post": [26, 29, 30, 41, 43], "train": [26, 31, 32, 40, 41], "commonli": [26, 37, 39], "tensorflowlit": 26, "billion": 26, "transistor": 26, "180mm": 26, "clock": 26, "2ghz": 26, "peak": 26, "maximum": 26, "4266": 26, "lpddr4x": 26, "dram": [26, 35], "bandwidth": 26, "66gb": 26, "pcie": 26, "gen4": 26, "8x": 26, "mb": 26, "host": [26, 35, 43], "lane": 26, "form": [26, 40], "factor": [26, 39], "fhhl": 26, "hhhl": 26, "thermal": 26, "solut": 26, "passiv": 26, "fan": 26, "tdp": 26, "60w": 26, "temperatur": [26, 34, 38], "50": 26, "ghz": 26, "ddr": 26, "mbp": 26, "gb": 26, "66": 26, "submit": 26, "mlcommon": 26, "mlperf": [26, 35], "edg": [26, 35], "v2": [26, 34, 35, 43], "v1": [26, 31, 35, 38, 41], "lite": [27, 41], "certain": [27, 30, 37, 39], "condit": [27, 30, 37], "met": [27, 34], "split": [27, 34, 37], "sever": [27, 31, 35, 38, 43], "suffici": 27, "averagepool": 27, "clip": 27, "concat": [27, 29, 30], "dilat": [27, 30], "depthtospac": [27, 30], "exp": [27, 30], "expand": [27, 31], "flatten": [27, 43], "gemm": [27, 31], "leakyrelu": [27, 28], "lpnormal": 27, "p": [27, 31], "maxpool": [27, 31], "reducel2": 27, "reducesum": 27, "reshap": [27, 43], "pow": [27, 28, 30], "spacetodepth": [27, 30], "crd": [27, 29], "higher": [27, 29, 33, 35, 36, 38, 40, 43], "sigmoid": 27, "softplu": 27, "sub": [27, 28, 30, 31, 34], "sqrt": [27, 28], "transpos": [27, 29], "unsqueez": 27, "approxim": [28, 29, 30], "87": 28, "ad": [28, 29, 30, 32, 34, 41], "addition": [28, 37, 43], "b1d2b74": 28, "wherea": 28, "explicitli": [28, 35], "done": [28, 31, 34, 36], "sess1": 28, "model1": 28, "sess2": 28, "model2": 28, "npu0pe1": [28, 31, 43], "async_sess": 28, "npu1pe2": 28, "4f1f114": 28, "limit": [28, 37, 38], "pass": [28, 30, 34, 35], "np1": 28, "randint": 28, "255": [28, 30], "session_input": 28, "np2": 28, "output1": 28, "input2": 28, "input1": 28, "debug": [28, 43], "easier": 28, "mnist": [28, 31, 34, 43], "duplic": 28, "01aaa40": 28, "21cba85": 28, "hang": 28, "interrupt": 28, "a0f4bd7": 28, "easili": [28, 29, 37, 38, 40], "pip": [28, 29, 30, 31, 32, 34, 36, 40, 43], "mnistnet_uint8_quant_without_softmax": [28, 31, 43], "tflite": [28, 31, 34, 35, 37, 39, 43], "mlcommonsresnet50": [28, 31], "resnet50": [28, 31, 35, 37, 41], "sess": [28, 30, 31], "apt": [28, 29, 30, 31, 32, 33, 34, 35, 38, 40], "toolkit": [28, 38], "statu": [28, 38], "idl": [28, 34], "temp": [28, 31, 32, 34, 38], "power": [28, 31, 32, 34, 38], "pci": [28, 31, 32, 34, 38], "bdf": [28, 31, 32, 34, 38], "npu0": [28, 31, 38], "92": 28, "0000": [28, 31, 32, 34, 38], "01": [28, 38], "00": [28, 31, 32, 34, 38], "510": 28, "devnam": [28, 38], "readi": [28, 38, 43], "plugin": [28, 31, 32, 37], "label": [28, 37, 39], "schedul": [28, 32, 37, 38], "togeth": [28, 34, 37], "pod": [28, 37], "kubectl": [28, 38], "githubusercont": [28, 38], "deploy": [28, 38], "yaml": [28, 34, 38, 43], "234": 29, "pr": 29, "improv": [29, 32], "900": 29, "updat": [29, 30, 31, 32, 33, 38, 40], "pdma": [29, 30, 31, 32], "libnpu": [29, 34], "uninstal": 29, "space": [29, 39], "significantli": [29, 31], "reduc": [29, 31, 39], "frequenc": 29, "idempot": 29, "relianc": 29, "pylint": 29, "21": 29, "pyyaml": 29, "project": [29, 31], "structur": [29, 31, 39, 41], "litmu": 29, "accordingli": 29, "checker": 29, "busi": 29, "pre": [29, 31, 32, 40], "postprocess": [29, 31], "uploadfil": 29, "serveapi": 29, "servemodel": [29, 31], "asset": [29, 31, 39, 43], "image_classif": [29, 31], "def": [29, 31], "your": [29, 30, 35, 38, 39, 40, 43], "preprocess": [29, 31], "classifi": 29, "400": [30, 36], "toward": 30, "enhanc": [30, 31, 32], "hal": [30, 31, 32], "hardwar": [30, 31, 32, 41], "layer": [30, 31, 32, 37], "featur": [30, 31, 32, 33, 37, 43], "discoveri": [30, 31, 32], "furiosactl": [30, 31, 32, 38], "adopt": 30, "linear": 30, "nearest": 30, "resiz": 30, "dcr": 30, "chw": 30, "tanh": 30, "increas": [30, 32, 35, 41], "x12": 30, "gelu": 30, "erf": 30, "elu": 30, "binari": [30, 32, 35, 37], "reus": [30, 35], "redi": [30, 35], "storag": [30, 31, 35], "help": [30, 34, 35, 37, 43], "understand": [30, 39], "give": 30, "opportun": 30, "grep": [30, 38], "why": 30, "2022": 30, "05": [30, 32, 34, 43], "24t02": 30, "44": [30, 32, 34], "399402z": 30, "19": [30, 32, 34, 43], "logsoftmax": 30, "399407z": 30, "bigger": 30, "399408z": 30, "17": [30, 39], "36": 30, "had": [30, 32], "beta": [30, 38], "taken": 30, "step": [30, 34, 38, 39, 41], "shell": [30, 35, 39, 43], "wasn": 30, "effect": [30, 32, 35, 36], "without_quant": [30, 31, 32], "input_min": 30, "input_max": 30, "permut": 30, "compile_config": 30, "publish": 30, "nxcxhxw": 30, "nxcxd": 30, "subgraph": 30, "bia": 30, "qdq": 30, "operand": 30, "prevent": [30, 40], "relat": [30, 32], "reinforc": 30, "inspect": 30, "miss": 30, "decim": 30, "adjust": 30, "scale": [30, 37], "small": [30, 31, 39], "becom": 30, "latest": [30, 37, 38, 40], "select": [30, 36, 37, 38, 39, 40], "core": [31, 34, 38], "develop": [31, 32, 34, 35, 36, 39, 40], "upgrad": [31, 32, 40], "simpler": [31, 32], "wish": [31, 32, 36, 40], "setup": [31, 32, 34, 38, 43], "libhal": [31, 32, 36], "fastapi": 31, "web": [31, 39], "npuservemodel": 31, "npu_devic": [31, 43], "npu1pe0": [31, 32, 34], "shift": 31, "queri": [31, 34, 39], "frequent": [31, 35], "better": [31, 32], "self": 31, "complex": 31, "scenario": 31, "openvino": 31, "cloud": 31, "auth": [31, 36], "aioboto": 31, "densenet": 31, "93d63f654f0f192cc4ff5691be60fb9379e9d7fd": 31, "opentelemetri": 31, "collector": 31, "track": 31, "To": [31, 32, 33, 34, 36, 37, 38, 39, 40, 41, 43], "get_trac": 31, "reset": [31, 35, 38], "tracer": 31, "start_as_current_span": 31, "__name__": 31, "input_tensor": 31, "output_tensor": 31, "furiosa_serving_otlp_endpoint": 31, "diagram": [31, 37, 41], "visual": [31, 38, 39], "grafana": [31, 38], "share": [31, 35, 39], "analyz": [31, 35, 37, 39], "analysi": [31, 34, 41], "df": [31, 39], "silu": 31, "usabl": 31, "div": 31, "auto_pad": 31, "newli": [31, 32, 40], "o": [31, 32, 34, 35, 38], "pid": [31, 32, 34], "cmd": [31, 34], "132529": [31, 34], "bin": [31, 34, 38, 39], "python3": [31, 34, 40], "uvicorn": [31, 34, 43], "image_classifi": [31, 34, 39], "uniqu": 31, "72212674": 31, "61be": 31, "4fca": 31, "a2c9": 31, "555e4ee67ab5": 31, "12180b0": 31, "49": [31, 32, 34, 43], "24": 31, "235": 31, "npu1": [31, 32, 34, 38], "df80fb54": 31, "8190": 31, "44bc": 31, "b9fb": 31, "664fa36c754a": 31, "54": [31, 32, 34], "53": 31, "6d": 31, "511": [31, 32, 34], "furioa": 31, "public": [31, 36], "yolov5": [31, 41], "medium": 31, "yolov5l": 31, "yolov5m": 31, "sota": 31, "explan": [31, 34, 36, 38], "nonblock": 31, "load_async": 31, "ouput": 31, "mobilenet": [31, 35, 37, 41], "resnet34": [31, 35, 41], "benchmark": [31, 35], "70": 31, "nativepostprocessor": 31, "postprocessor": 31, "jpg": [31, 39], "eval": 31, "changelog": 31, "partcular": 32, "signific": [32, 35], "setuptool": [32, 40], "wheel": [32, 40], "without": [32, 34, 35, 39, 40], "satisfi": [32, 37, 40], "impl": [32, 40], "No": [32, 40], "distribut": [32, 35, 36, 37, 38, 40], "flexibl": 32, "solid": 32, "optimized_onnx_model": 32, "source_onnx_model": 32, "calibration_data": 32, "tqdm": 32, "calibration_dataload": 32, "unit": [32, 34], "mininterv": 32, "quantizated_graph": 32, "begin": [32, 38], "with_quant": 32, "normalized_pixel_output": 32, "fp32": [32, 41], "pixel": 32, "quasisymmetr": 32, "popular": [32, 37], "among": [32, 40], "efficientnet": [32, 37, 41], "b0": [32, 41], "57": [32, 34], "452": 32, "104": 32, "contrast": 32, "73": [32, 41], "556": [32, 41], "experi": 32, "tutori": [32, 37, 40], "unnecessari": 32, "200": [32, 34, 43], "under": [32, 34, 38], "ctrl": [32, 34, 43], "datetim": [32, 34], "comp": [32, 34], "2023": [32, 34, 35, 43], "03": [32, 34], "21t09": [32, 34], "45": [32, 34], "699483936z": [32, 34], "152616": [32, 34], "06": [32, 34], "100": [32, 34, 41], "npu_runtime_test": [32, 34], "10000": [32, 34], "resnet": [32, 34], "ctc_kor1_200_nightly3_128dpes_8batch": [32, 34], "enf": [32, 34], "906443888z": [32, 34], "51": [32, 34], "09": [32, 34], "93": [32, 34, 41], "110489333z": [32, 34], "46": [32, 34], "98": [32, 34], "02": [32, 34], "316060982z": [32, 34], "43": [32, 34], "521140588z": [32, 34], "94": [32, 34, 41], "725910558z": [32, 34], "48": [32, 34], "07": [32, 34, 35], "935041998z": [32, 34], "47": [32, 34], "91": [32, 34], "58": [32, 34], "13929122z": [32, 34], "displai": 32, "concis": 32, "want": [32, 35, 36, 38, 39, 40, 43], "3c10fd3": [32, 34], "00000000": [32, 34], "000000000000": [32, 34], "wbyb0000000000000": [32, 34], "languag": [33, 37, 42], "abi": 33, "substitut": 33, "minimum": [33, 34], "ubuntu": [33, 36, 38, 40, 43], "20": [33, 34, 36, 38, 40, 41, 43], "04": [33, 34, 36, 38, 40, 43], "lt": [33, 36, 40, 43], "debian": [33, 36, 40, 43], "bullsey": [33, 36, 40, 43], "system": [33, 35, 36, 37, 38, 40], "administr": [33, 36], "privileg": [33, 36], "root": [33, 36, 38, 39, 43], "authent": 33, "x86_64": [33, 40], "linux": [33, 36, 37, 38], "gnu": 33, "simpli": [33, 43], "lnux": 33, "monitor": 34, "sudo": [34, 36, 40], "varieti": [34, 41], "subcommand": 34, "abil": 34, "obtain": [34, 41], "control": [34, 35, 37, 38], "recogn": [34, 37, 38], "consumpt": 34, "visibl": 34, "mount": [34, 37], "machin": [34, 35, 36, 38], "devfil": 34, "npu1pe1": 34, "calcul": 34, "m": [34, 41], "observ": 34, "carri": 34, "workload": [34, 37, 38], "tail": 34, "qp": 34, "expon": 34, "io": [34, 38], "durat": [34, 39], "min_query_count": 34, "min_dur": 34, "min_duration_m": 34, "orient": 34, "l": [34, 39, 41], "model_path": [34, 39], "produc": [34, 39], "1000": 34, "priorit": 34, "individu": 34, "stat": 34, "u": 34, "8399": 34, "307568": 34, "29040": 34, "50th": 34, "19329": 34, "95th": 34, "62797": 34, "99th": 34, "79874": 34, "model_data": 34, "md5": 34, "d7cd24a0a76cd492f31065301d468c3d": 34, "compiler_vers": 34, "2d862de8a": 34, "built_at": 34, "13t20": 34, "04z": 34, "hal_vers": 34, "nightli": 34, "230716": 34, "git_revis": 34, "fe6f77a": 34, "30025": 34, "num": 34, "33": 34, "31": 34, "8840": 34, "113254": 34, "29989": 34, "18861": 34, "64927": 34, "87052": 34, "9th": 34, "meta": 34, "pythonsdk": [34, 35], "extens": [34, 40], "prepar": 34, "verifi": 34, "fe1fca3": 34, "49b97492a": 34, "08": 34, "page": [34, 37], "normal": [34, 38], "goe": 34, "archiv": [34, 36], "step1": 34, "step2": 34, "step3": 34, "step4": 34, "skip": [34, 36, 40], "output_prefix": 34, "target_npu": [34, 35], "libfuriosa_h": [34, 43], "v0": [34, 35, 38, 43], "43c901f": [34, 43], "libfuriosa_compil": 34, "d7548b7f6": 34, "9ecebb6": 34, "famili": [34, 35, 38], "2pe": [34, 35], "09272794": 34, "ldfg": 34, "la": 34, "034934": 34, "140083": 34, "019548794": 34, "29": 34, "196825": 34, "cdfg": [34, 35], "001701888": 34, "gir": [34, 35], "015205072": 34, "lir": [34, 35], "0038304": 34, "020943863": 34, "331545": 34, "000001198": 34, "125": 34, "7448": 34, "unix_epoch": 34, "zip": 34, "zipinfo": 34, "1690438803": 34, "16904388032l4hoi3h": 34, "dot": [34, 35], "etc": [35, 36, 38], "analys": 35, "automat": [35, 37, 38], "But": 35, "f8f05c8ea": 35, "31t19": 35, "30z": 35, "ir": 35, "target_ir": 35, "dot_graph": 35, "analyze_memori": 35, "accler": 35, "choos": 35, "stand": 35, "foo": 35, "let": 35, "npu\ub294": 35, "sampl": [35, 43], "across": 35, "exceed": 35, "degrad": 35, "usual": 35, "trial": 35, "final": 35, "minut": 35, "Then": 35, "instantli": 35, "veri": 35, "coupl": 35, "remot": [35, 37], "fc_cache_en": 35, "fc_cache_store_url": 35, "rediss": 35, "ssl": 35, "tmp": 35, "cluster": [35, 37, 38], "password": [35, 36], "127": 35, "6379": 35, "25945": 35, "dai": 35, "hour": 35, "7200": 35, "sec": 35, "aliv": 35, "forev": 35, "expir": 35, "site": 36, "registr": 36, "evalu": 36, "focal": [36, 38], "fossa": 36, "internet": 36, "delin": 36, "ca": 36, "certif": 36, "gnupg": 36, "adv": 36, "keyserv": 36, "5f03afa423a751913f249259814f888b20b09a7": 36, "tee": 36, "conf": [36, 38], "null": 36, "eot": 36, "login": 36, "secret": 36, "chmod": 36, "tab": 36, "bookworm": 36, "deb": 36, "amd64": [36, 38], "jammi": 36, "multi": [36, 37], "owner": 36, "exclus": 36, "member": 36, "usermod": 36, "ag": [36, 38], "usernam": 36, "back": 36, "membership": 36, "libonnxruntim": 36, "held": 36, "showhold": 36, "outlin": 37, "role": 37, "guidelin": 37, "lowest": 37, "acknowledg": 37, "reinstal": [37, 40], "There": 37, "plai": 37, "dnn": [37, 39, 40, 43], "research": 37, "area": 37, "smaller": 37, "balanc": 37, "facilit": 37, "expos": 37, "protocol": 37, "horizont": 37, "platform": [37, 38, 43], "container": [37, 38], "enterpris": 37, "tenant": 37, "physic": 37, "particip": 37, "spec": [37, 38], "nodeselector": [37, 38], "nodeaffin": 37, "kuberent": 38, "awar": [38, 39], "simultan": 38, "equip": 38, "nfd": 38, "intel": 38, "recognit": 38, "again": [38, 40], "reboot": 38, "37": 38, "509": 38, "daemonset": 38, "jq": 38, "cpuid": 38, "adx": 38, "aesni": 38, "master": 38, "vendor": 38, "devicelabelfield": 38, "deviceclasswhitelist": 38, "mandatori": 38, "kube": 38, "alpha": 38, "1ed2": 38, "attach": 38, "TO": 38, "date": 38, "selector": 38, "128m": 38, "162m": 38, "tabl": [38, 41, 43], "product": 38, "warboyb0": 38, "renegad": 38, "manufactur": 38, "nmae": 38, "minor": 38, "patch": 38, "57ac7b0": 38, "build": 38, "node01": 38, "65d": 38, "node02": 38, "12d": 38, "apivers": 38, "kind": 38, "ghcr": 38, "search": 38, "comma": 38, "dir": 38, "kubelet": 38, "var": 38, "socket": 38, "permit": 38, "defaultp": 38, "disableddevic": 38, "nodenam": 38, "plugindir": 38, "socketnam": 38, "resourcenam": 38, "text": [38, 43], "configmap": 38, "reflect": 38, "edit": 38, "15": 38, "npu2": 38, "001": 38, "creation": 38, "eol": 38, "8gi": 38, "exec": 38, "bash": [38, 43], "echo": 38, "daemon": 38, "express": [38, 39], "prometheu": 38, "review": 38, "furiosa_npu_al": 38, "furiosa_npu_uptim": 38, "furiosa_npu_error": 38, "furiosa_npu_hw_temperatur": 38, "mc": 38, "furiosa_npu_hw_pow": 38, "instantan": 38, "\u00b5w": 38, "furiosa_npu_hw_voltag": 38, "instantaen": 38, "voltag": 38, "mv": 38, "furiosa_npu_hw_curr": 38, "ma": 38, "critic": 39, "ml": [39, 40], "engin": 39, "assist": 39, "browser": 39, "tempor": 39, "advantag": 39, "unchang": 39, "downsid": 39, "clone": [39, 40, 43], "cd": [39, 40, 43], "pwd": 39, "car": 39, "rw": 39, "r": 39, "456493": 39, "jul": 39, "27": 39, "address": [39, 43], "viewer": 39, "click": 39, "button": 39, "upper": 39, "left": 39, "corner": 39, "comparison": 39, "interact": 39, "interpret": 39, "jupyt": 39, "notebook": 39, "tree": 39, "quantized_model": [39, 43], "imagenet_224x224_mobilenet_v1_uint8_quant": 39, "trained_dm_1": 39, "0_without_softmax": 39, "mobilenet_v1_trac": 39, "warm": 39, "mnist_trac": 39, "job": 39, "huge": 39, "disk": 39, "difficult": 39, "hard": 39, "interest": 39, "avoid": 39, "exclud": 39, "phase": 39, "warmup": 39, "assert": 39, "1584494": 39, "3027309": 39, "2136984": 39, "1968066": 39, "2752525": 39, "2889917": 39, "2944874": 39, "2999831": 39, "3024561": 39, "7cf3d3b7439cf4c3fac1a47998783102": 39, "403ada67f1d8220": 39, "16d65f6f8f1db256d0f39953855dea72": 39, "78b065c19c3675ef": 39, "2111363": 39, "d0534e3a9f19edadab81954ad28ab44f": 39, "9a7addaf0f28c9f": 39, "1824769": 39, "70512188522f45b87cfe4f545de3cf2c": 39, "c75f697f8e72d333": 39, "elaps": 39, "8f6fce6c0e52b4735cae3379732a0943": 39, "3e1e4a76523cbf89": 39, "119145": 39, "108134": 39, "18446744073709540605": 39, "195366613b1da9b0350c0a3c2a608f42": 39, "07dff2e92172fabd": 39, "119363": 39, "18446744073709540387": 39, "3b65b8fa3eabfaf8f815ec9f41fcc7d9": 39, "639a366a7f932a23": 39, "119157": 39, "18446744073709540593": 39, "e48825df32a07e5559f7f50048c08e1f": 39, "ecaab4915bfda725": 39, "119219": 39, "18446744073709540531": 39, "5327": 39, "60": 39, "1412": 39, "285714": 39, "575": 39, "785714": 39, "lowleveltranspos": 39, "250": 39, "240": 39, "e7ab6656cc090a8d05992a9e4683b8b7": 39, "206a1d6f351ca4b1": 39, "136285": 39, "03636fd6c7dbc42f0a9dd29a7283d3fc": 39, "f636740983e095a6": 39, "133350": 39, "c9a0858f7e0885a976f51c6cb57d3e0f": 39, "bb6c84f88e453055": 39, "44775": 39, "8777c67ad9fe597139bbd6970362c2fc": 39, "63bac982c7b98aba": 39, "14682": 39, "98aeba2a25b0525166b6a4065ab01774": 39, "34ccd560571d733f": 39, "45465": 39, "420525dc13ba9624083e0a276f7ee718": 39, "9f6d342da5eb86bc": 39, "152748": 39, "cb67393f6949bbbb396053c1e00931ff": 39, "2d724fa6ab8ca024": 39, "67140": 39, "00424b4f02039ae0ca98388a964062b0": 39, "a5fb9fbd5bffe6a6": 39, "32388": 39, "d7412c59d360067e8b7a2508a30d1079": 39, "8e426d778fa95722": 39, "71736": 39, "6820acf9345c5b373c512f6cd5edcbc7": 39, "2d787c2df381f010": 39, "311310": 39, "84d24b02a95c63c3e40f7682384749e4": 39, "1236a974a619ff1a": 39, "51930": 39, "8d25dff1cfd6624509cbf95503e93382": 39, "673efb3bfb8deac6": 39, "12362": 39, "4cc60ec1eee7d9f3cdd290d07b303a18": 39, "e7903b0a584d6388": 39, "56736": 39, "c5f04d9fea26e5b52c6ec5e5406775fc": 39, "701118dabd065e6f": 39, "265447": 39, "c5fdfb9cf454da130148e8e364eeee93": 39, "5cf3750def19c6e8": 39, "35869": 39, "e1e650d23061140404915f1df36daf9c": 39, "ddd76ff19b5cd713": 39, "14688": 39, "direct": 39, "487": 39, "f3b158734e3684f2e043ed41309c4c2d": 39, "11204385": 39, "kit": 40, "ecosystem": 40, "wide": 40, "familiar": 40, "therefor": 40, "often": 40, "concern": 40, "conflict": 40, "easi": 40, "ye": 40, "question": 40, "sh": 40, "miniconda3": 40, "wget": 40, "repo": 40, "anaconda": 40, "miniconda": 40, "bashrc": 40, "deactiv": 40, "proper": 40, "upload": 40, "pypi": 40, "subdirectori": 40, "rather": 40, "adot": 40, "simul": 40, "fp16": 41, "techniqu": 41, "provi": 41, "greater": 41, "topolog": 41, "drop": 41, "fp": 41, "convnext": 41, "85": 41, "80": 41, "376": 41, "678": 41, "77": 41, "698": 41, "669": 41, "efficientnetv2": 41, "84": 41, "228": 41, "83": 41, "566": 41, "214": 41, "76": 41, "456": 41, "702": 41, "retinanet": 41, "3757": 41, "37373": 41, "476": 41, "23": 41, "23215": 41, "21626": 41, "108": 41, "yolox": 41, "497": 41, "48524": 41, "634": 41, "490": 41, "47443": 41, "96": 41, "822": 41, "454": 41, "43963": 41, "835": 41, "apu": 41, "8bit": 41, "link": 41, "bind": 43, "port": 43, "ip": 43, "listen": 43, "8080": 43, "zsh": 43, "fish": 43, "powershel": 43, "pwsh": 43, "model_config_list": 43, "mnistnet_uint8_qu": 43, "compiler_config": 43, "keep_unsigned": 43, "split_unit": 43, "ssd512_mobilenet_v2_bdd_int_without_reshap": 43, "model_config_exampl": 43, "20230509151914": 43, "axpfej": 43, "e626c458c": 43, "19t13": 43, "26z": 43, "09t06": 43, "560585z": 43, "565216z": 43, "d063sw": 43, "591795z": 43, "595298z": 43, "1184080": 43, "startup": 43, "press": 43, "quit": 43, "curl": 43, "mnist_imag": 43, "train_imag": 43, "60000": 43, "astyp": 43, "localhost": 43, "tolist": 43, "live": 43, "ok": 43, "respond": 43, "livenessprob": 43, "inferenc": 43, "readinessprob": 43, "model_nam": 43, "model_vers": 43}, "objects": {"furiosa": [[0, 0, 0, "-", "common"], [2, 0, 0, "-", "optimizer"], [9, 0, 0, "-", "quantizer"], [10, 0, 0, "-", "runtime"]], "furiosa.common": [[0, 0, 0, "-", "error"], [0, 2, 1, "", "get_sdk_version"], [0, 0, 0, "-", "native"], [0, 0, 0, "-", "thread"], [1, 0, 0, "-", "transport"], [0, 0, 0, "-", "utils"]], "furiosa.common.error": [[0, 1, 1, "", "FuriosaError"], [0, 2, 1, "", "is_err"], [0, 2, 1, "", "is_ok"]], "furiosa.common.native": [[0, 3, 1, "", "LogLevel"], [0, 2, 1, "", "find_global_lib_path"], [0, 2, 1, "", "find_native_lib_path"], [0, 2, 1, "", "find_native_libs"], [0, 2, 1, "", "find_user_lib_path"]], "furiosa.common.native.LogLevel": [[0, 4, 1, "", "ERROR"], [0, 4, 1, "", "INFO"], [0, 4, 1, "", "OFF"], [0, 4, 1, "", "WARN"]], "furiosa.common.thread": [[0, 2, 1, "", "asynchronous"], [0, 2, 1, "", "synchronous"]], "furiosa.common.transport": [[1, 3, 1, "", "FileTransport"], [1, 3, 1, "", "GithubTransport"], [1, 3, 1, "", "HTTPTransport"], [1, 3, 1, "", "S3Transport"], [1, 3, 1, "", "Transport"], [1, 0, 0, "-", "base"], [1, 2, 1, "", "download"], [1, 0, 0, "-", "error"], [1, 0, 0, "-", "file"], [1, 0, 0, "-", "github"], [1, 0, 0, "-", "http"], [1, 2, 1, "", "is_relative"], [1, 0, 0, "-", "s3"], [1, 2, 1, "", "supported"]], "furiosa.common.transport.FileTransport": [[1, 5, 1, "", "download"], [1, 5, 1, "", "is_supported"], [1, 4, 1, "", "read"], [1, 4, 1, "", "scheme"]], "furiosa.common.transport.GithubTransport": [[1, 5, 1, "", "download"], [1, 5, 1, "", "is_supported"], [1, 5, 1, "", "parse"], [1, 4, 1, "", "read"], [1, 4, 1, "", "schemes"]], "furiosa.common.transport.HTTPTransport": [[1, 5, 1, "", "download"], [1, 5, 1, "", "is_supported"], [1, 4, 1, "", "read"], [1, 4, 1, "", "schemes"]], "furiosa.common.transport.S3Transport": [[1, 5, 1, "", "download"], [1, 5, 1, "", "is_supported"], [1, 5, 1, "", "parse"], [1, 4, 1, "", "read"], [1, 4, 1, "", "scheme"]], "furiosa.common.transport.Transport": [[1, 6, 1, "", "cache_directory"], [1, 5, 1, "", "download"], [1, 5, 1, "", "is_supported"], [1, 4, 1, "", "read"]], "furiosa.common.transport.base": [[1, 3, 1, "", "Transport"]], "furiosa.common.transport.base.Transport": [[1, 6, 1, "", "cache_directory"], [1, 5, 1, "", "download"], [1, 5, 1, "", "is_supported"], [1, 4, 1, "", "read"]], "furiosa.common.transport.error": [[1, 1, 1, "", "TransportError"], [1, 1, 1, "", "TransportNotFound"]], "furiosa.common.transport.file": [[1, 3, 1, "", "FileTransport"]], "furiosa.common.transport.file.FileTransport": [[1, 5, 1, "", "download"], [1, 5, 1, "", "is_supported"], [1, 4, 1, "", "read"], [1, 4, 1, "", "scheme"]], "furiosa.common.transport.github": [[1, 3, 1, "", "GithubTransport"]], "furiosa.common.transport.github.GithubTransport": [[1, 5, 1, "", "download"], [1, 5, 1, "", "is_supported"], [1, 5, 1, "", "parse"], [1, 4, 1, "", "read"], [1, 4, 1, "", "schemes"]], "furiosa.common.transport.http": [[1, 3, 1, "", "HTTPTransport"]], "furiosa.common.transport.http.HTTPTransport": [[1, 5, 1, "", "download"], [1, 5, 1, "", "is_supported"], [1, 4, 1, "", "read"], [1, 4, 1, "", "schemes"]], "furiosa.common.transport.s3": [[1, 3, 1, "", "S3Transport"]], "furiosa.common.transport.s3.S3Transport": [[1, 5, 1, "", "download"], [1, 5, 1, "", "is_supported"], [1, 5, 1, "", "parse"], [1, 4, 1, "", "read"], [1, 4, 1, "", "scheme"]], "furiosa.common.utils": [[0, 3, 1, "", "FuriosaVersionInfo"], [0, 2, 1, "", "eprint"], [0, 2, 1, "", "get_sdk_version"], [0, 2, 1, "", "removeprefix"]], "furiosa.optimizer": [[3, 0, 0, "-", "frontend"], [8, 0, 0, "-", "interfaces"], [2, 2, 1, "", "optimize_model"]], "furiosa.optimizer.frontend": [[4, 0, 0, "-", "onnx"]], "furiosa.optimizer.frontend.onnx": [[4, 2, 1, "", "optimize_model"], [5, 0, 0, "-", "transformer"], [7, 0, 0, "-", "utils"]], "furiosa.optimizer.frontend.onnx.transformer": [[5, 3, 1, "", "ONNXTransformer"], [5, 0, 0, "-", "convert_negative_pads_to_slice"], [5, 0, 0, "-", "convert_prelu_to_relu"], [6, 0, 0, "-", "experimental"], [5, 0, 0, "-", "fuse_batchnorm"], [5, 0, 0, "-", "fuse_gather_matmul"], [5, 0, 0, "-", "infer_squeeze_axes"], [5, 0, 0, "-", "polish_model"], [5, 0, 0, "-", "utils"]], "furiosa.optimizer.frontend.onnx.transformer.ONNXTransformer": [[5, 5, 1, "", "bridge_disconnected_nodes"], [5, 5, 1, "", "build_optimized_model"], [5, 4, 1, "", "check_runnable"], [5, 5, 1, "", "copy_value_info"], [5, 5, 1, "", "find_next_node"], [5, 5, 1, "", "find_prev_node"], [5, 5, 1, "", "get_data_node_input"], [5, 5, 1, "", "get_init_node_input"], [5, 5, 1, "", "get_initializer_array"], [5, 5, 1, "", "get_map_values"], [5, 5, 1, "", "get_value_info_dtype"], [5, 5, 1, "", "get_value_info_shape"], [5, 5, 1, "", "is_same_shape"], [5, 5, 1, "", "pattern_matcher"], [5, 5, 1, "", "pattern_matching"], [5, 5, 1, "", "pop_multiple_optimizer_map"], [5, 5, 1, "", "pop_single_optimizer_map"], [5, 5, 1, "", "transform"], [5, 5, 1, "", "transform_to_eliminate"], [5, 5, 1, "", "transform_to_fuse"], [5, 5, 1, "", "traverse_prev_node"], [5, 5, 1, "", "update_graph_fields"], [5, 5, 1, "", "update_multiple_initializer_map"], [5, 5, 1, "", "update_multiple_optimizer_map"], [5, 5, 1, "", "update_multiple_value_info_map"], [5, 5, 1, "", "update_single_initializer_map"], [5, 5, 1, "", "update_single_optimizer_map"], [5, 5, 1, "", "update_single_value_info_map"]], "furiosa.optimizer.frontend.onnx.transformer.convert_negative_pads_to_slice": [[5, 3, 1, "", "ConvertNegativePadsToSlice"], [5, 3, 1, "", "Pattern_1"], [5, 3, 1, "", "Pattern_2"]], "furiosa.optimizer.frontend.onnx.transformer.convert_negative_pads_to_slice.ConvertNegativePadsToSlice": [[5, 5, 1, "", "transform"]], "furiosa.optimizer.frontend.onnx.transformer.convert_negative_pads_to_slice.Pattern_1": [[5, 5, 1, "", "make_new_init_and_vi"], [5, 5, 1, "", "make_new_node"], [5, 5, 1, "", "pattern_condition_checker"], [5, 5, 1, "", "pattern_matching"], [5, 4, 1, "", "pattern_to_match"]], "furiosa.optimizer.frontend.onnx.transformer.convert_negative_pads_to_slice.Pattern_2": [[5, 5, 1, "", "pattern_condition_checker"], [5, 5, 1, "", "pattern_matching"], [5, 4, 1, "", "pattern_to_match"]], "furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu": [[5, 3, 1, "", "ConvertPReluToRelu"], [5, 3, 1, "", "Pattern_1"], [5, 3, 1, "", "Pattern_2"]], "furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu.ConvertPReluToRelu": [[5, 5, 1, "", "transform"]], "furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu.Pattern_1": [[5, 5, 1, "", "make_new_init"], [5, 5, 1, "", "make_new_node"], [5, 5, 1, "", "make_new_vi"], [5, 5, 1, "", "pattern_condition_checker"], [5, 5, 1, "", "pattern_matching"], [5, 4, 1, "", "pattern_to_match"]], "furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu.Pattern_2": [[5, 5, 1, "", "make_new_init"], [5, 5, 1, "", "make_new_node"], [5, 5, 1, "", "make_new_vi"], [5, 5, 1, "", "pattern_condition_checker"], [5, 5, 1, "", "pattern_matching"], [5, 4, 1, "", "pattern_to_match"]], "furiosa.optimizer.frontend.onnx.transformer.experimental": [[6, 0, 0, "-", "eliminate_detection_postprocess"], [6, 0, 0, "-", "embedding_bag_porting"], [6, 0, 0, "-", "fuse_div_for_bert"], [6, 0, 0, "-", "reify_conv_for_bert"]], "furiosa.optimizer.frontend.onnx.transformer.experimental.eliminate_detection_postprocess": [[6, 3, 1, "", "EliminateSSDDetectionPostprocess"]], "furiosa.optimizer.frontend.onnx.transformer.experimental.eliminate_detection_postprocess.EliminateSSDDetectionPostprocess": [[6, 5, 1, "", "transform"]], "furiosa.optimizer.frontend.onnx.transformer.experimental.embedding_bag_porting": [[6, 3, 1, "", "EmbeddingBagPattern"], [6, 3, 1, "", "EmbeddingBagPorting"]], "furiosa.optimizer.frontend.onnx.transformer.experimental.embedding_bag_porting.EmbeddingBagPattern": [[6, 5, 1, "", "check_condition_3"], [6, 5, 1, "", "pattern_condition_checker"], [6, 5, 1, "", "pattern_matching"]], "furiosa.optimizer.frontend.onnx.transformer.experimental.embedding_bag_porting.EmbeddingBagPorting": [[6, 5, 1, "", "transform"]], "furiosa.optimizer.frontend.onnx.transformer.experimental.fuse_div_for_bert": [[6, 3, 1, "", "FuseDivForBert"]], "furiosa.optimizer.frontend.onnx.transformer.experimental.fuse_div_for_bert.FuseDivForBert": [[6, 5, 1, "", "transform"], [6, 5, 1, "", "transform_matmul_add"]], "furiosa.optimizer.frontend.onnx.transformer.experimental.reify_conv_for_bert": [[6, 3, 1, "", "ReifyConvForBert"]], "furiosa.optimizer.frontend.onnx.transformer.experimental.reify_conv_for_bert.ReifyConvForBert": [[6, 5, 1, "", "transform"], [6, 5, 1, "", "transform_matmul_add"]], "furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm": [[5, 3, 1, "", "FuseBatchNorm"], [5, 3, 1, "", "Pattern_1"], [5, 3, 1, "", "Pattern_2"], [5, 3, 1, "", "Pattern_3"], [5, 3, 1, "", "Pattern_4"]], "furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm.FuseBatchNorm": [[5, 5, 1, "", "transform"]], "furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm.Pattern_1": [[5, 5, 1, "", "pattern_matching"], [5, 4, 1, "", "pattern_to_match"]], "furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm.Pattern_2": [[5, 5, 1, "", "pattern_matching"], [5, 4, 1, "", "pattern_to_match"]], "furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm.Pattern_3": [[5, 5, 1, "", "pattern_condition_checker"], [5, 5, 1, "", "pattern_matching"], [5, 4, 1, "", "pattern_to_match"]], "furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm.Pattern_4": [[5, 5, 1, "", "make_new_init"], [5, 5, 1, "", "make_new_vi"], [5, 5, 1, "", "pattern_matching"], [5, 4, 1, "", "pattern_to_match"]], "furiosa.optimizer.frontend.onnx.transformer.fuse_gather_matmul": [[5, 3, 1, "", "FuseGatherMatMul"], [5, 3, 1, "", "Pattern_1"]], "furiosa.optimizer.frontend.onnx.transformer.fuse_gather_matmul.FuseGatherMatMul": [[5, 5, 1, "", "transform"]], "furiosa.optimizer.frontend.onnx.transformer.fuse_gather_matmul.Pattern_1": [[5, 5, 1, "", "make_new_init"], [5, 5, 1, "", "make_new_node"], [5, 5, 1, "", "pattern_condition_checker"], [5, 5, 1, "", "pattern_matching"], [5, 4, 1, "", "pattern_to_match"]], "furiosa.optimizer.frontend.onnx.transformer.infer_squeeze_axes": [[5, 3, 1, "", "InferSqueezeAxes"], [5, 3, 1, "", "Pattern_1"]], "furiosa.optimizer.frontend.onnx.transformer.infer_squeeze_axes.InferSqueezeAxes": [[5, 5, 1, "", "transform"]], "furiosa.optimizer.frontend.onnx.transformer.infer_squeeze_axes.Pattern_1": [[5, 5, 1, "", "make_new_node"], [5, 5, 1, "", "pattern_condition_checker"], [5, 5, 1, "", "pattern_matching"], [5, 4, 1, "", "pattern_to_match"]], "furiosa.optimizer.frontend.onnx.transformer.polish_model": [[5, 3, 1, "", "PolishModel"]], "furiosa.optimizer.frontend.onnx.transformer.polish_model.PolishModel": [[5, 5, 1, "", "transform"]], "furiosa.optimizer.frontend.onnx.transformer.utils": [[5, 2, 1, "", "check_value_info"], [5, 2, 1, "", "eliminate_initializer_from_graph_input"], [5, 2, 1, "", "eliminate_unused_initializer"], [5, 2, 1, "", "eliminate_unused_input"], [5, 2, 1, "", "eliminate_unused_output"], [5, 2, 1, "", "eliminate_unused_protos"], [5, 2, 1, "", "eliminate_unused_value_info"], [5, 2, 1, "", "fix_batch_size_as_one"], [5, 2, 1, "", "fixed_point"], [5, 2, 1, "", "get_attribute"], [5, 2, 1, "", "get_node_attributes"], [5, 2, 1, "", "get_node_input_names"], [5, 2, 1, "", "get_node_output_names"], [5, 2, 1, "", "is_op_type"], [5, 2, 1, "", "make_initializer_name_unique"], [5, 2, 1, "", "make_unhashables_unique"], [5, 2, 1, "", "name_nodes"], [5, 2, 1, "", "rebuild_model"]], "furiosa.optimizer.frontend.onnx.utils": [[7, 0, 0, "-", "check_model"], [7, 0, 0, "-", "inference_shape"], [7, 0, 0, "-", "version_checker"]], "furiosa.optimizer.frontend.onnx.utils.check_model": [[7, 2, 1, "", "check_model"]], "furiosa.optimizer.frontend.onnx.utils.inference_shape": [[7, 3, 1, "", "InferenceShape"]], "furiosa.optimizer.frontend.onnx.utils.inference_shape.InferenceShape": [[7, 5, 1, "", "inference_shape"]], "furiosa.optimizer.frontend.onnx.utils.version_checker": [[7, 3, 1, "", "CheckVersion"]], "furiosa.optimizer.frontend.onnx.utils.version_checker.CheckVersion": [[7, 4, 1, "", "opset_bound"], [7, 5, 1, "", "transform"]], "furiosa.optimizer.interfaces": [[8, 0, 0, "-", "transformer"]], "furiosa.optimizer.interfaces.transformer": [[8, 3, 1, "", "Transformer"]], "furiosa.optimizer.interfaces.transformer.Transformer": [[8, 5, 1, "", "transform"]], "furiosa.quantizer": [[9, 3, 1, "", "CalibrationMethod"], [9, 3, 1, "", "Calibrator"], [9, 3, 1, "", "ModelEditor"], [9, 3, 1, "", "TensorType"], [9, 0, 0, "-", "calibrator"], [9, 0, 0, "-", "editor"], [9, 2, 1, "", "get_output_names"], [9, 2, 1, "", "get_pure_input_names"], [9, 2, 1, "", "quantize"]], "furiosa.quantizer.CalibrationMethod": [[9, 4, 1, "id10", "ENTROPY_ASYM"], [9, 4, 1, "id11", "ENTROPY_SYM"], [9, 4, 1, "id12", "MIN_MAX_ASYM"], [9, 4, 1, "id13", "MIN_MAX_SYM"], [9, 4, 1, "id14", "MSE_ASYM"], [9, 4, 1, "id15", "MSE_SYM"], [9, 4, 1, "id16", "PERCENTILE_ASYM"], [9, 4, 1, "id17", "PERCENTILE_SYM"], [9, 4, 1, "id18", "SQNR_ASYM"], [9, 4, 1, "id19", "SQNR_SYM"]], "furiosa.quantizer.Calibrator": [[9, 5, 1, "", "collect_data"], [9, 5, 1, "", "compute_range"]], "furiosa.quantizer.ModelEditor": [[9, 5, 1, "", "convert_input_type"], [9, 5, 1, "", "convert_output_type"]], "furiosa.quantizer.TensorType": [[9, 4, 1, "", "INT8"], [9, 4, 1, "", "UINT8"]], "furiosa.quantizer.calibrator": [[9, 3, 1, "", "CalibrationMethod"], [9, 3, 1, "", "Calibrator"]], "furiosa.quantizer.calibrator.CalibrationMethod": [[9, 4, 1, "id0", "ENTROPY_ASYM"], [9, 4, 1, "id1", "ENTROPY_SYM"], [9, 4, 1, "id2", "MIN_MAX_ASYM"], [9, 4, 1, "id3", "MIN_MAX_SYM"], [9, 4, 1, "id4", "MSE_ASYM"], [9, 4, 1, "id5", "MSE_SYM"], [9, 4, 1, "id6", "PERCENTILE_ASYM"], [9, 4, 1, "id7", "PERCENTILE_SYM"], [9, 4, 1, "id8", "SQNR_ASYM"], [9, 4, 1, "id9", "SQNR_SYM"]], "furiosa.quantizer.calibrator.Calibrator": [[9, 5, 1, "", "collect_data"], [9, 5, 1, "", "compute_range"]], "furiosa.quantizer.editor": [[9, 3, 1, "", "ModelEditor"], [9, 3, 1, "", "TensorType"], [9, 2, 1, "", "get_output_names"], [9, 2, 1, "", "get_pure_input_names"]], "furiosa.quantizer.editor.ModelEditor": [[9, 5, 1, "", "convert_input_type"], [9, 5, 1, "", "convert_output_type"]], "furiosa.quantizer.editor.TensorType": [[9, 4, 1, "", "INT8"], [9, 4, 1, "", "UINT8"]], "furiosa.runtime": [[10, 3, 1, "", "Axis"], [10, 3, 1, "", "DataType"], [10, 1, 1, "", "FuriosaRuntimeError"], [10, 1, 1, "", "FuriosaRuntimeWarning"], [10, 3, 1, "", "Model"], [10, 3, 1, "", "ModelSource"], [10, 3, 1, "", "Receiver"], [10, 3, 1, "", "Runner"], [10, 3, 1, "", "Runtime"], [10, 3, 1, "", "Submitter"], [10, 3, 1, "", "Tensor"], [10, 3, 1, "", "TensorArray"], [10, 3, 1, "", "TensorDesc"], [10, 0, 0, "-", "compiler"], [10, 0, 0, "-", "consts"], [10, 2, 1, "", "create_queue"], [10, 2, 1, "", "create_runner"], [10, 0, 0, "-", "envs"], [10, 0, 0, "-", "errors"], [10, 2, 1, "", "full_version"], [10, 0, 0, "-", "model"], [10, 0, 0, "-", "profiler"], [10, 0, 0, "-", "session"], [10, 0, 0, "-", "tensor"]], "furiosa.runtime.Axis": [[10, 6, 1, "", "BATCH"], [10, 6, 1, "", "CHANNEL"], [10, 6, 1, "", "HEIGHT"], [10, 6, 1, "", "UNKNOWN"], [10, 6, 1, "", "WIDTH"]], "furiosa.runtime.DataType": [[10, 6, 1, "", "BFLOAT16"], [10, 6, 1, "", "FLOAT16"], [10, 6, 1, "", "FLOAT32"], [10, 6, 1, "", "INT16"], [10, 6, 1, "", "INT32"], [10, 6, 1, "", "INT64"], [10, 6, 1, "", "INT8"], [10, 6, 1, "", "UINT8"], [10, 6, 1, "", "numpy"], [10, 6, 1, "", "numpy_dtype"]], "furiosa.runtime.Model": [[10, 5, 1, "", "input"], [10, 6, 1, "", "input_num"], [10, 5, 1, "", "inputs"], [10, 5, 1, "", "output"], [10, 6, 1, "", "output_num"], [10, 5, 1, "", "outputs"], [10, 5, 1, "", "print_summary"], [10, 5, 1, "", "summary"]], "furiosa.runtime.Receiver": [[10, 5, 1, "", "close"], [10, 6, 1, "", "model"], [10, 5, 1, "", "recv"]], "furiosa.runtime.Runner": [[10, 5, 1, "", "close"], [10, 6, 1, "", "model"], [10, 5, 1, "", "run"]], "furiosa.runtime.Runtime": [[10, 5, 1, "", "close"]], "furiosa.runtime.Submitter": [[10, 5, 1, "", "allocate"], [10, 5, 1, "", "close"], [10, 6, 1, "", "model"], [10, 5, 1, "", "submit"]], "furiosa.runtime.TensorDesc": [[10, 5, 1, "", "axis"], [10, 5, 1, "", "dim"], [10, 6, 1, "", "dtype"], [10, 6, 1, "", "format"], [10, 6, 1, "", "length"], [10, 6, 1, "", "name"], [10, 6, 1, "", "ndim"], [10, 6, 1, "", "numpy_dtype"], [10, 6, 1, "", "shape"], [10, 6, 1, "", "size"], [10, 5, 1, "", "stride"]], "furiosa.runtime.compiler": [[10, 2, 1, "", "generate_compiler_log_path"]], "furiosa.runtime.envs": [[10, 2, 1, "", "current_npu_device"], [10, 2, 1, "", "is_compile_log_enabled"], [10, 2, 1, "", "log_dir"], [10, 2, 1, "", "profiler_output"]], "furiosa.runtime.errors": [[10, 1, 1, "", "ApiClientInitFailed"], [10, 1, 1, "", "CompilationFailed"], [10, 1, 1, "", "DeviceBusy"], [10, 1, 1, "", "IncompatibleApiClientError"], [10, 1, 1, "", "IncompatibleModel"], [10, 1, 1, "", "InternalError"], [10, 1, 1, "", "InvalidCompilerConfig"], [10, 1, 1, "", "InvalidInput"], [10, 1, 1, "", "InvalidSessionOption"], [10, 1, 1, "", "InvalidYamlException"], [10, 1, 1, "", "NoApiKeyException"], [10, 1, 1, "", "QueueWaitTimeout"], [10, 1, 1, "", "SessionClosed"], [10, 1, 1, "", "SessionTerminated"], [10, 1, 1, "", "TensorNameNotFound"], [10, 1, 1, "", "UnsupportedDataType"], [10, 1, 1, "", "UnsupportedFeature"], [10, 1, 1, "", "UnsupportedTensorType"]], "furiosa.runtime.furiosa.runtime.Runtime": [[10, 5, 1, "", "create_queue"], [10, 5, 1, "", "create_runner"]], "furiosa.runtime.profiler": [[10, 3, 1, "", "RecordFormat"], [10, 3, 1, "", "Resource"], [10, 3, 1, "", "profile"]], "furiosa.runtime.profiler.RecordFormat": [[10, 6, 1, "", "ChromeTrace"], [10, 6, 1, "", "PandasDataFrame"]], "furiosa.runtime.profiler.Resource": [[10, 6, 1, "", "All"], [10, 6, 1, "", "Cpu"], [10, 6, 1, "", "Npu"]], "furiosa.runtime.profiler.profile": [[10, 5, 1, "", "export_chrome_trace"], [10, 5, 1, "", "get_cpu_pandas_dataframe"], [10, 5, 1, "", "get_npu_pandas_dataframe"], [10, 5, 1, "", "get_pandas_dataframe"], [10, 5, 1, "", "get_pandas_dataframe_with_filter"], [10, 5, 1, "", "pause"], [10, 5, 1, "", "print_external_operators"], [10, 5, 1, "", "print_inferences"], [10, 5, 1, "", "print_npu_executions"], [10, 5, 1, "", "print_npu_operators"], [10, 5, 1, "", "print_summary"], [10, 5, 1, "", "record"], [10, 5, 1, "", "resume"]], "furiosa.runtime.session": [[10, 3, 1, "", "AsyncSession"], [10, 3, 1, "", "CompletionQueue"], [10, 3, 1, "", "Session"], [10, 2, 1, "", "create"], [10, 2, 1, "", "create_async"]], "furiosa.runtime.session.AsyncSession": [[10, 5, 1, "", "close"], [10, 6, 1, "", "model"], [10, 5, 1, "", "submit"]], "furiosa.runtime.session.CompletionQueue": [[10, 5, 1, "", "close"], [10, 6, 1, "", "model"], [10, 5, 1, "", "recv"]], "furiosa.runtime.session.Session": [[10, 5, 1, "", "close"], [10, 6, 1, "", "model"], [10, 5, 1, "", "run"], [10, 5, 1, "", "run_with"]], "furiosa.runtime.sync": [[10, 3, 1, "", "Receiver"], [10, 3, 1, "", "Runner"], [10, 3, 1, "", "Runtime"], [10, 3, 1, "", "Submitter"], [10, 2, 1, "", "create_queue"], [10, 2, 1, "", "create_runner"]], "furiosa.runtime.sync.Receiver": [[10, 5, 1, "", "recv"]], "furiosa.runtime.sync.furiosa.runtime.sync.Runtime": [[10, 5, 1, "", "create_queue"], [10, 5, 1, "", "create_runner"]], "furiosa.runtime.tensor": [[10, 3, 1, "", "Tensor"], [10, 3, 1, "", "TensorArray"], [10, 2, 1, "", "numpy_dtype"], [10, 2, 1, "", "rand"], [10, 2, 1, "", "zeros"]], "furiosa.runtime.tensor.Tensor": [[10, 5, 1, "", "copy_from"], [10, 5, 1, "", "numpy"], [10, 6, 1, "", "numpy_dtype"], [10, 6, 1, "", "shape"], [10, 5, 1, "", "view"]], "furiosa.runtime.tensor.TensorArray": [[10, 5, 1, "", "is_empty"], [10, 5, 1, "", "numpy"], [10, 5, 1, "", "view"]], "furiosa.server": [[11, 0, 0, "-", "errors"], [19, 0, 0, "-", "utils"]], "furiosa.server.errors": [[11, 1, 1, "", "ModelNotFound"], [11, 1, 1, "", "ModelServerError"]], "": [[10, 7, 1, "-", "FURIOSA_DEVICES"], [10, 7, 1, "-", "FURIOSA_LOG_LEVEL"], [10, 7, 1, "-", "NPU_DEVNAME"]]}, "objtypes": {"0": "py:module", "1": "py:exception", "2": "py:function", "3": "py:class", "4": "py:attribute", "5": "py:method", "6": "py:property", "7": "std:envvar"}, "objnames": {"0": ["py", "module", "Python module"], "1": ["py", "exception", "Python exception"], "2": ["py", "function", "Python function"], "3": ["py", "class", "Python class"], "4": ["py", "attribute", "Python attribute"], "5": ["py", "method", "Python method"], "6": ["py", "property", "Python property"], "7": ["std", "envvar", "environment variable"]}, "titleterms": {"furiosa": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 28, 29, 31, 32, 34, 35, 36], "common": [0, 1], "packag": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 21, 22, 28, 36, 40], "subpackag": [0, 2, 3, 4, 5, 11, 12, 14, 20], "submodul": [0, 1, 5, 6, 7, 8, 9, 11, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22], "error": [0, 1, 10, 11, 28], "modul": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22], "nativ": [0, 31], "thread": 0, "util": [0, 5, 7, 19], "content": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 20, 21, 22], "transport": 1, "base": [1, 22, 29], "file": [1, 30, 35, 43], "github": 1, "http": 1, "s3": 1, "optim": [2, 3, 4, 5, 6, 7, 8, 35], "frontend": [3, 4, 5, 6, 7], "onnx": [4, 5, 6, 7], "transform": [5, 6, 8], "convert_negative_pads_to_slic": 5, "convert_prelu_to_relu": 5, "fuse_batchnorm": 5, "fuse_gather_matmul": 5, "infer_squeeze_ax": 5, "polish_model": 5, "experiment": [6, 34], "eliminate_detection_postprocess": 6, "embedding_bag_port": 6, "fuse_div_for_bert": 6, "reify_conv_for_bert": 6, "check_model": 7, "inference_shap": 7, "version_check": 7, "interfac": [8, 10], "quantiz": [9, 29, 30, 31, 32, 37, 40, 41], "calibr": [9, 32], "editor": 9, "runtim": [10, 36, 37, 40], "variant": 10, "us": [10, 35, 39, 40], "legaci": [10, 40], "model": [10, 11, 20, 21, 25, 28, 31, 34, 35, 37, 40, 41, 43], "input": 10, "tensor": 10, "output": 10, "when": 10, "an": 10, "type": [10, 18], "object": 10, "devic": [10, 30, 38], "specif": [10, 26, 36], "metadata": 10, "runner": 10, "api": [10, 12, 13, 14, 15, 16, 23, 28, 31, 37, 40, 41], "inform": [10, 30, 31, 32], "infer": 10, "miscellan": 10, "queue": 10, "submit": 10, "receiv": 10, "profil": [10, 30, 31, 39], "diagnost": 10, "support": [10, 27, 28, 30, 32, 37, 38], "compil": [10, 28, 29, 30, 32, 33, 34, 35, 37], "const": 10, "env": 10, "session": [10, 28], "server": [11, 12, 13, 14, 15, 16, 17, 18, 19, 28, 36, 37, 40, 43], "registri": 11, "repositori": [11, 17, 21], "set": 11, "cli": 13, "main": 13, "grpc": [14, 15], "convert": 14, "servic": 14, "gener": 15, "model_repository_pb2": 15, "model_repository_pb2_grpc": 15, "predict_pb2": 15, "predict_pb2_grpc": 15, "rest": 16, "app": [16, 21], "endpoint": [16, 43], "handler": 17, "predict": [17, 18, 43], "model_repositori": 18, "namespac": 19, "loader": 19, "serv": [20, 21, 22, 25, 28, 29, 31, 43], "applic": 20, "telemetri": 20, "health": 21, "processor": 22, "imagenet": 22, "sdk": [23, 25, 29, 30, 31, 32, 33, 36, 37, 40], "0": [23, 25, 28, 29, 30, 31, 32], "10": [23, 25], "document": [23, 25], "bug": [24, 30], "report": 24, "furiosaai": [25, 26, 37, 40], "npu": [25, 26, 27, 28, 30, 35, 36, 38], "softwar": 25, "tutori": [25, 44], "exampl": [25, 44], "deploy": 25, "mlop": 25, "refer": [25, 42], "other": 25, "link": 25, "warboi": 26, "hw": 26, "hardwar": 26, "perform": [26, 30, 39], "see": 26, "also": 26, "list": [27, 34, 38], "oper": 27, "acceler": [27, 30], "releas": [28, 29, 30, 31, 32], "note": [28, 29, 30, 31, 32], "5": [28, 38], "improv": [28, 30, 31], "diagnosi": 28, "messag": 28, "handl": 28, "introduc": 28, "framework": [28, 31, 43], "command": [28, 34], "line": [28, 34], "manag": 28, "tool": [28, 30, 31, 32, 34], "furiosactl": [28, 34], "kubernet": [28, 37, 38], "6": 29, "how": [29, 30, 41], "upgrad": [29, 30], "major": [29, 31, 32], "chang": [29, 30, 31, 32], "python": [29, 30, 37, 40], "addit": 29, "fastapi": 29, "advanc": 29, "librari": 29, "7": 30, "compon": [30, 31, 32], "version": [30, 31, 32, 36, 43], "kei": 30, "more": 30, "cach": [30, 35], "hint": 30, "fix": 30, "plugin": [30, 38], "configur": [30, 36, 38, 40, 43], "8": 31, "instal": [31, 32, 33, 34, 36, 38, 40, 43], "latest": [31, 32], "toolkit": [31, 32, 34], "zoo": 31, "ad": [31, 36], "post": 31, "process": 31, "code": [31, 44], "9": 32, "method": 32, "c": [33, 37], "user": [33, 36, 40], "guid": [33, 40], "info": 34, "p": 34, "top": 34, "field": 34, "bench": 34, "benchmark": 34, "litmu": [34, 40], "compat": 34, "checker": 34, "target": 35, "batch": 35, "size": 35, "well": 35, "known": 35, "enf": 35, "behavior": 35, "accord": 35, "fc_cache_lifetim": 35, "driver": [36, 37], "firmwar": [36, 37], "minimum": 36, "requir": [36, 40], "apt": 36, "group": 36, "hold": 36, "unhold": 36, "updat": 36, "sw": 37, "stack": 37, "introduct": 37, "kernel": 37, "1": 38, "prepar": 38, "node": 38, "2": [38, 43], "featur": 38, "discoveri": 38, "3": 38, "label": 38, "argument": 38, "k8": 38, "4": 38, "creat": [38, 40], "pod": 38, "monitor": 38, "metric": 38, "export": 38, "collect": 38, "categori": 38, "trace": 39, "analysi": 39, "enabl": 39, "environmet": 39, "variabl": 39, "context": 39, "paus": 39, "resum": 39, "panda": 39, "datafram": 39, "execut": 40, "environ": 40, "setup": 40, "conda": 40, "activ": 40, "isol": 40, "linux": 40, "extra": 40, "It": 41, "work": 41, "accuraci": 41, "run": 43, "kserv": 43, "protocol": 43}, "envversion": {"sphinx.domains.c": 2, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 8, "sphinx.domains.index": 1, "sphinx.domains.javascript": 2, "sphinx.domains.math": 2, "sphinx.domains.python": 3, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx": 57}, "alltitles": {"furiosa.common package": [[0, "furiosa-common-package"]], "Subpackages": [[0, "subpackages"], [2, "subpackages"], [3, "subpackages"], [4, "subpackages"], [5, "subpackages"], [11, "subpackages"], [12, "subpackages"], [14, "subpackages"], [20, "subpackages"]], "Submodules": [[0, "submodules"], [1, "submodules"], [5, "submodules"], [6, "submodules"], [7, "submodules"], [8, "submodules"], [9, "submodules"], [11, "submodules"], [13, "submodules"], [14, "submodules"], [15, "submodules"], [16, "submodules"], [17, "submodules"], [18, "submodules"], [19, "submodules"], [20, "submodules"], [21, "submodules"], [22, "submodules"]], "furiosa.common.error module": [[0, "module-furiosa.common.error"]], "furiosa.common.native module": [[0, "module-furiosa.common.native"]], "furiosa.common.thread module": [[0, "module-furiosa.common.thread"]], "furiosa.common.utils module": [[0, "module-furiosa.common.utils"]], "Module contents": [[0, "module-furiosa.common"], [1, "module-furiosa.common.transport"], [2, "module-furiosa.optimizer"], [3, "module-furiosa.optimizer.frontend"], [4, "module-furiosa.optimizer.frontend.onnx"], [5, "module-furiosa.optimizer.frontend.onnx.transformer"], [6, "module-furiosa.optimizer.frontend.onnx.transformer.experimental"], [7, "module-furiosa.optimizer.frontend.onnx.utils"], [8, "module-furiosa.optimizer.interfaces"], [9, "module-furiosa.quantizer"], [11, "module-contents"], [12, "module-contents"], [13, "module-contents"], [14, "module-contents"], [15, "module-contents"], [16, "module-contents"], [17, "module-contents"], [18, "module-contents"], [20, "module-contents"], [21, "module-contents"], [22, "module-contents"]], "furiosa.common.transport package": [[1, "furiosa-common-transport-package"]], "furiosa.common.transport.base module": [[1, "module-furiosa.common.transport.base"]], "furiosa.common.transport.error module": [[1, "module-furiosa.common.transport.error"]], "furiosa.common.transport.file module": [[1, "module-furiosa.common.transport.file"]], "furiosa.common.transport.github module": [[1, "module-furiosa.common.transport.github"]], "furiosa.common.transport.http module": [[1, "module-furiosa.common.transport.http"]], "furiosa.common.transport.s3 module": [[1, "module-furiosa.common.transport.s3"]], "furiosa.optimizer package": [[2, "furiosa-optimizer-package"]], "furiosa.optimizer.frontend package": [[3, "furiosa-optimizer-frontend-package"]], "furiosa.optimizer.frontend.onnx package": [[4, "furiosa-optimizer-frontend-onnx-package"]], "furiosa.optimizer.frontend.onnx.transformer package": [[5, "furiosa-optimizer-frontend-onnx-transformer-package"]], "furiosa.optimizer.frontend.onnx.transformer.convert_negative_pads_to_slice module": [[5, "module-furiosa.optimizer.frontend.onnx.transformer.convert_negative_pads_to_slice"]], "furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu module": [[5, "module-furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu"]], "furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm module": [[5, "module-furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm"]], "furiosa.optimizer.frontend.onnx.transformer.fuse_gather_matmul module": [[5, "module-furiosa.optimizer.frontend.onnx.transformer.fuse_gather_matmul"]], "furiosa.optimizer.frontend.onnx.transformer.infer_squeeze_axes module": [[5, "module-furiosa.optimizer.frontend.onnx.transformer.infer_squeeze_axes"]], "furiosa.optimizer.frontend.onnx.transformer.polish_model module": [[5, "module-furiosa.optimizer.frontend.onnx.transformer.polish_model"]], "furiosa.optimizer.frontend.onnx.transformer.utils module": [[5, "module-furiosa.optimizer.frontend.onnx.transformer.utils"]], "furiosa.optimizer.frontend.onnx.transformer.experimental package": [[6, "furiosa-optimizer-frontend-onnx-transformer-experimental-package"]], "furiosa.optimizer.frontend.onnx.transformer.experimental.eliminate_detection_postprocess module": [[6, "module-furiosa.optimizer.frontend.onnx.transformer.experimental.eliminate_detection_postprocess"]], "furiosa.optimizer.frontend.onnx.transformer.experimental.embedding_bag_porting module": [[6, "module-furiosa.optimizer.frontend.onnx.transformer.experimental.embedding_bag_porting"]], "furiosa.optimizer.frontend.onnx.transformer.experimental.fuse_div_for_bert module": [[6, "module-furiosa.optimizer.frontend.onnx.transformer.experimental.fuse_div_for_bert"]], "furiosa.optimizer.frontend.onnx.transformer.experimental.reify_conv_for_bert module": [[6, "module-furiosa.optimizer.frontend.onnx.transformer.experimental.reify_conv_for_bert"]], "furiosa.optimizer.frontend.onnx.utils package": [[7, "furiosa-optimizer-frontend-onnx-utils-package"]], "furiosa.optimizer.frontend.onnx.utils.check_model module": [[7, "module-furiosa.optimizer.frontend.onnx.utils.check_model"]], "furiosa.optimizer.frontend.onnx.utils.inference_shape module": [[7, "module-furiosa.optimizer.frontend.onnx.utils.inference_shape"]], "furiosa.optimizer.frontend.onnx.utils.version_checker module": [[7, "module-furiosa.optimizer.frontend.onnx.utils.version_checker"]], "furiosa.optimizer.interfaces package": [[8, "furiosa-optimizer-interfaces-package"]], "furiosa.optimizer.interfaces.transformer module": [[8, "module-furiosa.optimizer.interfaces.transformer"]], "furiosa.quantizer package": [[9, "furiosa-quantizer-package"]], "furiosa.quantizer.calibrator module": [[9, "module-furiosa.quantizer.calibrator"]], "furiosa.quantizer.editor module": [[9, "module-furiosa.quantizer.editor"]], "furiosa.runtime package": [[10, "module-furiosa.runtime"]], "Runtime Variants": [[10, "runtime-variants"]], "Use of legacy modules": [[10, "use-of-legacy-modules"]], "Model Inputs": [[10, "model-inputs"]], "Tensor Inputs and Outputs": [[10, "tensor-inputs-and-outputs"]], "Legacy Interface": [[10, "legacy-interface"], [10, "legacy-runner-api"], [10, "legacy-queue-api"]], "When used as an input type": [[10, "legacy-tensorarray-as-input"], [10, "legacy-tensor-as-input"]], "Runtime Object": [[10, "runtime-object"]], "Device Specification": [[10, "device-specification"]], "Model Metadata": [[10, "model-metadata"]], "Runner API": [[10, "runner-api"]], "Model informations": [[10, null], [10, null], [10, null]], "Inference": [[10, null]], "Miscellaneous": [[10, null], [10, null], [10, null]], "Queue API": [[10, "queue-api"]], "Submitting": [[10, null]], "Receiving": [[10, null]], "Profiler": [[10, "profiler"], [31, "profiler"]], "Diagnostics": [[10, "diagnostics"]], "Legacy Supports": [[10, "legacy-supports"]], "furiosa.runtime.compiler": [[10, "module-furiosa.runtime.compiler"]], "furiosa.runtime.consts": [[10, "module-furiosa.runtime.consts"]], "furiosa.runtime.envs": [[10, "module-furiosa.runtime.envs"]], "furiosa.runtime.errors": [[10, "module-furiosa.runtime.errors"]], "furiosa.runtime.model": [[10, "module-furiosa.runtime.model"]], "furiosa.runtime.session": [[10, "module-furiosa.runtime.session"]], "furiosa.runtime.tensor": [[10, "module-furiosa.runtime.tensor"]], "furiosa.server package": [[11, "furiosa-server-package"]], "furiosa.server.errors module": [[11, "module-furiosa.server.errors"]], "furiosa.server.model module": [[11, "furiosa-server-model-module"]], "furiosa.server.registry module": [[11, "furiosa-server-registry-module"]], "furiosa.server.repository module": [[11, "furiosa-server-repository-module"]], "furiosa.server.server module": [[11, "furiosa-server-server-module"]], "furiosa.server.settings module": [[11, "furiosa-server-settings-module"]], "furiosa.server.api package": [[12, "furiosa-server-api-package"]], "furiosa.server.api.cli package": [[13, "furiosa-server-api-cli-package"]], "furiosa.server.api.cli.main module": [[13, "furiosa-server-api-cli-main-module"]], "furiosa.server.api.grpc package": [[14, "furiosa-server-api-grpc-package"]], "furiosa.server.api.grpc.converters module": [[14, "furiosa-server-api-grpc-converters-module"]], "furiosa.server.api.grpc.server module": [[14, "furiosa-server-api-grpc-server-module"]], "furiosa.server.api.grpc.servicers module": [[14, "furiosa-server-api-grpc-servicers-module"]], "furiosa.server.api.grpc.generated package": [[15, "furiosa-server-api-grpc-generated-package"]], "furiosa.server.api.grpc.generated.model_repository_pb2 module": [[15, "furiosa-server-api-grpc-generated-model-repository-pb2-module"]], "furiosa.server.api.grpc.generated.model_repository_pb2_grpc module": [[15, "furiosa-server-api-grpc-generated-model-repository-pb2-grpc-module"]], "furiosa.server.api.grpc.generated.predict_pb2 module": [[15, "furiosa-server-api-grpc-generated-predict-pb2-module"]], "furiosa.server.api.grpc.generated.predict_pb2_grpc module": [[15, "furiosa-server-api-grpc-generated-predict-pb2-grpc-module"]], "furiosa.server.api.rest package": [[16, "furiosa-server-api-rest-package"]], "furiosa.server.api.rest.app module": [[16, "furiosa-server-api-rest-app-module"]], "furiosa.server.api.rest.endpoints module": [[16, "furiosa-server-api-rest-endpoints-module"]], "furiosa.server.api.rest.server module": [[16, "furiosa-server-api-rest-server-module"]], "furiosa.server.handlers package": [[17, "furiosa-server-handlers-package"]], "furiosa.server.handlers.predict module": [[17, "furiosa-server-handlers-predict-module"]], "furiosa.server.handlers.repository module": [[17, "furiosa-server-handlers-repository-module"]], "furiosa.server.types package": [[18, "furiosa-server-types-package"]], "furiosa.server.types.model_repository module": [[18, "furiosa-server-types-model-repository-module"]], "furiosa.server.types.predict module": [[18, "furiosa-server-types-predict-module"]], "furiosa.server.utils namespace": [[19, "module-furiosa.server.utils"]], "furiosa.server.utils.loader module": [[19, "furiosa-server-utils-loader-module"]], "furiosa.serving package": [[20, "furiosa-serving-package"]], "furiosa.serving.application module": [[20, "furiosa-serving-application-module"]], "furiosa.serving.model module": [[20, "furiosa-serving-model-module"]], "furiosa.serving.telemetry module": [[20, "furiosa-serving-telemetry-module"]], "furiosa.serving.apps package": [[21, "furiosa-serving-apps-package"]], "furiosa.serving.apps.health module": [[21, "furiosa-serving-apps-health-module"]], "furiosa.serving.apps.model module": [[21, "furiosa-serving-apps-model-module"]], "furiosa.serving.apps.repository module": [[21, "furiosa-serving-apps-repository-module"]], "furiosa.serving.processors package": [[22, "furiosa-serving-processors-package"]], "furiosa.serving.processors.base module": [[22, "furiosa-serving-processors-base-module"]], "furiosa.serving.processors.imagenet module": [[22, "furiosa-serving-processors-imagenet-module"]], "Furiosa SDK 0.10.0 API Documentation": [[23, "furiosa-sdk-release-api-documentation"]], "Bug Report": [[24, "bug-report"]], "FuriosaAI NPU & SDK 0.10.0 Documents": [[25, "furiosaai-npu-sdk-release-documents"]], "FuriosaAI NPU": [[25, "furiosaai-npu"], [26, "furiosaai-npu"]], "FuriosaAI Software": [[25, "furiosaai-software"]], "FuriosaAI SDK Tutorial and Examples": [[25, "furiosaai-sdk-tutorial-and-examples"]], "Serving, Model Deployment, MLOps": [[25, "serving-model-deployment-mlops"]], "References": [[25, "references"], [42, "references"]], "Other Links": [[25, "other-links"]], "FuriosaAI Warboy": [[26, "furiosaai-warboy"]], "FuriosaAI Warboy HW Specifications": [[26, "furiosaai-warboy-hw-specifications"]], "Warboy Hardware Specification": [[26, "id2"]], "FuriosaAI Warboy Performance": [[26, "furiosaai-warboy-performance"]], "See Also": [[26, "see-also"]], "List of Supported Operators for NPU Acceleration": [[27, "list-of-supported-operators-for-npu-acceleration"]], "Operators Accelerated on NPU": [[27, "id1"]], "Release Notes - 0.5.0": [[28, "release-notes-0-5-0"]], "Compiler Improvement": [[28, "compiler-improvement"]], "Session API Improvement": [[28, "session-api-improvement"]], "Error Diagnosis Message & Error Handling Improvements": [[28, "error-diagnosis-message-error-handling-improvements"]], "Introducing Furiosa Server (serving framework)": [[28, "introducing-furiosa-server-serving-framework"]], "Introducing Furiosa Model package": [[28, "introducing-furiosa-model-package"]], "Command line NPU management tool: furiosactl": [[28, "command-line-npu-management-tool-furiosactl"]], "Kubernetes support": [[28, "kubernetes-support"]], "Release Notes - 0.6.0": [[29, "release-notes-0-6-0"]], "How to upgrade": [[29, "how-to-upgrade"], [30, "how-to-upgrade"]], "Major changes": [[29, "major-changes"], [31, "major-changes"], [32, "major-changes"]], "Compiler": [[29, "compiler"], [32, "compiler"], [35, "compiler"], [37, "compiler"]], "Quantizer": [[29, "quantizer"], [40, "quantizer"]], "Python SDK": [[29, "python-sdk"]], "Furiosa Serving: Addition of FastAPI-based advanced serving library": [[29, "furiosa-serving-addition-of-fastapi-based-advanced-serving-library"]], "Release Notes - 0.7.0": [[30, "release-notes-0-7-0"]], "component version information": [[30, "id1"]], "Key changes": [[30, "key-changes"]], "Compiler - More NPU acceleration supports": [[30, "compiler-more-npu-acceleration-supports"]], "Compiler - Compiler Cache": [[30, "compiler-compiler-cache"]], "Compiler - Compiler Hint": [[30, "compiler-compiler-hint"]], "Performance Profiling Tools": [[30, "performance-profiling-tools"]], "Improvements/Bug fixes of Python SDK": [[30, "improvements-bug-fixes-of-python-sdk"]], "Improvements/Bug fixes of Quantization tools": [[30, "improvements-bug-fixes-of-quantization-tools"]], "Device Plugin - Configuration file support": [[30, "device-plugin-configuration-file-support"]], "Release Notes - 0.8.0": [[31, "release-notes-0-8-0"]], "Component Version Information": [[31, "id3"], [32, "id1"]], "Installing the latest SDK": [[31, "installing-the-latest-sdk"], [32, "installing-the-latest-sdk"]], "Improvements to serving framework API": [[31, "improvements-to-serving-framework-api"]], "Quantization tool": [[31, "quantization-tool"], [32, "quantization-tool"]], "furiosa-toolkit": [[31, "furiosa-toolkit"], [32, "furiosa-toolkit"], [34, "furiosa-toolkit"]], "Model Zoo API improvements, added models, and added native post-processing code": [[31, "model-zoo-api-improvements-added-models-and-added-native-post-processing-code"]], "Release Notes - 0.9.0": [[32, "release-notes-0-9-0"]], "Supported Calibration Methods": [[32, "id2"]], "C SDK installation and user guide": [[33, "c-sdk-installation-and-user-guide"]], "C SDK installation": [[33, "c-sdk-installation"]], "Compiling with C SDK": [[33, "compiling-with-c-sdk"]], "Command Line Tools": [[34, "command-line-tools"]], "furiosa-toolkit installation": [[34, "furiosa-toolkit-installation"]], "furiosactl": [[34, "furiosactl"]], "furiosactl info": [[34, "furiosactl-info"]], "furiosactl list": [[34, "furiosactl-list"]], "furiosactl ps": [[34, "furiosactl-ps"]], "furiosactl top (experimental)": [[34, "furiosactl-top-experimental"]], "furiosa top fields": [[34, "id1"]], "furiosa-bench (Benchmark Tool)": [[34, "furiosa-bench-benchmark-tool"]], "furiosa": [[34, "furiosa"]], "furiosa compile": [[34, "furiosa-compile"]], "furiosa litmus (Model Compatibility Checker)": [[34, "furiosa-litmus-model-compatibility-checker"]], "furiosa-compiler": [[35, "furiosa-compiler"]], "Target NPUs": [[35, "id4"]], "Optimal Batch Size for Well-known Models": [[35, "id5"]], "Using ENF files": [[35, "using-enf-files"]], "Compiler Cache": [[35, "compiler-cache"]], "Cache behaviors according to FC_CACHE_LIFETIME": [[35, "id6"]], "Driver, Firmware, and Runtime Installation": [[36, "driver-firmware-and-runtime-installation"]], "Minimum requirements for SDK installation": [[36, "minimum-requirements-for-sdk-installation"]], "APT server configuration": [[36, "apt-server-configuration"]], "Installing required packages.": [[36, "installing-required-packages"]], "Adding a user to the furiosa Group": [[36, "adding-a-user-to-the-furiosa-group"]], "Holding/unholding installed version": [[36, "holding-unholding-installed-version"]], "Installing a specific version": [[36, "installing-a-specific-version"]], "NPU Firmware Update": [[36, "npu-firmware-update"]], "FuriosaAI SW Stack Introduction": [[37, "furiosaai-sw-stack-introduction"]], "Kernel Driver and Firmware": [[37, "kernel-driver-and-firmware"]], "Runtime": [[37, "runtime"]], "Python SDK and C SDK": [[37, "python-sdk-and-c-sdk"]], "Model quantizer API": [[37, "model-quantizer-api"]], "Model Server": [[37, "model-server"], [40, "model-server"]], "Kubernetes Support": [[37, "kubernetes-support"], [38, "kubernetes-support"]], "1. Preparing NPU nodes": [[38, "preparing-npu-nodes"]], "2. Installing Node Feature Discovery": [[38, "installing-node-feature-discovery"]], "3. Installing Device Plugin and NPU Feature Discovery": [[38, "installing-device-plugin-and-npu-feature-discovery"]], "NPU Node Labels": [[38, "id1"]], "Device Plugin Configuration": [[38, "device-plugin-configuration"]], "arguments of k8s-device-plugin": [[38, "id2"]], "4. Creating a Pod with NPUs": [[38, "creating-a-pod-with-npus"]], "5. NPU monitoring": [[38, "npu-monitoring"]], "npu-metrics-exporter collection category list": [[38, "id5"]], "Performance profiling": [[39, "performance-profiling"]], "Trace Analysis": [[39, "trace-analysis"]], "Tracing Enabled by Environmet Variable": [[39, "tracing-enabled-by-environmet-variable"]], "Tracing Enabled by Profiler Context": [[39, "tracing-enabled-by-profiler-context"]], "Pause/Resume of Profiler Context": [[39, "pause-resume-of-profiler-context"]], "Trace analysis using Pandas DataFrame": [[39, "trace-analysis-using-pandas-dataframe"]], "Python SDK installation and user guide": [[40, "python-sdk-installation-and-user-guide"]], "Requirements": [[40, "requirements"]], "Python execution environment setup": [[40, "python-execution-environment-setup"]], "Python environment configuration with Conda": [[40, "python-environment-configuration-with-conda"]], "Creating and activating isolated Python execution environment": [[40, "creating-and-activating-isolated-python-execution-environment"]], "Configuring Python environment using Linux packages": [[40, "configuring-python-environment-using-linux-packages"]], "Installing Python SDK package": [[40, "installing-python-sdk-package"]], "Extra packages": [[40, "extra-packages"]], "Legacy Runtime/API": [[40, "legacy-runtime-api"]], "FuriosaAI Models": [[40, "furiosaai-models"]], "Litmus": [[40, "litmus"]], "Model Quantization": [[41, "model-quantization"]], "How It Works": [[41, "how-it-works"]], "Accuracy of Quantized Models": [[41, "accuracy-of-quantized-models"]], "Quantization Accuracy": [[41, "id1"]], "Model Quantization APIs": [[41, "model-quantization-apis"]], "Model Server (Serving Framework)": [[43, "model-server-serving-framework"]], "Installation": [[43, "installation"]], "Running a Model Server": [[43, "running-a-model-server"]], "Running a Model Server with a Configuration File": [[43, "running-a-model-server-with-a-configuration-file"]], "Endpoints": [[43, "endpoints"]], "Endpoints of KServe Predict Protocol Version 2": [[43, "id1"]], "Tutorial and Code Examples": [[44, "tutorial-and-code-examples"]], "Tutorial": [[44, "id1"]], "Code Examples": [[44, "code-examples"]]}, "indexentries": {"error (furiosa.common.native.loglevel attribute)": [[0, "furiosa.common.native.LogLevel.ERROR"]], "furiosaerror": [[0, "furiosa.common.error.FuriosaError"]], "furiosaversioninfo (class in furiosa.common.utils)": [[0, "furiosa.common.utils.FuriosaVersionInfo"]], "info (furiosa.common.native.loglevel attribute)": [[0, "furiosa.common.native.LogLevel.INFO"]], "loglevel (class in furiosa.common.native)": [[0, "furiosa.common.native.LogLevel"]], "off (furiosa.common.native.loglevel attribute)": [[0, "furiosa.common.native.LogLevel.OFF"]], "warn (furiosa.common.native.loglevel attribute)": [[0, "furiosa.common.native.LogLevel.WARN"]], "asynchronous() (in module furiosa.common.thread)": [[0, "furiosa.common.thread.asynchronous"]], "eprint() (in module furiosa.common.utils)": [[0, "furiosa.common.utils.eprint"]], "find_global_lib_path() (in module furiosa.common.native)": [[0, "furiosa.common.native.find_global_lib_path"]], "find_native_lib_path() (in module furiosa.common.native)": [[0, "furiosa.common.native.find_native_lib_path"]], "find_native_libs() (in module furiosa.common.native)": [[0, "furiosa.common.native.find_native_libs"]], "find_user_lib_path() (in module furiosa.common.native)": [[0, "furiosa.common.native.find_user_lib_path"]], "furiosa.common": [[0, "module-furiosa.common"]], "furiosa.common.error": [[0, "module-furiosa.common.error"]], "furiosa.common.native": [[0, "module-furiosa.common.native"]], "furiosa.common.thread": [[0, "module-furiosa.common.thread"]], "furiosa.common.utils": [[0, "module-furiosa.common.utils"]], "get_sdk_version() (in module furiosa.common)": [[0, "furiosa.common.get_sdk_version"]], "get_sdk_version() (in module furiosa.common.utils)": [[0, "furiosa.common.utils.get_sdk_version"]], "is_err() (in module furiosa.common.error)": [[0, "furiosa.common.error.is_err"]], "is_ok() (in module furiosa.common.error)": [[0, "furiosa.common.error.is_ok"]], "module": [[0, "module-furiosa.common"], [0, "module-furiosa.common.error"], [0, "module-furiosa.common.native"], [0, "module-furiosa.common.thread"], [0, "module-furiosa.common.utils"], [1, "module-furiosa.common.transport"], [1, "module-furiosa.common.transport.base"], [1, "module-furiosa.common.transport.error"], [1, "module-furiosa.common.transport.file"], [1, "module-furiosa.common.transport.github"], [1, "module-furiosa.common.transport.http"], [1, "module-furiosa.common.transport.s3"], [2, "module-furiosa.optimizer"], [3, "module-furiosa.optimizer.frontend"], [4, "module-furiosa.optimizer.frontend.onnx"], [5, "module-furiosa.optimizer.frontend.onnx.transformer"], [5, "module-furiosa.optimizer.frontend.onnx.transformer.convert_negative_pads_to_slice"], [5, "module-furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu"], [5, "module-furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm"], [5, "module-furiosa.optimizer.frontend.onnx.transformer.fuse_gather_matmul"], [5, "module-furiosa.optimizer.frontend.onnx.transformer.infer_squeeze_axes"], [5, "module-furiosa.optimizer.frontend.onnx.transformer.polish_model"], [5, "module-furiosa.optimizer.frontend.onnx.transformer.utils"], [6, "module-furiosa.optimizer.frontend.onnx.transformer.experimental"], [6, "module-furiosa.optimizer.frontend.onnx.transformer.experimental.eliminate_detection_postprocess"], [6, "module-furiosa.optimizer.frontend.onnx.transformer.experimental.embedding_bag_porting"], [6, "module-furiosa.optimizer.frontend.onnx.transformer.experimental.fuse_div_for_bert"], [6, "module-furiosa.optimizer.frontend.onnx.transformer.experimental.reify_conv_for_bert"], [7, "module-furiosa.optimizer.frontend.onnx.utils"], [7, "module-furiosa.optimizer.frontend.onnx.utils.check_model"], [7, "module-furiosa.optimizer.frontend.onnx.utils.inference_shape"], [7, "module-furiosa.optimizer.frontend.onnx.utils.version_checker"], [8, "module-furiosa.optimizer.interfaces"], [8, "module-furiosa.optimizer.interfaces.transformer"], [9, "module-furiosa.quantizer"], [9, "module-furiosa.quantizer.calibrator"], [9, "module-furiosa.quantizer.editor"], [10, "module-furiosa.runtime"], [10, "module-furiosa.runtime.compiler"], [10, "module-furiosa.runtime.consts"], [10, "module-furiosa.runtime.envs"], [10, "module-furiosa.runtime.errors"], [10, "module-furiosa.runtime.model"], [10, "module-furiosa.runtime.profiler"], [10, "module-furiosa.runtime.session"], [10, "module-furiosa.runtime.tensor"], [11, "module-furiosa.server.errors"], [19, "module-furiosa.server.utils"]], "removeprefix() (in module furiosa.common.utils)": [[0, "furiosa.common.utils.removeprefix"]], "synchronous() (in module furiosa.common.thread)": [[0, "furiosa.common.thread.synchronous"]], "filetransport (class in furiosa.common.transport)": [[1, "furiosa.common.transport.FileTransport"]], "filetransport (class in furiosa.common.transport.file)": [[1, "furiosa.common.transport.file.FileTransport"]], "githubtransport (class in furiosa.common.transport)": [[1, "furiosa.common.transport.GithubTransport"]], "githubtransport (class in furiosa.common.transport.github)": [[1, "furiosa.common.transport.github.GithubTransport"]], "httptransport (class in furiosa.common.transport)": [[1, "furiosa.common.transport.HTTPTransport"]], "httptransport (class in furiosa.common.transport.http)": [[1, "furiosa.common.transport.http.HTTPTransport"]], "s3transport (class in furiosa.common.transport)": [[1, "furiosa.common.transport.S3Transport"]], "s3transport (class in furiosa.common.transport.s3)": [[1, "furiosa.common.transport.s3.S3Transport"]], "transport (class in furiosa.common.transport)": [[1, "furiosa.common.transport.Transport"]], "transport (class in furiosa.common.transport.base)": [[1, "furiosa.common.transport.base.Transport"]], "transporterror": [[1, "furiosa.common.transport.error.TransportError"]], "transportnotfound": [[1, "furiosa.common.transport.error.TransportNotFound"]], "cache_directory (furiosa.common.transport.transport property)": [[1, "furiosa.common.transport.Transport.cache_directory"]], "cache_directory (furiosa.common.transport.base.transport property)": [[1, "furiosa.common.transport.base.Transport.cache_directory"]], "download() (furiosa.common.transport.filetransport method)": [[1, "furiosa.common.transport.FileTransport.download"]], "download() (furiosa.common.transport.githubtransport method)": [[1, "furiosa.common.transport.GithubTransport.download"]], "download() (furiosa.common.transport.httptransport method)": [[1, "furiosa.common.transport.HTTPTransport.download"]], "download() (furiosa.common.transport.s3transport method)": [[1, "furiosa.common.transport.S3Transport.download"]], "download() (furiosa.common.transport.transport method)": [[1, "furiosa.common.transport.Transport.download"]], "download() (furiosa.common.transport.base.transport method)": [[1, "furiosa.common.transport.base.Transport.download"]], "download() (furiosa.common.transport.file.filetransport method)": [[1, "furiosa.common.transport.file.FileTransport.download"]], "download() (furiosa.common.transport.github.githubtransport method)": [[1, "furiosa.common.transport.github.GithubTransport.download"]], "download() (furiosa.common.transport.http.httptransport method)": [[1, "furiosa.common.transport.http.HTTPTransport.download"]], "download() (furiosa.common.transport.s3.s3transport method)": [[1, "furiosa.common.transport.s3.S3Transport.download"]], "download() (in module furiosa.common.transport)": [[1, "furiosa.common.transport.download"]], "furiosa.common.transport": [[1, "module-furiosa.common.transport"]], "furiosa.common.transport.base": [[1, "module-furiosa.common.transport.base"]], "furiosa.common.transport.error": [[1, "module-furiosa.common.transport.error"]], "furiosa.common.transport.file": [[1, "module-furiosa.common.transport.file"]], "furiosa.common.transport.github": [[1, "module-furiosa.common.transport.github"]], "furiosa.common.transport.http": [[1, "module-furiosa.common.transport.http"]], "furiosa.common.transport.s3": [[1, "module-furiosa.common.transport.s3"]], "is_relative() (in module furiosa.common.transport)": [[1, "furiosa.common.transport.is_relative"]], "is_supported() (furiosa.common.transport.filetransport static method)": [[1, "furiosa.common.transport.FileTransport.is_supported"]], "is_supported() (furiosa.common.transport.githubtransport static method)": [[1, "furiosa.common.transport.GithubTransport.is_supported"]], "is_supported() (furiosa.common.transport.httptransport static method)": [[1, "furiosa.common.transport.HTTPTransport.is_supported"]], "is_supported() (furiosa.common.transport.s3transport static method)": [[1, "furiosa.common.transport.S3Transport.is_supported"]], "is_supported() (furiosa.common.transport.transport static method)": [[1, "furiosa.common.transport.Transport.is_supported"]], "is_supported() (furiosa.common.transport.base.transport static method)": [[1, "furiosa.common.transport.base.Transport.is_supported"]], "is_supported() (furiosa.common.transport.file.filetransport static method)": [[1, "furiosa.common.transport.file.FileTransport.is_supported"]], "is_supported() (furiosa.common.transport.github.githubtransport static method)": [[1, "furiosa.common.transport.github.GithubTransport.is_supported"]], "is_supported() (furiosa.common.transport.http.httptransport static method)": [[1, "furiosa.common.transport.http.HTTPTransport.is_supported"]], "is_supported() (furiosa.common.transport.s3.s3transport static method)": [[1, "furiosa.common.transport.s3.S3Transport.is_supported"]], "parse() (furiosa.common.transport.githubtransport method)": [[1, "furiosa.common.transport.GithubTransport.parse"]], "parse() (furiosa.common.transport.s3transport static method)": [[1, "furiosa.common.transport.S3Transport.parse"]], "parse() (furiosa.common.transport.github.githubtransport method)": [[1, "furiosa.common.transport.github.GithubTransport.parse"]], "parse() (furiosa.common.transport.s3.s3transport static method)": [[1, "furiosa.common.transport.s3.S3Transport.parse"]], "read (furiosa.common.transport.filetransport attribute)": [[1, "furiosa.common.transport.FileTransport.read"]], "read (furiosa.common.transport.githubtransport attribute)": [[1, "furiosa.common.transport.GithubTransport.read"]], "read (furiosa.common.transport.httptransport attribute)": [[1, "furiosa.common.transport.HTTPTransport.read"]], "read (furiosa.common.transport.s3transport attribute)": [[1, "furiosa.common.transport.S3Transport.read"]], "read (furiosa.common.transport.transport attribute)": [[1, "furiosa.common.transport.Transport.read"]], "read (furiosa.common.transport.base.transport attribute)": [[1, "furiosa.common.transport.base.Transport.read"]], "read (furiosa.common.transport.file.filetransport attribute)": [[1, "furiosa.common.transport.file.FileTransport.read"]], "read (furiosa.common.transport.github.githubtransport attribute)": [[1, "furiosa.common.transport.github.GithubTransport.read"]], "read (furiosa.common.transport.http.httptransport attribute)": [[1, "furiosa.common.transport.http.HTTPTransport.read"]], "read (furiosa.common.transport.s3.s3transport attribute)": [[1, "furiosa.common.transport.s3.S3Transport.read"]], "scheme (furiosa.common.transport.filetransport attribute)": [[1, "furiosa.common.transport.FileTransport.scheme"]], "scheme (furiosa.common.transport.s3transport attribute)": [[1, "furiosa.common.transport.S3Transport.scheme"]], "scheme (furiosa.common.transport.file.filetransport attribute)": [[1, "furiosa.common.transport.file.FileTransport.scheme"]], "scheme (furiosa.common.transport.s3.s3transport attribute)": [[1, "furiosa.common.transport.s3.S3Transport.scheme"]], "schemes (furiosa.common.transport.githubtransport attribute)": [[1, "furiosa.common.transport.GithubTransport.schemes"]], "schemes (furiosa.common.transport.httptransport attribute)": [[1, "furiosa.common.transport.HTTPTransport.schemes"]], "schemes (furiosa.common.transport.github.githubtransport attribute)": [[1, "furiosa.common.transport.github.GithubTransport.schemes"]], "schemes (furiosa.common.transport.http.httptransport attribute)": [[1, "furiosa.common.transport.http.HTTPTransport.schemes"]], "supported() (in module furiosa.common.transport)": [[1, "furiosa.common.transport.supported"]], "furiosa.optimizer": [[2, "module-furiosa.optimizer"]], "optimize_model() (in module furiosa.optimizer)": [[2, "furiosa.optimizer.optimize_model"]], "furiosa.optimizer.frontend": [[3, "module-furiosa.optimizer.frontend"]], "furiosa.optimizer.frontend.onnx": [[4, "module-furiosa.optimizer.frontend.onnx"]], "optimize_model() (in module furiosa.optimizer.frontend.onnx)": [[4, "furiosa.optimizer.frontend.onnx.optimize_model"]], "convertnegativepadstoslice (class in furiosa.optimizer.frontend.onnx.transformer.convert_negative_pads_to_slice)": [[5, "furiosa.optimizer.frontend.onnx.transformer.convert_negative_pads_to_slice.ConvertNegativePadsToSlice"]], "convertprelutorelu (class in furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu)": [[5, "furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu.ConvertPReluToRelu"]], "fusebatchnorm (class in furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm)": [[5, "furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm.FuseBatchNorm"]], "fusegathermatmul (class in furiosa.optimizer.frontend.onnx.transformer.fuse_gather_matmul)": [[5, "furiosa.optimizer.frontend.onnx.transformer.fuse_gather_matmul.FuseGatherMatMul"]], "infersqueezeaxes (class in furiosa.optimizer.frontend.onnx.transformer.infer_squeeze_axes)": [[5, "furiosa.optimizer.frontend.onnx.transformer.infer_squeeze_axes.InferSqueezeAxes"]], "onnxtransformer (class in furiosa.optimizer.frontend.onnx.transformer)": [[5, "furiosa.optimizer.frontend.onnx.transformer.ONNXTransformer"]], "pattern_1 (class in furiosa.optimizer.frontend.onnx.transformer.convert_negative_pads_to_slice)": [[5, "furiosa.optimizer.frontend.onnx.transformer.convert_negative_pads_to_slice.Pattern_1"]], "pattern_1 (class in furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu)": [[5, "furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu.Pattern_1"]], "pattern_1 (class in furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm)": [[5, "furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm.Pattern_1"]], "pattern_1 (class in furiosa.optimizer.frontend.onnx.transformer.fuse_gather_matmul)": [[5, "furiosa.optimizer.frontend.onnx.transformer.fuse_gather_matmul.Pattern_1"]], "pattern_1 (class in furiosa.optimizer.frontend.onnx.transformer.infer_squeeze_axes)": [[5, "furiosa.optimizer.frontend.onnx.transformer.infer_squeeze_axes.Pattern_1"]], "pattern_2 (class in furiosa.optimizer.frontend.onnx.transformer.convert_negative_pads_to_slice)": [[5, "furiosa.optimizer.frontend.onnx.transformer.convert_negative_pads_to_slice.Pattern_2"]], "pattern_2 (class in furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu)": [[5, "furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu.Pattern_2"]], "pattern_2 (class in furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm)": [[5, "furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm.Pattern_2"]], "pattern_3 (class in furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm)": [[5, "furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm.Pattern_3"]], "pattern_4 (class in furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm)": [[5, "furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm.Pattern_4"]], "polishmodel (class in furiosa.optimizer.frontend.onnx.transformer.polish_model)": [[5, "furiosa.optimizer.frontend.onnx.transformer.polish_model.PolishModel"]], "bridge_disconnected_nodes() (furiosa.optimizer.frontend.onnx.transformer.onnxtransformer method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.ONNXTransformer.bridge_disconnected_nodes"]], "build_optimized_model() (furiosa.optimizer.frontend.onnx.transformer.onnxtransformer method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.ONNXTransformer.build_optimized_model"]], "check_runnable (furiosa.optimizer.frontend.onnx.transformer.onnxtransformer attribute)": [[5, "furiosa.optimizer.frontend.onnx.transformer.ONNXTransformer.check_runnable"]], "check_value_info() (in module furiosa.optimizer.frontend.onnx.transformer.utils)": [[5, "furiosa.optimizer.frontend.onnx.transformer.utils.check_value_info"]], "copy_value_info() (furiosa.optimizer.frontend.onnx.transformer.onnxtransformer method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.ONNXTransformer.copy_value_info"]], "eliminate_initializer_from_graph_input() (in module furiosa.optimizer.frontend.onnx.transformer.utils)": [[5, "furiosa.optimizer.frontend.onnx.transformer.utils.eliminate_initializer_from_graph_input"]], "eliminate_unused_initializer() (in module furiosa.optimizer.frontend.onnx.transformer.utils)": [[5, "furiosa.optimizer.frontend.onnx.transformer.utils.eliminate_unused_initializer"]], "eliminate_unused_input() (in module furiosa.optimizer.frontend.onnx.transformer.utils)": [[5, "furiosa.optimizer.frontend.onnx.transformer.utils.eliminate_unused_input"]], "eliminate_unused_output() (in module furiosa.optimizer.frontend.onnx.transformer.utils)": [[5, "furiosa.optimizer.frontend.onnx.transformer.utils.eliminate_unused_output"]], "eliminate_unused_protos() (in module furiosa.optimizer.frontend.onnx.transformer.utils)": [[5, "furiosa.optimizer.frontend.onnx.transformer.utils.eliminate_unused_protos"]], "eliminate_unused_value_info() (in module furiosa.optimizer.frontend.onnx.transformer.utils)": [[5, "furiosa.optimizer.frontend.onnx.transformer.utils.eliminate_unused_value_info"]], "find_next_node() (furiosa.optimizer.frontend.onnx.transformer.onnxtransformer method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.ONNXTransformer.find_next_node"]], "find_prev_node() (furiosa.optimizer.frontend.onnx.transformer.onnxtransformer method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.ONNXTransformer.find_prev_node"]], "fix_batch_size_as_one() (in module furiosa.optimizer.frontend.onnx.transformer.utils)": [[5, "furiosa.optimizer.frontend.onnx.transformer.utils.fix_batch_size_as_one"]], "fixed_point() (in module furiosa.optimizer.frontend.onnx.transformer.utils)": [[5, "furiosa.optimizer.frontend.onnx.transformer.utils.fixed_point"]], "furiosa.optimizer.frontend.onnx.transformer": [[5, "module-furiosa.optimizer.frontend.onnx.transformer"]], "furiosa.optimizer.frontend.onnx.transformer.convert_negative_pads_to_slice": [[5, "module-furiosa.optimizer.frontend.onnx.transformer.convert_negative_pads_to_slice"]], "furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu": [[5, "module-furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu"]], "furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm": [[5, "module-furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm"]], "furiosa.optimizer.frontend.onnx.transformer.fuse_gather_matmul": [[5, "module-furiosa.optimizer.frontend.onnx.transformer.fuse_gather_matmul"]], "furiosa.optimizer.frontend.onnx.transformer.infer_squeeze_axes": [[5, "module-furiosa.optimizer.frontend.onnx.transformer.infer_squeeze_axes"]], "furiosa.optimizer.frontend.onnx.transformer.polish_model": [[5, "module-furiosa.optimizer.frontend.onnx.transformer.polish_model"]], "furiosa.optimizer.frontend.onnx.transformer.utils": [[5, "module-furiosa.optimizer.frontend.onnx.transformer.utils"]], "get_attribute() (in module furiosa.optimizer.frontend.onnx.transformer.utils)": [[5, "furiosa.optimizer.frontend.onnx.transformer.utils.get_attribute"]], "get_data_node_input() (furiosa.optimizer.frontend.onnx.transformer.onnxtransformer method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.ONNXTransformer.get_data_node_input"]], "get_init_node_input() (furiosa.optimizer.frontend.onnx.transformer.onnxtransformer method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.ONNXTransformer.get_init_node_input"]], "get_initializer_array() (furiosa.optimizer.frontend.onnx.transformer.onnxtransformer method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.ONNXTransformer.get_initializer_array"]], "get_map_values() (furiosa.optimizer.frontend.onnx.transformer.onnxtransformer method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.ONNXTransformer.get_map_values"]], "get_node_attributes() (in module furiosa.optimizer.frontend.onnx.transformer.utils)": [[5, "furiosa.optimizer.frontend.onnx.transformer.utils.get_node_attributes"]], "get_node_input_names() (in module furiosa.optimizer.frontend.onnx.transformer.utils)": [[5, "furiosa.optimizer.frontend.onnx.transformer.utils.get_node_input_names"]], "get_node_output_names() (in module furiosa.optimizer.frontend.onnx.transformer.utils)": [[5, "furiosa.optimizer.frontend.onnx.transformer.utils.get_node_output_names"]], "get_value_info_dtype() (furiosa.optimizer.frontend.onnx.transformer.onnxtransformer method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.ONNXTransformer.get_value_info_dtype"]], "get_value_info_shape() (furiosa.optimizer.frontend.onnx.transformer.onnxtransformer method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.ONNXTransformer.get_value_info_shape"]], "is_op_type() (in module furiosa.optimizer.frontend.onnx.transformer.utils)": [[5, "furiosa.optimizer.frontend.onnx.transformer.utils.is_op_type"]], "is_same_shape() (furiosa.optimizer.frontend.onnx.transformer.onnxtransformer method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.ONNXTransformer.is_same_shape"]], "make_initializer_name_unique() (in module furiosa.optimizer.frontend.onnx.transformer.utils)": [[5, "furiosa.optimizer.frontend.onnx.transformer.utils.make_initializer_name_unique"]], "make_new_init() (furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu.pattern_1 method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu.Pattern_1.make_new_init"]], "make_new_init() (furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu.pattern_2 method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu.Pattern_2.make_new_init"]], "make_new_init() (furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm.pattern_4 method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm.Pattern_4.make_new_init"]], "make_new_init() (furiosa.optimizer.frontend.onnx.transformer.fuse_gather_matmul.pattern_1 method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.fuse_gather_matmul.Pattern_1.make_new_init"]], "make_new_init_and_vi() (furiosa.optimizer.frontend.onnx.transformer.convert_negative_pads_to_slice.pattern_1 method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.convert_negative_pads_to_slice.Pattern_1.make_new_init_and_vi"]], "make_new_node() (furiosa.optimizer.frontend.onnx.transformer.convert_negative_pads_to_slice.pattern_1 method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.convert_negative_pads_to_slice.Pattern_1.make_new_node"]], "make_new_node() (furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu.pattern_1 method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu.Pattern_1.make_new_node"]], "make_new_node() (furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu.pattern_2 method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu.Pattern_2.make_new_node"]], "make_new_node() (furiosa.optimizer.frontend.onnx.transformer.fuse_gather_matmul.pattern_1 static method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.fuse_gather_matmul.Pattern_1.make_new_node"]], "make_new_node() (furiosa.optimizer.frontend.onnx.transformer.infer_squeeze_axes.pattern_1 method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.infer_squeeze_axes.Pattern_1.make_new_node"]], "make_new_vi() (furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu.pattern_1 method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu.Pattern_1.make_new_vi"]], "make_new_vi() (furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu.pattern_2 method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu.Pattern_2.make_new_vi"]], "make_new_vi() (furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm.pattern_4 method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm.Pattern_4.make_new_vi"]], "make_unhashables_unique() (in module furiosa.optimizer.frontend.onnx.transformer.utils)": [[5, "furiosa.optimizer.frontend.onnx.transformer.utils.make_unhashables_unique"]], "name_nodes() (in module furiosa.optimizer.frontend.onnx.transformer.utils)": [[5, "furiosa.optimizer.frontend.onnx.transformer.utils.name_nodes"]], "pattern_condition_checker() (furiosa.optimizer.frontend.onnx.transformer.convert_negative_pads_to_slice.pattern_1 method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.convert_negative_pads_to_slice.Pattern_1.pattern_condition_checker"]], "pattern_condition_checker() (furiosa.optimizer.frontend.onnx.transformer.convert_negative_pads_to_slice.pattern_2 method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.convert_negative_pads_to_slice.Pattern_2.pattern_condition_checker"]], "pattern_condition_checker() (furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu.pattern_1 method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu.Pattern_1.pattern_condition_checker"]], "pattern_condition_checker() (furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu.pattern_2 method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu.Pattern_2.pattern_condition_checker"]], "pattern_condition_checker() (furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm.pattern_3 method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm.Pattern_3.pattern_condition_checker"]], "pattern_condition_checker() (furiosa.optimizer.frontend.onnx.transformer.fuse_gather_matmul.pattern_1 method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.fuse_gather_matmul.Pattern_1.pattern_condition_checker"]], "pattern_condition_checker() (furiosa.optimizer.frontend.onnx.transformer.infer_squeeze_axes.pattern_1 method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.infer_squeeze_axes.Pattern_1.pattern_condition_checker"]], "pattern_matcher() (furiosa.optimizer.frontend.onnx.transformer.onnxtransformer method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.ONNXTransformer.pattern_matcher"]], "pattern_matching() (furiosa.optimizer.frontend.onnx.transformer.onnxtransformer method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.ONNXTransformer.pattern_matching"]], "pattern_matching() (furiosa.optimizer.frontend.onnx.transformer.convert_negative_pads_to_slice.pattern_1 method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.convert_negative_pads_to_slice.Pattern_1.pattern_matching"]], "pattern_matching() (furiosa.optimizer.frontend.onnx.transformer.convert_negative_pads_to_slice.pattern_2 method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.convert_negative_pads_to_slice.Pattern_2.pattern_matching"]], "pattern_matching() (furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu.pattern_1 method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu.Pattern_1.pattern_matching"]], "pattern_matching() (furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu.pattern_2 method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu.Pattern_2.pattern_matching"]], "pattern_matching() (furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm.pattern_1 method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm.Pattern_1.pattern_matching"]], "pattern_matching() (furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm.pattern_2 method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm.Pattern_2.pattern_matching"]], "pattern_matching() (furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm.pattern_3 method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm.Pattern_3.pattern_matching"]], "pattern_matching() (furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm.pattern_4 method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm.Pattern_4.pattern_matching"]], "pattern_matching() (furiosa.optimizer.frontend.onnx.transformer.fuse_gather_matmul.pattern_1 method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.fuse_gather_matmul.Pattern_1.pattern_matching"]], "pattern_matching() (furiosa.optimizer.frontend.onnx.transformer.infer_squeeze_axes.pattern_1 method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.infer_squeeze_axes.Pattern_1.pattern_matching"]], "pattern_to_match (furiosa.optimizer.frontend.onnx.transformer.convert_negative_pads_to_slice.pattern_1 attribute)": [[5, "furiosa.optimizer.frontend.onnx.transformer.convert_negative_pads_to_slice.Pattern_1.pattern_to_match"]], "pattern_to_match (furiosa.optimizer.frontend.onnx.transformer.convert_negative_pads_to_slice.pattern_2 attribute)": [[5, "furiosa.optimizer.frontend.onnx.transformer.convert_negative_pads_to_slice.Pattern_2.pattern_to_match"]], "pattern_to_match (furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu.pattern_1 attribute)": [[5, "furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu.Pattern_1.pattern_to_match"]], "pattern_to_match (furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu.pattern_2 attribute)": [[5, "furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu.Pattern_2.pattern_to_match"]], "pattern_to_match (furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm.pattern_1 attribute)": [[5, "furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm.Pattern_1.pattern_to_match"]], "pattern_to_match (furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm.pattern_2 attribute)": [[5, "furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm.Pattern_2.pattern_to_match"]], "pattern_to_match (furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm.pattern_3 attribute)": [[5, "furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm.Pattern_3.pattern_to_match"]], "pattern_to_match (furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm.pattern_4 attribute)": [[5, "furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm.Pattern_4.pattern_to_match"]], "pattern_to_match (furiosa.optimizer.frontend.onnx.transformer.fuse_gather_matmul.pattern_1 attribute)": [[5, "furiosa.optimizer.frontend.onnx.transformer.fuse_gather_matmul.Pattern_1.pattern_to_match"]], "pattern_to_match (furiosa.optimizer.frontend.onnx.transformer.infer_squeeze_axes.pattern_1 attribute)": [[5, "furiosa.optimizer.frontend.onnx.transformer.infer_squeeze_axes.Pattern_1.pattern_to_match"]], "pop_multiple_optimizer_map() (furiosa.optimizer.frontend.onnx.transformer.onnxtransformer method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.ONNXTransformer.pop_multiple_optimizer_map"]], "pop_single_optimizer_map() (furiosa.optimizer.frontend.onnx.transformer.onnxtransformer method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.ONNXTransformer.pop_single_optimizer_map"]], "rebuild_model() (in module furiosa.optimizer.frontend.onnx.transformer.utils)": [[5, "furiosa.optimizer.frontend.onnx.transformer.utils.rebuild_model"]], "transform() (furiosa.optimizer.frontend.onnx.transformer.onnxtransformer method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.ONNXTransformer.transform"]], "transform() (furiosa.optimizer.frontend.onnx.transformer.convert_negative_pads_to_slice.convertnegativepadstoslice method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.convert_negative_pads_to_slice.ConvertNegativePadsToSlice.transform"]], "transform() (furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu.convertprelutorelu method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu.ConvertPReluToRelu.transform"]], "transform() (furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm.fusebatchnorm method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm.FuseBatchNorm.transform"]], "transform() (furiosa.optimizer.frontend.onnx.transformer.fuse_gather_matmul.fusegathermatmul method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.fuse_gather_matmul.FuseGatherMatMul.transform"]], "transform() (furiosa.optimizer.frontend.onnx.transformer.infer_squeeze_axes.infersqueezeaxes method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.infer_squeeze_axes.InferSqueezeAxes.transform"]], "transform() (furiosa.optimizer.frontend.onnx.transformer.polish_model.polishmodel method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.polish_model.PolishModel.transform"]], "transform_to_eliminate() (furiosa.optimizer.frontend.onnx.transformer.onnxtransformer method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.ONNXTransformer.transform_to_eliminate"]], "transform_to_fuse() (furiosa.optimizer.frontend.onnx.transformer.onnxtransformer method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.ONNXTransformer.transform_to_fuse"]], "traverse_prev_node() (furiosa.optimizer.frontend.onnx.transformer.onnxtransformer method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.ONNXTransformer.traverse_prev_node"]], "update_graph_fields() (furiosa.optimizer.frontend.onnx.transformer.onnxtransformer method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.ONNXTransformer.update_graph_fields"]], "update_multiple_initializer_map() (furiosa.optimizer.frontend.onnx.transformer.onnxtransformer method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.ONNXTransformer.update_multiple_initializer_map"]], "update_multiple_optimizer_map() (furiosa.optimizer.frontend.onnx.transformer.onnxtransformer method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.ONNXTransformer.update_multiple_optimizer_map"]], "update_multiple_value_info_map() (furiosa.optimizer.frontend.onnx.transformer.onnxtransformer method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.ONNXTransformer.update_multiple_value_info_map"]], "update_single_initializer_map() (furiosa.optimizer.frontend.onnx.transformer.onnxtransformer method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.ONNXTransformer.update_single_initializer_map"]], "update_single_optimizer_map() (furiosa.optimizer.frontend.onnx.transformer.onnxtransformer method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.ONNXTransformer.update_single_optimizer_map"]], "update_single_value_info_map() (furiosa.optimizer.frontend.onnx.transformer.onnxtransformer method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.ONNXTransformer.update_single_value_info_map"]], "eliminatessddetectionpostprocess (class in furiosa.optimizer.frontend.onnx.transformer.experimental.eliminate_detection_postprocess)": [[6, "furiosa.optimizer.frontend.onnx.transformer.experimental.eliminate_detection_postprocess.EliminateSSDDetectionPostprocess"]], "embeddingbagpattern (class in furiosa.optimizer.frontend.onnx.transformer.experimental.embedding_bag_porting)": [[6, "furiosa.optimizer.frontend.onnx.transformer.experimental.embedding_bag_porting.EmbeddingBagPattern"]], "embeddingbagporting (class in furiosa.optimizer.frontend.onnx.transformer.experimental.embedding_bag_porting)": [[6, "furiosa.optimizer.frontend.onnx.transformer.experimental.embedding_bag_porting.EmbeddingBagPorting"]], "fusedivforbert (class in furiosa.optimizer.frontend.onnx.transformer.experimental.fuse_div_for_bert)": [[6, "furiosa.optimizer.frontend.onnx.transformer.experimental.fuse_div_for_bert.FuseDivForBert"]], "reifyconvforbert (class in furiosa.optimizer.frontend.onnx.transformer.experimental.reify_conv_for_bert)": [[6, "furiosa.optimizer.frontend.onnx.transformer.experimental.reify_conv_for_bert.ReifyConvForBert"]], "check_condition_3() (furiosa.optimizer.frontend.onnx.transformer.experimental.embedding_bag_porting.embeddingbagpattern method)": [[6, "furiosa.optimizer.frontend.onnx.transformer.experimental.embedding_bag_porting.EmbeddingBagPattern.check_condition_3"]], "furiosa.optimizer.frontend.onnx.transformer.experimental": [[6, "module-furiosa.optimizer.frontend.onnx.transformer.experimental"]], "furiosa.optimizer.frontend.onnx.transformer.experimental.eliminate_detection_postprocess": [[6, "module-furiosa.optimizer.frontend.onnx.transformer.experimental.eliminate_detection_postprocess"]], "furiosa.optimizer.frontend.onnx.transformer.experimental.embedding_bag_porting": [[6, "module-furiosa.optimizer.frontend.onnx.transformer.experimental.embedding_bag_porting"]], "furiosa.optimizer.frontend.onnx.transformer.experimental.fuse_div_for_bert": [[6, "module-furiosa.optimizer.frontend.onnx.transformer.experimental.fuse_div_for_bert"]], "furiosa.optimizer.frontend.onnx.transformer.experimental.reify_conv_for_bert": [[6, "module-furiosa.optimizer.frontend.onnx.transformer.experimental.reify_conv_for_bert"]], "pattern_condition_checker() (furiosa.optimizer.frontend.onnx.transformer.experimental.embedding_bag_porting.embeddingbagpattern method)": [[6, "furiosa.optimizer.frontend.onnx.transformer.experimental.embedding_bag_porting.EmbeddingBagPattern.pattern_condition_checker"]], "pattern_matching() (furiosa.optimizer.frontend.onnx.transformer.experimental.embedding_bag_porting.embeddingbagpattern method)": [[6, "furiosa.optimizer.frontend.onnx.transformer.experimental.embedding_bag_porting.EmbeddingBagPattern.pattern_matching"]], "transform() (furiosa.optimizer.frontend.onnx.transformer.experimental.eliminate_detection_postprocess.eliminatessddetectionpostprocess method)": [[6, "furiosa.optimizer.frontend.onnx.transformer.experimental.eliminate_detection_postprocess.EliminateSSDDetectionPostprocess.transform"]], "transform() (furiosa.optimizer.frontend.onnx.transformer.experimental.embedding_bag_porting.embeddingbagporting method)": [[6, "furiosa.optimizer.frontend.onnx.transformer.experimental.embedding_bag_porting.EmbeddingBagPorting.transform"]], "transform() (furiosa.optimizer.frontend.onnx.transformer.experimental.fuse_div_for_bert.fusedivforbert method)": [[6, "furiosa.optimizer.frontend.onnx.transformer.experimental.fuse_div_for_bert.FuseDivForBert.transform"]], "transform() (furiosa.optimizer.frontend.onnx.transformer.experimental.reify_conv_for_bert.reifyconvforbert method)": [[6, "furiosa.optimizer.frontend.onnx.transformer.experimental.reify_conv_for_bert.ReifyConvForBert.transform"]], "transform_matmul_add() (furiosa.optimizer.frontend.onnx.transformer.experimental.fuse_div_for_bert.fusedivforbert method)": [[6, "furiosa.optimizer.frontend.onnx.transformer.experimental.fuse_div_for_bert.FuseDivForBert.transform_matmul_add"]], "transform_matmul_add() (furiosa.optimizer.frontend.onnx.transformer.experimental.reify_conv_for_bert.reifyconvforbert method)": [[6, "furiosa.optimizer.frontend.onnx.transformer.experimental.reify_conv_for_bert.ReifyConvForBert.transform_matmul_add"]], "checkversion (class in furiosa.optimizer.frontend.onnx.utils.version_checker)": [[7, "furiosa.optimizer.frontend.onnx.utils.version_checker.CheckVersion"]], "inferenceshape (class in furiosa.optimizer.frontend.onnx.utils.inference_shape)": [[7, "furiosa.optimizer.frontend.onnx.utils.inference_shape.InferenceShape"]], "check_model() (in module furiosa.optimizer.frontend.onnx.utils.check_model)": [[7, "furiosa.optimizer.frontend.onnx.utils.check_model.check_model"]], "furiosa.optimizer.frontend.onnx.utils": [[7, "module-furiosa.optimizer.frontend.onnx.utils"]], "furiosa.optimizer.frontend.onnx.utils.check_model": [[7, "module-furiosa.optimizer.frontend.onnx.utils.check_model"]], "furiosa.optimizer.frontend.onnx.utils.inference_shape": [[7, "module-furiosa.optimizer.frontend.onnx.utils.inference_shape"]], "furiosa.optimizer.frontend.onnx.utils.version_checker": [[7, "module-furiosa.optimizer.frontend.onnx.utils.version_checker"]], "inference_shape() (furiosa.optimizer.frontend.onnx.utils.inference_shape.inferenceshape method)": [[7, "furiosa.optimizer.frontend.onnx.utils.inference_shape.InferenceShape.inference_shape"]], "opset_bound (furiosa.optimizer.frontend.onnx.utils.version_checker.checkversion attribute)": [[7, "furiosa.optimizer.frontend.onnx.utils.version_checker.CheckVersion.opset_bound"]], "transform() (furiosa.optimizer.frontend.onnx.utils.version_checker.checkversion method)": [[7, "furiosa.optimizer.frontend.onnx.utils.version_checker.CheckVersion.transform"]], "transformer (class in furiosa.optimizer.interfaces.transformer)": [[8, "furiosa.optimizer.interfaces.transformer.Transformer"]], "furiosa.optimizer.interfaces": [[8, "module-furiosa.optimizer.interfaces"]], "furiosa.optimizer.interfaces.transformer": [[8, "module-furiosa.optimizer.interfaces.transformer"]], "transform() (furiosa.optimizer.interfaces.transformer.transformer method)": [[8, "furiosa.optimizer.interfaces.transformer.Transformer.transform"]], "calibrationmethod (class in furiosa.quantizer)": [[9, "furiosa.quantizer.CalibrationMethod"]], "calibrationmethod (class in furiosa.quantizer.calibrator)": [[9, "furiosa.quantizer.calibrator.CalibrationMethod"]], "calibrator (class in furiosa.quantizer)": [[9, "furiosa.quantizer.Calibrator"]], "calibrator (class in furiosa.quantizer.calibrator)": [[9, "furiosa.quantizer.calibrator.Calibrator"]], "entropy_asym (furiosa.quantizer.calibrationmethod attribute)": [[9, "furiosa.quantizer.CalibrationMethod.ENTROPY_ASYM"], [9, "id10"]], "entropy_asym (furiosa.quantizer.calibrator.calibrationmethod attribute)": [[9, "furiosa.quantizer.calibrator.CalibrationMethod.ENTROPY_ASYM"], [9, "id0"]], "entropy_sym (furiosa.quantizer.calibrationmethod attribute)": [[9, "furiosa.quantizer.CalibrationMethod.ENTROPY_SYM"], [9, "id11"]], "entropy_sym (furiosa.quantizer.calibrator.calibrationmethod attribute)": [[9, "furiosa.quantizer.calibrator.CalibrationMethod.ENTROPY_SYM"], [9, "id1"]], "int8 (furiosa.quantizer.tensortype attribute)": [[9, "furiosa.quantizer.TensorType.INT8"]], "int8 (furiosa.quantizer.editor.tensortype attribute)": [[9, "furiosa.quantizer.editor.TensorType.INT8"]], "min_max_asym (furiosa.quantizer.calibrationmethod attribute)": [[9, "furiosa.quantizer.CalibrationMethod.MIN_MAX_ASYM"], [9, "id12"]], "min_max_asym (furiosa.quantizer.calibrator.calibrationmethod attribute)": [[9, "furiosa.quantizer.calibrator.CalibrationMethod.MIN_MAX_ASYM"], [9, "id2"]], "min_max_sym (furiosa.quantizer.calibrationmethod attribute)": [[9, "furiosa.quantizer.CalibrationMethod.MIN_MAX_SYM"], [9, "id13"]], "min_max_sym (furiosa.quantizer.calibrator.calibrationmethod attribute)": [[9, "furiosa.quantizer.calibrator.CalibrationMethod.MIN_MAX_SYM"], [9, "id3"]], "mse_asym (furiosa.quantizer.calibrationmethod attribute)": [[9, "furiosa.quantizer.CalibrationMethod.MSE_ASYM"], [9, "id14"]], "mse_asym (furiosa.quantizer.calibrator.calibrationmethod attribute)": [[9, "furiosa.quantizer.calibrator.CalibrationMethod.MSE_ASYM"], [9, "id4"]], "mse_sym (furiosa.quantizer.calibrationmethod attribute)": [[9, "furiosa.quantizer.CalibrationMethod.MSE_SYM"], [9, "id15"]], "mse_sym (furiosa.quantizer.calibrator.calibrationmethod attribute)": [[9, "furiosa.quantizer.calibrator.CalibrationMethod.MSE_SYM"], [9, "id5"]], "modeleditor (class in furiosa.quantizer)": [[9, "furiosa.quantizer.ModelEditor"]], "modeleditor (class in furiosa.quantizer.editor)": [[9, "furiosa.quantizer.editor.ModelEditor"]], "percentile_asym (furiosa.quantizer.calibrationmethod attribute)": [[9, "furiosa.quantizer.CalibrationMethod.PERCENTILE_ASYM"], [9, "id16"]], "percentile_asym (furiosa.quantizer.calibrator.calibrationmethod attribute)": [[9, "furiosa.quantizer.calibrator.CalibrationMethod.PERCENTILE_ASYM"], [9, "id6"]], "percentile_sym (furiosa.quantizer.calibrationmethod attribute)": [[9, "furiosa.quantizer.CalibrationMethod.PERCENTILE_SYM"], [9, "id17"]], "percentile_sym (furiosa.quantizer.calibrator.calibrationmethod attribute)": [[9, "furiosa.quantizer.calibrator.CalibrationMethod.PERCENTILE_SYM"], [9, "id7"]], "sqnr_asym (furiosa.quantizer.calibrationmethod attribute)": [[9, "furiosa.quantizer.CalibrationMethod.SQNR_ASYM"], [9, "id18"]], "sqnr_asym (furiosa.quantizer.calibrator.calibrationmethod attribute)": [[9, "furiosa.quantizer.calibrator.CalibrationMethod.SQNR_ASYM"], [9, "id8"]], "sqnr_sym (furiosa.quantizer.calibrationmethod attribute)": [[9, "furiosa.quantizer.CalibrationMethod.SQNR_SYM"], [9, "id19"]], "sqnr_sym (furiosa.quantizer.calibrator.calibrationmethod attribute)": [[9, "furiosa.quantizer.calibrator.CalibrationMethod.SQNR_SYM"], [9, "id9"]], "tensortype (class in furiosa.quantizer)": [[9, "furiosa.quantizer.TensorType"]], "tensortype (class in furiosa.quantizer.editor)": [[9, "furiosa.quantizer.editor.TensorType"]], "uint8 (furiosa.quantizer.tensortype attribute)": [[9, "furiosa.quantizer.TensorType.UINT8"]], "uint8 (furiosa.quantizer.editor.tensortype attribute)": [[9, "furiosa.quantizer.editor.TensorType.UINT8"]], "collect_data() (furiosa.quantizer.calibrator method)": [[9, "furiosa.quantizer.Calibrator.collect_data"]], "collect_data() (furiosa.quantizer.calibrator.calibrator method)": [[9, "furiosa.quantizer.calibrator.Calibrator.collect_data"]], "compute_range() (furiosa.quantizer.calibrator method)": [[9, "furiosa.quantizer.Calibrator.compute_range"]], "compute_range() (furiosa.quantizer.calibrator.calibrator method)": [[9, "furiosa.quantizer.calibrator.Calibrator.compute_range"]], "convert_input_type() (furiosa.quantizer.modeleditor method)": [[9, "furiosa.quantizer.ModelEditor.convert_input_type"]], "convert_input_type() (furiosa.quantizer.editor.modeleditor method)": [[9, "furiosa.quantizer.editor.ModelEditor.convert_input_type"]], "convert_output_type() (furiosa.quantizer.modeleditor method)": [[9, "furiosa.quantizer.ModelEditor.convert_output_type"]], "convert_output_type() (furiosa.quantizer.editor.modeleditor method)": [[9, "furiosa.quantizer.editor.ModelEditor.convert_output_type"]], "furiosa.quantizer": [[9, "module-furiosa.quantizer"]], "furiosa.quantizer.calibrator": [[9, "module-furiosa.quantizer.calibrator"]], "furiosa.quantizer.editor": [[9, "module-furiosa.quantizer.editor"]], "get_output_names() (in module furiosa.quantizer)": [[9, "furiosa.quantizer.get_output_names"]], "get_output_names() (in module furiosa.quantizer.editor)": [[9, "furiosa.quantizer.editor.get_output_names"]], "get_pure_input_names() (in module furiosa.quantizer)": [[9, "furiosa.quantizer.get_pure_input_names"]], "get_pure_input_names() (in module furiosa.quantizer.editor)": [[9, "furiosa.quantizer.editor.get_pure_input_names"]], "quantize() (in module furiosa.quantizer)": [[9, "furiosa.quantizer.quantize"]], "all (furiosa.runtime.profiler.resource property)": [[10, "furiosa.runtime.profiler.Resource.All"]], "apiclientinitfailed": [[10, "furiosa.runtime.errors.ApiClientInitFailed"]], "asyncsession (class in furiosa.runtime.session)": [[10, "furiosa.runtime.session.AsyncSession"]], "axis (class in furiosa.runtime)": [[10, "furiosa.runtime.Axis"]], "batch (furiosa.runtime.axis property)": [[10, "furiosa.runtime.Axis.BATCH"]], "bfloat16 (furiosa.runtime.datatype property)": [[10, "furiosa.runtime.DataType.BFLOAT16"]], "channel (furiosa.runtime.axis property)": [[10, "furiosa.runtime.Axis.CHANNEL"]], "chrometrace (furiosa.runtime.profiler.recordformat property)": [[10, "furiosa.runtime.profiler.RecordFormat.ChromeTrace"]], "compilationfailed": [[10, "furiosa.runtime.errors.CompilationFailed"]], "completionqueue (class in furiosa.runtime.session)": [[10, "furiosa.runtime.session.CompletionQueue"]], "cpu (furiosa.runtime.profiler.resource property)": [[10, "furiosa.runtime.profiler.Resource.Cpu"]], "datatype (class in furiosa.runtime)": [[10, "furiosa.runtime.DataType"]], "devicebusy": [[10, "furiosa.runtime.errors.DeviceBusy"]], "float16 (furiosa.runtime.datatype property)": [[10, "furiosa.runtime.DataType.FLOAT16"]], "float32 (furiosa.runtime.datatype property)": [[10, "furiosa.runtime.DataType.FLOAT32"]], "furiosa_devices": [[10, "envvar-FURIOSA_DEVICES"], [10, "index-1"]], "furiosa_log_level": [[10, "envvar-FURIOSA_LOG_LEVEL"]], "furiosaruntimeerror": [[10, "furiosa.runtime.FuriosaRuntimeError"]], "furiosaruntimewarning": [[10, "furiosa.runtime.FuriosaRuntimeWarning"]], "height (furiosa.runtime.axis property)": [[10, "furiosa.runtime.Axis.HEIGHT"]], "int16 (furiosa.runtime.datatype property)": [[10, "furiosa.runtime.DataType.INT16"]], "int32 (furiosa.runtime.datatype property)": [[10, "furiosa.runtime.DataType.INT32"]], "int64 (furiosa.runtime.datatype property)": [[10, "furiosa.runtime.DataType.INT64"]], "int8 (furiosa.runtime.datatype property)": [[10, "furiosa.runtime.DataType.INT8"]], "incompatibleapiclienterror": [[10, "furiosa.runtime.errors.IncompatibleApiClientError"]], "incompatiblemodel": [[10, "furiosa.runtime.errors.IncompatibleModel"]], "input queue": [[10, "term-Input-queue"]], "internalerror": [[10, "furiosa.runtime.errors.InternalError"]], "invalidcompilerconfig": [[10, "furiosa.runtime.errors.InvalidCompilerConfig"]], "invalidinput": [[10, "furiosa.runtime.errors.InvalidInput"]], "invalidsessionoption": [[10, "furiosa.runtime.errors.InvalidSessionOption"]], "invalidyamlexception": [[10, "furiosa.runtime.errors.InvalidYamlException"]], "model (class in furiosa.runtime)": [[10, "furiosa.runtime.Model"]], "modelsource (class in furiosa.runtime)": [[10, "furiosa.runtime.ModelSource"]], "npu_devname": [[10, "envvar-NPU_DEVNAME"], [10, "index-0"]], "noapikeyexception": [[10, "furiosa.runtime.errors.NoApiKeyException"]], "npu (furiosa.runtime.profiler.resource property)": [[10, "furiosa.runtime.profiler.Resource.Npu"]], "output queue": [[10, "term-Output-queue"]], "pandasdataframe (furiosa.runtime.profiler.recordformat property)": [[10, "furiosa.runtime.profiler.RecordFormat.PandasDataFrame"]], "queuewaittimeout": [[10, "furiosa.runtime.errors.QueueWaitTimeout"]], "queues": [[10, "term-Queues"]], "receiver (class in furiosa.runtime)": [[10, "furiosa.runtime.Receiver"]], "receiver (class in furiosa.runtime.sync)": [[10, "furiosa.runtime.sync.Receiver"]], "recordformat (class in furiosa.runtime.profiler)": [[10, "furiosa.runtime.profiler.RecordFormat"]], "resource (class in furiosa.runtime.profiler)": [[10, "furiosa.runtime.profiler.Resource"]], "runner (class in furiosa.runtime)": [[10, "furiosa.runtime.Runner"]], "runner (class in furiosa.runtime.sync)": [[10, "furiosa.runtime.sync.Runner"]], "runners": [[10, "term-Runners"]], "runtime (class in furiosa.runtime)": [[10, "furiosa.runtime.Runtime"]], "runtime (class in furiosa.runtime.sync)": [[10, "furiosa.runtime.sync.Runtime"]], "session (class in furiosa.runtime.session)": [[10, "furiosa.runtime.session.Session"]], "sessionclosed": [[10, "furiosa.runtime.errors.SessionClosed"]], "sessionterminated": [[10, "furiosa.runtime.errors.SessionTerminated"]], "submitter (class in furiosa.runtime)": [[10, "furiosa.runtime.Submitter"]], "submitter (class in furiosa.runtime.sync)": [[10, "furiosa.runtime.sync.Submitter"]], "tensor (class in furiosa.runtime)": [[10, "furiosa.runtime.Tensor"]], "tensor (class in furiosa.runtime.tensor)": [[10, "furiosa.runtime.tensor.Tensor"]], "tensorarray (class in furiosa.runtime)": [[10, "furiosa.runtime.TensorArray"]], "tensorarray (class in furiosa.runtime.tensor)": [[10, "furiosa.runtime.tensor.TensorArray"]], "tensordesc (class in furiosa.runtime)": [[10, "furiosa.runtime.TensorDesc"]], "tensornamenotfound": [[10, "furiosa.runtime.errors.TensorNameNotFound"]], "uint8 (furiosa.runtime.datatype property)": [[10, "furiosa.runtime.DataType.UINT8"]], "unknown (furiosa.runtime.axis property)": [[10, "furiosa.runtime.Axis.UNKNOWN"]], "unsupporteddatatype": [[10, "furiosa.runtime.errors.UnsupportedDataType"]], "unsupportedfeature": [[10, "furiosa.runtime.errors.UnsupportedFeature"]], "unsupportedtensortype": [[10, "furiosa.runtime.errors.UnsupportedTensorType"]], "width (furiosa.runtime.axis property)": [[10, "furiosa.runtime.Axis.WIDTH"]], "allocate() (furiosa.runtime.submitter method)": [[10, "furiosa.runtime.Submitter.allocate"]], "axis() (furiosa.runtime.tensordesc method)": [[10, "furiosa.runtime.TensorDesc.axis"]], "close() (furiosa.runtime.receiver method)": [[10, "furiosa.runtime.Receiver.close"]], "close() (furiosa.runtime.runner method)": [[10, "furiosa.runtime.Runner.close"]], "close() (furiosa.runtime.runtime method)": [[10, "furiosa.runtime.Runtime.close"]], "close() (furiosa.runtime.submitter method)": [[10, "furiosa.runtime.Submitter.close"]], "close() (furiosa.runtime.session.asyncsession method)": [[10, "furiosa.runtime.session.AsyncSession.close"]], "close() (furiosa.runtime.session.completionqueue method)": [[10, "furiosa.runtime.session.CompletionQueue.close"]], "close() (furiosa.runtime.session.session method)": [[10, "furiosa.runtime.session.Session.close"]], "copy_from() (furiosa.runtime.tensor.tensor method)": [[10, "furiosa.runtime.tensor.Tensor.copy_from"]], "create() (in module furiosa.runtime.session)": [[10, "furiosa.runtime.session.create"]], "create_async() (in module furiosa.runtime.session)": [[10, "furiosa.runtime.session.create_async"]], "create_queue() (furiosa.runtime.furiosa.runtime.runtime method)": [[10, "furiosa.runtime.furiosa.runtime.Runtime.create_queue"]], "create_queue() (furiosa.runtime.sync.furiosa.runtime.sync.runtime method)": [[10, "furiosa.runtime.sync.furiosa.runtime.sync.Runtime.create_queue"]], "create_queue() (in module furiosa.runtime)": [[10, "furiosa.runtime.create_queue"]], "create_queue() (in module furiosa.runtime.sync)": [[10, "furiosa.runtime.sync.create_queue"]], "create_runner() (furiosa.runtime.furiosa.runtime.runtime method)": [[10, "furiosa.runtime.furiosa.runtime.Runtime.create_runner"]], "create_runner() (furiosa.runtime.sync.furiosa.runtime.sync.runtime method)": [[10, "furiosa.runtime.sync.furiosa.runtime.sync.Runtime.create_runner"]], "create_runner() (in module furiosa.runtime)": [[10, "furiosa.runtime.create_runner"]], "create_runner() (in module furiosa.runtime.sync)": [[10, "furiosa.runtime.sync.create_runner"]], "current_npu_device() (in module furiosa.runtime.envs)": [[10, "furiosa.runtime.envs.current_npu_device"]], "dim() (furiosa.runtime.tensordesc method)": [[10, "furiosa.runtime.TensorDesc.dim"]], "dtype (furiosa.runtime.tensordesc property)": [[10, "furiosa.runtime.TensorDesc.dtype"]], "environment variable": [[10, "envvar-FURIOSA_DEVICES"], [10, "envvar-FURIOSA_LOG_LEVEL"], [10, "envvar-NPU_DEVNAME"], [10, "index-0"], [10, "index-1"]], "export_chrome_trace() (furiosa.runtime.profiler.profile method)": [[10, "furiosa.runtime.profiler.profile.export_chrome_trace"]], "format (furiosa.runtime.tensordesc property)": [[10, "furiosa.runtime.TensorDesc.format"]], "full_version() (in module furiosa.runtime)": [[10, "furiosa.runtime.full_version"]], "furiosa.runtime": [[10, "module-furiosa.runtime"]], "furiosa.runtime.compiler": [[10, "module-furiosa.runtime.compiler"]], "furiosa.runtime.consts": [[10, "module-furiosa.runtime.consts"]], "furiosa.runtime.envs": [[10, "module-furiosa.runtime.envs"]], "furiosa.runtime.errors": [[10, "module-furiosa.runtime.errors"]], "furiosa.runtime.model": [[10, "module-furiosa.runtime.model"]], "furiosa.runtime.profiler": [[10, "module-furiosa.runtime.profiler"]], "furiosa.runtime.session": [[10, "module-furiosa.runtime.session"]], "furiosa.runtime.tensor": [[10, "module-furiosa.runtime.tensor"]], "generate_compiler_log_path() (in module furiosa.runtime.compiler)": [[10, "furiosa.runtime.compiler.generate_compiler_log_path"]], "get_cpu_pandas_dataframe() (furiosa.runtime.profiler.profile method)": [[10, "furiosa.runtime.profiler.profile.get_cpu_pandas_dataframe"]], "get_npu_pandas_dataframe() (furiosa.runtime.profiler.profile method)": [[10, "furiosa.runtime.profiler.profile.get_npu_pandas_dataframe"]], "get_pandas_dataframe() (furiosa.runtime.profiler.profile method)": [[10, "furiosa.runtime.profiler.profile.get_pandas_dataframe"]], "get_pandas_dataframe_with_filter() (furiosa.runtime.profiler.profile method)": [[10, "furiosa.runtime.profiler.profile.get_pandas_dataframe_with_filter"]], "input() (furiosa.runtime.model method)": [[10, "furiosa.runtime.Model.input"]], "input_num (furiosa.runtime.model property)": [[10, "furiosa.runtime.Model.input_num"]], "inputs() (furiosa.runtime.model method)": [[10, "furiosa.runtime.Model.inputs"]], "is_compile_log_enabled() (in module furiosa.runtime.envs)": [[10, "furiosa.runtime.envs.is_compile_log_enabled"]], "is_empty() (furiosa.runtime.tensor.tensorarray method)": [[10, "furiosa.runtime.tensor.TensorArray.is_empty"]], "length (furiosa.runtime.tensordesc property)": [[10, "furiosa.runtime.TensorDesc.length"]], "log_dir() (in module furiosa.runtime.envs)": [[10, "furiosa.runtime.envs.log_dir"]], "model (furiosa.runtime.receiver property)": [[10, "furiosa.runtime.Receiver.model"]], "model (furiosa.runtime.runner property)": [[10, "furiosa.runtime.Runner.model"]], "model (furiosa.runtime.submitter property)": [[10, "furiosa.runtime.Submitter.model"]], "model (furiosa.runtime.session.asyncsession property)": [[10, "furiosa.runtime.session.AsyncSession.model"]], "model (furiosa.runtime.session.completionqueue property)": [[10, "furiosa.runtime.session.CompletionQueue.model"]], "model (furiosa.runtime.session.session property)": [[10, "furiosa.runtime.session.Session.model"]], "name (furiosa.runtime.tensordesc property)": [[10, "furiosa.runtime.TensorDesc.name"]], "ndim (furiosa.runtime.tensordesc property)": [[10, "furiosa.runtime.TensorDesc.ndim"]], "numpy (furiosa.runtime.datatype property)": [[10, "furiosa.runtime.DataType.numpy"]], "numpy() (furiosa.runtime.tensor.tensor method)": [[10, "furiosa.runtime.tensor.Tensor.numpy"]], "numpy() (furiosa.runtime.tensor.tensorarray method)": [[10, "furiosa.runtime.tensor.TensorArray.numpy"]], "numpy_dtype (furiosa.runtime.datatype property)": [[10, "furiosa.runtime.DataType.numpy_dtype"]], "numpy_dtype (furiosa.runtime.tensordesc property)": [[10, "furiosa.runtime.TensorDesc.numpy_dtype"]], "numpy_dtype (furiosa.runtime.tensor.tensor property)": [[10, "furiosa.runtime.tensor.Tensor.numpy_dtype"]], "numpy_dtype() (in module furiosa.runtime.tensor)": [[10, "furiosa.runtime.tensor.numpy_dtype"]], "output() (furiosa.runtime.model method)": [[10, "furiosa.runtime.Model.output"]], "output_num (furiosa.runtime.model property)": [[10, "furiosa.runtime.Model.output_num"]], "outputs() (furiosa.runtime.model method)": [[10, "furiosa.runtime.Model.outputs"]], "pause() (furiosa.runtime.profiler.profile method)": [[10, "furiosa.runtime.profiler.profile.pause"]], "print_external_operators() (furiosa.runtime.profiler.profile method)": [[10, "furiosa.runtime.profiler.profile.print_external_operators"]], "print_inferences() (furiosa.runtime.profiler.profile method)": [[10, "furiosa.runtime.profiler.profile.print_inferences"]], "print_npu_executions() (furiosa.runtime.profiler.profile method)": [[10, "furiosa.runtime.profiler.profile.print_npu_executions"]], "print_npu_operators() (furiosa.runtime.profiler.profile method)": [[10, "furiosa.runtime.profiler.profile.print_npu_operators"]], "print_summary() (furiosa.runtime.model method)": [[10, "furiosa.runtime.Model.print_summary"]], "print_summary() (furiosa.runtime.profiler.profile method)": [[10, "furiosa.runtime.profiler.profile.print_summary"]], "profile (class in furiosa.runtime.profiler)": [[10, "furiosa.runtime.profiler.profile"]], "profiler_output() (in module furiosa.runtime.envs)": [[10, "furiosa.runtime.envs.profiler_output"]], "rand() (in module furiosa.runtime.tensor)": [[10, "furiosa.runtime.tensor.rand"]], "record() (furiosa.runtime.profiler.profile method)": [[10, "furiosa.runtime.profiler.profile.record"]], "recv() (furiosa.runtime.receiver method)": [[10, "furiosa.runtime.Receiver.recv"]], "recv() (furiosa.runtime.session.completionqueue method)": [[10, "furiosa.runtime.session.CompletionQueue.recv"]], "recv() (furiosa.runtime.sync.receiver method)": [[10, "furiosa.runtime.sync.Receiver.recv"]], "resume() (furiosa.runtime.profiler.profile method)": [[10, "furiosa.runtime.profiler.profile.resume"]], "run() (furiosa.runtime.runner method)": [[10, "furiosa.runtime.Runner.run"]], "run() (furiosa.runtime.session.session method)": [[10, "furiosa.runtime.session.Session.run"]], "run_with() (furiosa.runtime.session.session method)": [[10, "furiosa.runtime.session.Session.run_with"]], "shape (furiosa.runtime.tensordesc property)": [[10, "furiosa.runtime.TensorDesc.shape"]], "shape (furiosa.runtime.tensor.tensor property)": [[10, "furiosa.runtime.tensor.Tensor.shape"]], "size (furiosa.runtime.tensordesc property)": [[10, "furiosa.runtime.TensorDesc.size"]], "stride() (furiosa.runtime.tensordesc method)": [[10, "furiosa.runtime.TensorDesc.stride"]], "submit() (furiosa.runtime.submitter method)": [[10, "furiosa.runtime.Submitter.submit"]], "submit() (furiosa.runtime.session.asyncsession method)": [[10, "furiosa.runtime.session.AsyncSession.submit"]], "summary() (furiosa.runtime.model method)": [[10, "furiosa.runtime.Model.summary"]], "view() (furiosa.runtime.tensor.tensor method)": [[10, "furiosa.runtime.tensor.Tensor.view"]], "view() (furiosa.runtime.tensor.tensorarray method)": [[10, "furiosa.runtime.tensor.TensorArray.view"]], "zeros() (in module furiosa.runtime.tensor)": [[10, "furiosa.runtime.tensor.zeros"]], "modelnotfound": [[11, "furiosa.server.errors.ModelNotFound"]], "modelservererror": [[11, "furiosa.server.errors.ModelServerError"]], "furiosa.server.errors": [[11, "module-furiosa.server.errors"]], "furiosa.server.utils": [[19, "module-furiosa.server.utils"]]}}) \ No newline at end of file +Search.setIndex({"docnames": ["api/python/furiosa.common", "api/python/furiosa.common.transport", "api/python/furiosa.optimizer", "api/python/furiosa.optimizer.frontend", "api/python/furiosa.optimizer.frontend.onnx", "api/python/furiosa.optimizer.frontend.onnx.transformer", "api/python/furiosa.optimizer.frontend.onnx.transformer.experimental", "api/python/furiosa.optimizer.frontend.onnx.utils", "api/python/furiosa.optimizer.interfaces", "api/python/furiosa.quantizer", "api/python/furiosa.runtime", "api/python/furiosa.server", "api/python/furiosa.server.api", "api/python/furiosa.server.api.cli", "api/python/furiosa.server.api.grpc", "api/python/furiosa.server.api.grpc.generated", "api/python/furiosa.server.api.rest", "api/python/furiosa.server.handlers", "api/python/furiosa.server.types", "api/python/furiosa.server.utils", "api/python/furiosa.serving", "api/python/furiosa.serving.apps", "api/python/furiosa.serving.processors", "api/python/modules", "customer-support/bugs", "index", "npu/intro", "npu/supported_operators", "releases/0.5.0", "releases/0.6.0", "releases/0.7.0", "releases/0.8.0", "releases/0.9.0", "software/c-sdk", "software/cli", "software/compiler", "software/installation", "software/intro", "software/kubernetes_support", "software/profiler", "software/python-sdk", "software/quantization", "software/references", "software/serving", "software/tutorials"], "filenames": ["api/python/furiosa.common.rst", "api/python/furiosa.common.transport.rst", "api/python/furiosa.optimizer.rst", "api/python/furiosa.optimizer.frontend.rst", "api/python/furiosa.optimizer.frontend.onnx.rst", "api/python/furiosa.optimizer.frontend.onnx.transformer.rst", "api/python/furiosa.optimizer.frontend.onnx.transformer.experimental.rst", "api/python/furiosa.optimizer.frontend.onnx.utils.rst", "api/python/furiosa.optimizer.interfaces.rst", "api/python/furiosa.quantizer.rst", "api/python/furiosa.runtime.rst", "api/python/furiosa.server.rst", "api/python/furiosa.server.api.rst", "api/python/furiosa.server.api.cli.rst", "api/python/furiosa.server.api.grpc.rst", "api/python/furiosa.server.api.grpc.generated.rst", "api/python/furiosa.server.api.rest.rst", "api/python/furiosa.server.handlers.rst", "api/python/furiosa.server.types.rst", "api/python/furiosa.server.utils.rst", "api/python/furiosa.serving.rst", "api/python/furiosa.serving.apps.rst", "api/python/furiosa.serving.processors.rst", "api/python/modules.rst", "customer-support/bugs.rst", "index.rst", "npu/intro.rst", "npu/supported_operators.rst", "releases/0.5.0.rst", "releases/0.6.0.rst", "releases/0.7.0.rst", "releases/0.8.0.rst", "releases/0.9.0.rst", "software/c-sdk.rst", "software/cli.rst", "software/compiler.rst", "software/installation.rst", "software/intro.rst", "software/kubernetes_support.rst", "software/profiler.rst", "software/python-sdk.rst", "software/quantization.rst", "software/references.rst", "software/serving.rst", "software/tutorials.rst"], "titles": ["furiosa.common package", "furiosa.common.transport package", "furiosa.optimizer package", "furiosa.optimizer.frontend package", "furiosa.optimizer.frontend.onnx package", "furiosa.optimizer.frontend.onnx.transformer package", "furiosa.optimizer.frontend.onnx.transformer.experimental package", "furiosa.optimizer.frontend.onnx.utils package", "furiosa.optimizer.interfaces package", "furiosa.quantizer package", "furiosa.runtime package", "furiosa.server package", "furiosa.server.api package", "furiosa.server.api.cli package", "furiosa.server.api.grpc package", "furiosa.server.api.grpc.generated package", "furiosa.server.api.rest package", "furiosa.server.handlers package", "furiosa.server.types package", "furiosa.server.utils namespace", "furiosa.serving package", "furiosa.serving.apps package", "furiosa.serving.processors package", "Python SDK", "Bug Report", "FuriosaAI NPU & SDK 0.10.0 Documents", "FuriosaAI NPU", "List of Supported Operators for NPU Acceleration", "Release Notes - 0.5.0", "Release Notes - 0.6.0", "Release Notes - 0.7.0", "Release Notes - 0.8.0", "Release Notes - 0.9.0", "C SDK installation and user guide", "Command Line Tools", "Compiler", "Driver, Firmware, and Runtime Installation", "FuriosaAI SW Stack Introduction", "Kubernetes Support", "Performance Profiling", "Python SDK installation and user guide", "Model Quantization", "References", "Model Server (Serving Framework)", "Tutorial and Code Examples"], "terms": {"transport": [0, 23, 36], "base": [0, 5, 6, 7, 8, 9, 10, 11, 20, 23, 25, 31, 33, 36, 37, 38, 41, 43, 44], "file": [0, 10, 23, 24, 28, 29, 33, 34, 36, 37, 38, 39], "github": [0, 6, 7, 23, 29, 39, 40, 43], "http": [0, 6, 7, 23, 24, 28, 36, 38, 39, 40, 43], "s3": [0, 23, 31], "except": [0, 1, 10, 11], "furiosaerror": [0, 10], "messag": [0, 10, 24, 43], "str": [0, 1, 2, 4, 5, 7, 9, 10, 11], "gener": [0, 8, 10, 12, 14, 23, 26, 28, 33, 34, 35, 37, 39, 40, 41], "caus": [0, 10, 39], "runtim": [0, 23, 24, 25, 26, 28, 29, 30, 31, 32, 33, 34, 35, 39, 43], "is_err": 0, "err": 0, "c_int": 0, "int": [0, 2, 4, 5, 6, 7, 10, 31], "bool": [0, 1, 5, 6, 7, 9, 10], "is_ok": 0, "class": [0, 1, 5, 6, 7, 8, 9, 10, 31], "loglevel": [0, 43], "valu": [0, 5, 9, 10, 24, 28, 30, 35, 38], "intenum": [0, 9], "python": [0, 10, 24, 25, 28, 31, 32, 33, 34, 35, 39, 41, 42, 43, 44], "object": [0, 5, 7, 9, 23, 25, 26, 31, 37, 44], "correspondnig": 0, "nux_log_level_t": 0, "nux": [0, 30, 31, 43], "c": [0, 5, 10, 24, 25, 28, 30, 31, 32, 34, 38, 42, 43], "api": [0, 11, 25, 29, 32, 33, 35, 36, 39, 43, 44], "1": [0, 5, 9, 10, 24, 26, 28, 29, 30, 31, 32, 34, 35, 36, 39, 43], "info": [0, 5, 10, 24, 28, 31, 32, 38, 43], "3": [0, 9, 10, 24, 28, 30, 31, 34, 39, 40, 43], "off": [0, 10], "0": [0, 5, 9, 10, 24, 26, 27, 34, 35, 36, 38, 39, 40, 41, 43], "warn": [0, 10, 29, 30, 43], "2": [0, 5, 9, 10, 26, 27, 28, 29, 30, 31, 32, 34, 35, 37, 39], "find_global_lib_path": 0, "libnam": 0, "find_native_lib_path": 0, "none": [0, 2, 4, 5, 6, 7, 9, 10, 11, 32, 34, 38, 40], "find": [0, 1, 24, 28, 29, 30, 31, 32, 33, 35, 38, 39, 40, 43], "librari": [0, 24, 30, 31, 32, 33, 34, 36, 37, 40], "path": [0, 1, 10, 24, 28, 30, 33, 34, 35, 38, 39, 43], "accord": [0, 33, 36, 37, 40], "follow": [0, 1, 5, 10, 24, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 43], "prioriti": 0, "If": [0, 1, 6, 9, 10, 24, 27, 28, 29, 31, 32, 34, 35, 36, 37, 38, 39, 40, 43], "environ": [0, 10, 28, 30, 31, 34, 35, 36, 37, 38, 43], "variabl": [0, 10, 28, 30, 31, 35], "ld_library_path": 0, "i": [0, 1, 5, 9, 10, 23, 24, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 43], "set": [0, 10, 23, 30, 31, 32, 33, 34, 35, 38, 39, 40], "thi": [0, 1, 5, 9, 10, 23, 24, 25, 27, 28, 31, 34, 35, 36, 37, 38, 39, 40, 41, 43], "function": [0, 5, 10, 28, 29, 30, 31, 32, 34, 35, 37, 38, 39, 40], "tri": [0, 10], "found": [0, 26, 28, 29, 30, 31, 32, 34, 35, 37, 40], "from": [0, 1, 6, 9, 10, 24, 25, 28, 29, 30, 31, 32, 34, 35, 36, 39, 40, 41, 43, 44], "otherwis": [0, 10], "global": 0, "usr": [0, 24, 31, 33, 34, 38, 39], "lib": [0, 33, 38], "local": [0, 1, 24, 28, 30, 31, 34, 35, 43], "still": [0, 10], "cannot": [0, 10, 30, 33, 39], "return": [0, 1, 9, 10, 29, 31, 43], "find_native_lib": 0, "register_hook": 0, "type": [0, 1, 9, 11, 23, 26, 28, 29, 30, 35, 37, 38, 41], "callabl": [0, 5], "__register_common_capi": 0, "interfac": [0, 2, 23, 26, 40], "embed": [0, 37], "after": [0, 5, 10, 27, 29, 34, 35, 38, 40], "load": [0, 10, 24, 31, 34, 37, 39], "call": [0, 9, 10, 33, 35, 36, 37, 43], "cifac": 0, "find_user_lib_path": 0, "asynchron": [0, 10, 28, 37], "f": [0, 10, 28, 38], "replac": [0, 7, 10, 36, 41], "sync": [0, 10, 35, 39], "async": [0, 1, 10, 29, 31], "us": [0, 5, 9, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 36, 37, 38, 41, 43, 44], "aysncio": 0, "pool": [0, 31], "synchron": [0, 10, 29, 31], "run": [0, 10, 27, 28, 30, 31, 34, 35, 36, 37, 38, 39, 40], "place": 0, "result": [0, 10, 26, 29, 30, 31, 32, 34, 35, 39], "furiosaversioninfo": 0, "version": [0, 10, 11, 24, 27, 28, 34, 35, 37, 38, 40], "eprint": 0, "arg": [0, 34, 38], "kwarg": 0, "get_sdk_vers": 0, "git": [0, 39, 40, 43], "commit": [0, 28, 29, 30, 38], "hash": [0, 38], "repres": [0, 9, 10], "current": [0, 10, 25, 33, 34, 36, 37, 38, 40], "applic": [0, 23, 31, 33, 35, 37, 38, 39, 40, 43], "removeprefix": 0, "word": 0, "prefix": 0, "9": [0, 9, 10, 24, 28, 30, 31, 34, 36, 39, 43], "see": [0, 10, 24, 29, 32, 34, 35, 38, 40], "doc": 0, "org": 0, "stdtype": 0, "html": [0, 34], "sdk": [0, 10, 24, 26, 27, 28, 34, 35, 38, 39, 41, 42, 43, 44], "abc": 1, "read": [1, 10, 35, 38, 40], "download": [1, 36, 40], "variou": [1, 26, 30, 32, 36, 37, 38, 40, 41, 43], "sourc": [1, 35, 36, 38, 39, 40, 43], "properti": [1, 10, 30, 31, 36], "cache_directori": 1, "cach": 1, "directori": [1, 10, 30, 33, 35, 38, 39], "save": [1, 24, 28, 30, 34, 35, 39, 43], "abstract": [1, 30, 31, 32], "uri": 1, "destin": 1, "paramet": [1, 9, 10, 28, 30], "data": [1, 5, 9, 10, 30, 31, 32, 34, 35, 37, 38, 39, 41, 43], "name": [1, 5, 9, 10, 11, 27, 28, 30, 31, 32, 34, 35, 36, 38, 39, 40, 43], "locat": [1, 29, 31, 33, 35], "static": [1, 5, 24, 28, 33], "is_support": 1, "decid": [1, 32], "whether": [1, 9, 10, 30, 32, 34, 38, 40], "support": [1, 23, 25, 26, 29, 31, 33, 34, 35, 41, 43], "specifi": [1, 9, 10, 30, 31, 32, 34, 35, 37, 39, 40, 43], "model": [1, 2, 4, 5, 6, 7, 8, 9, 23, 24, 26, 27, 29, 30, 32, 39, 42, 44], "dispatch": 1, "method": [1, 9, 10, 37, 39, 40, 41, 43], "signatur": 1, "transporterror": 1, "msg": [1, 11], "transportnotfound": 1, "list": [1, 2, 4, 5, 6, 7, 9, 10, 25, 28, 29, 30, 31, 35, 36, 37], "filetransport": 1, "check": [1, 5, 7, 24, 28, 29, 34, 36, 38, 40, 43], "ha": [1, 5, 10, 26, 29, 30, 31, 32, 34, 38], "valid": [1, 10, 29, 34, 35], "scheme": [1, 26], "e": [1, 10, 29, 34, 36, 38], "g": [1, 10, 29, 34], "just": [1, 10, 30, 43], "copi": [1, 10, 43], "githubtransport": 1, "header": [1, 33], "dict": [1, 5, 9, 10, 29], "param": 1, "httptransport": 1, "repositori": [1, 20, 23, 29, 30, 31, 32, 40], "url": [1, 31, 35, 43], "com": [1, 6, 7, 28, 36, 38, 39, 40, 43], "pars": 1, "tupl": [1, 9, 10], "ai": [1, 10, 24, 25, 28, 36, 38, 39, 40, 43], "main": [1, 10, 11, 12, 23, 28], "s3transport": 1, "network": [1, 36, 41], "util": [1, 3, 4, 9, 11, 23, 26, 29, 31, 32, 34, 35, 37, 40], "fetch": 1, "which": [1, 10, 26, 31, 34, 35, 37, 38, 39], "rais": [1, 10], "all": [1, 5, 10, 26, 28, 31, 34, 35, 40, 43], "avail": [1, 10, 31, 34, 36, 37, 38, 40], "ar": [1, 5, 10, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 43], "is_rel": 1, "rel": [1, 33], "we": [1, 25, 28, 32, 33, 36, 37, 40], "assum": [1, 6, 10], "": [1, 5, 7, 9, 10, 26, 28, 32, 34, 35, 37, 38, 39, 40, 41], "you": [1, 10, 24, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 43], "should": [1, 10, 24, 26, 30, 34], "iter": [1, 5, 6, 9, 10], "frontend": [2, 23], "onnx": [2, 3, 9, 10, 23, 24, 26, 27, 28, 29, 30, 31, 34, 35, 37, 41, 43], "submodul": [2, 3, 4, 10, 12, 23], "transform": [2, 3, 4, 7, 23], "furiosaai": [2, 9, 24, 27, 28, 29, 31, 33, 34, 35, 36, 38, 43], "optimize_model": [2, 4, 32], "modelproto": [2, 4, 5, 6, 7, 9], "input_shap": [2, 4, 5, 7, 31, 39], "map": [2, 4, 5, 7, 9, 41], "opset_vers": [2, 4, 7], "13": [2, 4, 5, 7, 28, 35, 41], "convert_negative_pads_to_slic": [3, 4], "convert_prelu_to_relu": [3, 4], "fuse_batchnorm": [3, 4], "fuse_gather_matmul": [3, 4], "infer_squeeze_ax": [3, 4], "polish_model": [3, 4], "check_model": [3, 4], "inference_shap": [3, 4], "version_check": [3, 4], "experiment": [4, 5, 30, 35], "eliminate_detection_postprocess": [4, 5], "embedding_bag_port": [4, 5], "fuse_div_for_bert": [4, 5], "reify_conv_for_bert": [4, 5], "convertnegativepadstoslic": 5, "pattern_1": 5, "name_nod": [5, 6], "true": [5, 6, 7, 10, 38, 43], "onnxtransform": [5, 6], "prev": 5, "pad": [5, 27, 30], "next": [5, 33, 38, 40], "slice": [5, 27, 29, 30], "input": [5, 6, 9, 23, 24, 28, 30, 31, 34, 35, 37, 39, 41, 43], "an": [5, 7, 9, 24, 26, 28, 30, 31, 32, 34, 35, 36, 37, 38, 39, 40, 41, 43], "initi": [5, 9, 10, 24, 30, 43], "least": [5, 35], "one": [5, 9, 10, 35, 37, 38, 39, 40], "neg": 5, "sum": 5, "axi": [5, 10, 27, 29, 30], "doe": [5, 10, 30, 40, 43], "exce": 5, "correspond": [5, 10], "invalid": [5, 35], "absolut": 5, "each": [5, 10, 26, 30, 31, 32, 34, 37, 38, 39], "less": 5, "than": [5, 10, 27, 30, 32, 33, 40], "lead": [5, 32, 35], "nan": 5, "output": [5, 9, 23, 24, 28, 30, 31, 32, 34, 35, 37, 38, 39, 41], "make_new_init_and_vi": 5, "matched_nod": 5, "nodeproto": [5, 6], "valueinfoproto": 5, "tensorproto": 5, "make_new_nod": 5, "pattern_condition_check": [5, 6], "nodes_to_check": [5, 6], "pattern_match": [5, 6], "base_nod": [5, 6], "pattern_to_match": 5, "pattern_2": 5, "zero": [5, 10], "convertprelutorelu": 5, "prelu": [5, 31], "x": [5, 10, 38], "slope": 5, "relu": [5, 27], "make_new_init": 5, "make_new_vi": 5, "fusebatchnorm": 5, "conv": [5, 6, 27, 30, 31], "batchnorm": [5, 27, 28, 30], "convtranspos": [5, 27, 28, 31], "pattern_3": 5, "mul": [5, 27, 31], "add": [5, 6, 27, 28, 29, 31, 34, 36, 37, 38], "onli": [5, 6, 10, 25, 27, 28, 29, 30, 33, 35, 37, 38], "pattern_4": 5, "op_typ": 5, "fusegathermatmul": 5, "gather": [5, 30, 31], "matmul": [5, 6, 27, 30, 31], "must": [5, 33, 36, 37, 38, 39], "have": [5, 9, 10, 24, 28, 30, 31, 33, 34, 35, 36, 38, 40], "exactli": 5, "defin": [5, 7, 10], "graph": [5, 6, 34, 35, 41], "weight": [5, 27, 30, 37, 41], "data_typ": 5, "float": [5, 9, 10, 26, 37, 41], "rank": 5, "infersqueezeax": 5, "squeez": [5, 30], "ax": [5, 10, 30], "attribut": 5, "fill": [5, 10], "opset": [5, 7, 28, 30, 35], "exist": [5, 10, 28, 32, 40], "shape": [5, 10, 24, 28, 30, 37, 39, 43], "infer": [5, 25, 26, 29, 30, 31, 34, 35, 37, 39, 40, 43, 44], "polishmodel": 5, "essenti": 5, "check_value_info": 5, "eliminate_initializer_from_graph_input": 5, "eliminate_unused_initi": 5, "elimin": [5, 26, 32], "everi": [5, 34], "node": [5, 6, 28, 37], "regardless": [5, 30], "ani": [5, 10, 30, 34, 40], "field": [5, 40], "thei": [5, 10, 27, 33, 37, 39], "eliminate_unused_input": 5, "eliminate_unused_output": 5, "eliminate_unused_proto": 5, "eliminate_unused_value_info": 5, "fix_batch_size_as_on": 5, "fix": [5, 28, 29, 31, 32], "batch_siz": [5, 6, 10, 24, 28, 30, 31, 35], "dim_param": 5, "given": [5, 10, 24, 30, 35, 36], "fixed_point": 5, "t": [5, 6, 8, 10, 30, 34], "get_attribut": 5, "attr": 5, "attributeproto": 5, "attr_nam": 5, "default": [5, 9, 10, 24, 28, 30, 33, 34, 35, 38, 39, 43], "get_node_attribut": 5, "get_node_input_nam": 5, "get_node_output_nam": 5, "is_op_typ": 5, "target_op_typ": 5, "make_initializer_name_uniqu": 5, "make_unhashables_uniqu": 5, "rebuild_model": 5, "new_nod": 5, "renam": [5, 29], "bridge_disconnected_nod": 5, "node_0": 5, "next_nod": 5, "new_input": 5, "For": [5, 10, 27, 32, 35, 36, 37, 38, 39, 40], "chang": [5, 10, 28, 34, 36, 41], "exampl": [5, 10, 24, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 38, 39, 40, 41, 43], "befor": [5, 28, 29, 30, 31, 32, 40], "node_1": 5, "bridg": 5, "assign": 5, "y": [5, 10, 30, 31, 32, 33, 34, 36, 38, 40], "build_optimized_model": 5, "check_runn": [5, 7], "copy_value_info": 5, "find_next_nod": 5, "find_prev_nod": 5, "node_input": 5, "get_data_node_input": 5, "get_init_node_input": 5, "get_initializer_arrai": 5, "get_map_valu": 5, "get_value_info_dtyp": 5, "tensor_nam": [5, 9], "get_value_info_shap": 5, "is_same_shap": 5, "input_1": 5, "input_2": 5, "pop_multiple_optimizer_map": 5, "pop_single_optimizer_map": 5, "transform_to_elimin": 5, "nodes_to_remov": 5, "design": [5, 28, 30, 31, 32, 34, 35, 36, 37, 38, 39], "previou": [5, 35], "them": [5, 10, 25, 26, 32, 37, 40], "b": [5, 34, 35, 38, 41], "remov": [5, 10, 29, 32], "A": [5, 9, 10, 30, 32, 34, 40], "d": [5, 10, 34, 36], "connect": [5, 10, 28, 33], "make": [5, 10, 38, 39, 40], "transform_to_fus": 5, "nodes_to_add": 5, "inits_to_add": 5, "vis_to_add": 5, "traverse_prev_nod": 5, "producer_map_kei": 5, "update_graph_field": 5, "update_multiple_initializer_map": 5, "update_multiple_optimizer_map": 5, "dest_nam": 5, "update_multiple_value_info_map": 5, "value_info": 5, "update_single_initializer_map": 5, "update_single_optimizer_map": 5, "update_single_value_info_map": 5, "eliminatessddetectionpostprocess": 6, "ssd_output": 6, "softmax": [6, 27, 30], "graph_output": 6, "nchw": [6, 10], "embeddingbagpattern": 6, "appli": [6, 10, 28, 38], "dlrm": 6, "export": [6, 10, 26, 35, 39], "embeddingbag": 6, "equival": [6, 10], "torch": 6, "simplifi": [6, 7], "doesn": [6, 10], "work": [6, 10, 34, 37], "becaus": [6, 10, 35], "can": [6, 9, 10, 24, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 43], "handl": [6, 10], "empti": [6, 10], "bag": 6, "pytorch": [6, 26, 29], "blob": 6, "55d479aca5e959c5f2fe3089e162db710bb7632d": 6, "symbolic_opset11": 6, "py": [6, 39], "l836": 6, "l902": 6, "check_condition_3": 6, "embeddingbagport": 6, "128": [6, 27, 29], "fusedivforbert": 6, "some": [6, 10, 24, 27, 28, 30, 35], "bert": 6, "transform_matmul_add": 6, "reifyconvforbert": 6, "well": [7, 10, 28, 29, 31], "execut": [7, 10, 29, 30, 31, 32, 34, 35, 37, 38, 39, 43], "onnxruntim": 7, "inferenceshap": 7, "former": 7, "onnx_simplifi": 7, "daquexian": 7, "checkvers": 7, "convert": [7, 9, 10, 11, 12, 23, 26, 29, 31, 32, 40, 41], "12": [7, 27, 28, 30, 31, 34, 38, 39], "opset_bound": 7, "calibrationmethod": [9, 32], "min_max_asym": [9, 32], "min": [9, 10, 32, 34, 39, 41], "max": [9, 10, 26, 32, 34, 39, 41], "asymmetr": [9, 32, 41], "min_max_sym": [9, 32], "symmetr": [9, 41], "entropy_asym": [9, 32], "entropi": [9, 32, 41], "aymmetr": 9, "entropy_sym": [9, 32], "percentile_asym": [9, 32], "percentil": [9, 10, 32, 34, 39, 41], "percentile_sym": [9, 32], "mse_asym": [9, 32], "mean": [9, 10, 27, 32, 34, 39], "squar": [9, 32], "error": [9, 23, 24, 32, 35, 38, 40, 43], "mse": [9, 41], "mse_sym": [9, 32], "sqnr_asym": [9, 32], "signal": [9, 10, 24, 32], "nois": [9, 32], "ratio": [9, 32], "sqnr": [9, 41], "sqnr_sym": [9, 32], "6": [9, 24, 27, 32, 34, 39], "7": [9, 32, 38], "4": [9, 10, 31, 32, 34, 39], "5": [9, 10, 24, 26, 29, 32, 34, 35, 39, 41], "8": [9, 10, 24, 26, 28, 30, 32, 34, 39, 40, 41, 43], "byte": [9, 10], "calibration_method": 9, "percentag": [9, 34], "99": [9, 10, 32, 34, 39, 41], "collect": [9, 10, 24, 34], "tensor": [9, 23, 24, 28, 29, 30, 31, 32, 37], "comput": [9, 26, 27, 34], "rang": [9, 10, 31, 32, 39], "collect_data": [9, 32], "calibration_dataset": 9, "sequenc": 9, "ndarrai": [9, 10, 29, 31], "multipl": [9, 10, 29, 31, 37, 38, 43], "time": [9, 10, 26, 29, 30, 31, 32, 34, 38, 39, 40], "numpi": [9, 10, 29, 31, 32, 39, 43], "provid": [9, 10, 26, 29, 31, 32, 33, 34, 36, 37, 38, 39, 40, 41, 43], "compute_rang": [9, 32], "verbos": [9, 10, 34, 35], "fals": [9, 10], "estim": 9, "basi": 9, "show": [9, 30, 32, 35, 36, 38, 43], "progress": [9, 10], "bar": [9, 39], "dictionari": 9, "modeleditor": 9, "manipul": 9, "convert_input_typ": 9, "tensor_typ": 9, "tensortyp": 9, "element": [9, 10, 26, 32], "The": [9, 10, 24, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 43], "desir": [9, 10, 35, 38], "convert_output_typ": 9, "tensor_rang": 9, "option": [9, 10, 30, 31, 32, 33, 34, 35, 36, 38, 40, 43], "new": [9, 10, 32, 33], "origin": [9, 10, 41], "retain": [9, 10, 26], "enumer": [9, 10], "convert_": 9, "_type": 9, "int8": [9, 10, 26, 37, 41], "uint8": [9, 10, 28, 32, 39, 43], "get_output_nam": 9, "get_pure_input_nam": 9, "associ": [9, 10], "qunat": 9, "tensor_name_to_rang": 9, "its": [9, 10, 25, 30, 38, 40, 43], "serial": [9, 34], "incorpor": 9, "inform": [9, 24, 28, 34, 37, 38, 40], "high": [10, 26, 31, 37, 39], "level": [10, 29, 33, 35, 37, 43], "npu": [10, 24, 29, 31, 32, 33, 34, 37, 39, 40, 41, 43], "divid": [10, 31], "three": [10, 41], "wa": [10, 28, 32, 34], "first": [10, 26, 31, 34, 35, 37, 41, 43], "introduc": [10, 33, 37], "furiosart": [10, 33], "10": [10, 24, 28, 30, 31, 32, 34, 35, 38, 39, 40], "backward": 10, "compat": [10, 29, 31, 38, 40, 43], "slate": 10, "futur": [10, 33], "releas": [10, 33], "more": [10, 28, 29, 31, 32, 33, 35, 37, 38, 40, 43], "further": [10, 41], "contain": [10, 24, 28, 30, 34, 37, 38, 40], "two": [10, 26, 34, 35, 38], "differ": 10, "singl": [10, 26, 28, 31, 38], "activ": [10, 26, 30, 31, 38], "either": [10, 34, 36], "possibl": [10, 35], "task": [10, 26, 29, 37, 38, 39], "thread": [10, 23, 29, 31, 34, 39], "separ": [10, 37, 40], "send": [10, 43], "recv": [10, 36], "respect": [10, 33, 37], "pair": 10, "context": [10, 30], "distinguish": 10, "while": [10, 26, 31, 37], "sent": 10, "deprec": [10, 33], "sinc": [10, 30, 35, 40], "strongli": 10, "discourag": 10, "mani": [10, 31, 32, 37, 38, 39], "histor": 10, "includ": [10, 24, 25, 26, 28, 29, 30, 31, 32, 33, 34, 35, 38], "full": [10, 26, 29, 32, 34, 38], "As": [10, 30, 31, 32, 33, 41], "report": [10, 25, 28, 34, 35, 39], "larg": [10, 26, 29, 30, 31, 39], "wrapper": [10, 34], "around": 10, "slight": 10, "incompat": 10, "most": [10, 26, 35, 40], "notabl": 10, "lack": 10, "subclass": 10, "those": 10, "intercompat": 10, "mark": [10, 36], "mai": [10, 26, 27, 31, 32, 34, 35, 36, 38, 40], "enabl": [10, 28, 31, 34, 35, 36, 37, 39], "extra": [10, 38], "instal": [10, 25, 28, 29, 30, 35, 37], "forc": 10, "old": 10, "implement": [10, 37], "disabl": [10, 35, 38], "pleas": [10, 24, 25, 28, 32, 34, 36, 43], "note": [10, 34], "With": [10, 26, 28, 31, 32, 37, 39, 40], "full_vers": 10, "nativeerror": 10, "modelsourc": 10, "how": [10, 24, 25, 32, 33, 34, 36, 44], "real": 10, "alia": 10, "like": [10, 43], "string": 10, "arrai": [10, 29], "__bytes__": 10, "raw": [10, 28, 38], "allow": [10, 29, 30, 31, 35, 37, 39, 40, 43], "addit": [10, 27, 31, 32, 34, 37, 38, 39, 40], "format": [10, 26, 30, 31, 32, 34, 35, 37, 38, 39], "restrict": [10, 36], "primari": 10, "represent": 10, "alias": 10, "document": [10, 34, 38], "purpos": [10, 35], "tensorarrai": 10, "itself": 10, "shouldn": 10, "requir": [10, 26, 29, 31, 32, 33, 37, 38, 41, 43], "alwai": [10, 30], "scalar": 10, "dimension": 10, "other": [10, 29, 30, 31, 33, 35, 38, 40, 44], "same": [10, 30, 31, 37, 43], "due": 10, "technic": 10, "reason": [10, 31], "concret": 10, "so": [10, 24, 26, 28, 30, 33, 34, 35, 37, 40, 41, 43], "item": [10, 30, 34, 38], "len": [10, 39], "is_empti": 10, "view": [10, 30, 32, 34, 39], "also": [10, 28, 29, 30, 31, 33, 34, 35, 37, 38, 39], "intern": [10, 31], "were": 10, "here": [10, 33, 35, 36, 37, 40], "numpy_dtyp": 10, "dtype": [10, 28], "contrari": 10, "didn": 10, "mislead": 10, "thu": [10, 39], "instead": [10, 32], "copy_from": 10, "entir": [10, 28, 30], "what": 10, "refer": [10, 24, 27, 32, 33, 34, 35, 37, 38, 40, 41, 43], "memori": [10, 26, 27, 29, 32, 34, 35, 38], "region": 10, "independ": [10, 26, 28, 35], "creat": [10, 24, 28, 30, 31, 34, 35, 36, 37, 39, 43], "previous": [10, 28], "could": [10, 28, 32, 40], "directli": [10, 28, 35, 36, 37, 39, 40, 43], "via": [10, 32, 35, 37], "create_async": [10, 28, 30], "textual": 10, "section": [10, 24, 31, 34, 36, 37, 39, 40], "mainli": 10, "manag": [10, 30, 31, 32, 34, 35, 37, 38], "create_runn": [10, 35, 39], "await": [10, 29, 31], "act": 10, "scope": 10, "subsequ": [10, 34], "Its": [10, 43], "lifetim": [10, 35], "start": [10, 25, 32, 35, 38, 39, 40, 41, 43, 44], "successfulli": [10, 38], "end": [10, 25], "close": [10, 30], "fail": [10, 24, 28], "been": [10, 29, 30, 31, 32, 38, 40], "yet": [10, 30], "wait": [10, 31, 43], "until": [10, 31], "inde": 10, "take": [10, 30, 35, 36, 39], "too": [10, 30], "much": [10, 39], "case": [10, 28, 30], "open": [10, 38, 39], "timeout": [10, 28], "reach": 10, "made": 10, "identifi": [10, 28, 31, 37, 38, 39], "implicit": 10, "arch": [10, 36, 38], "denot": 10, "where": [10, 30], "target": [10, 34], "architectur": [10, 26, 38, 40], "warboi": [10, 25, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 41], "number": [10, 31, 34, 35, 37, 38], "pe": [10, 24, 26, 28, 35, 38, 43], "per": [10, 34], "omit": [10, 35, 38], "index": 10, "indic": 10, "z": 10, "fuse": [10, 26, 30, 35], "intermedi": 10, "occupi": [10, 31, 34], "worth": 10, "mode": [10, 27, 29, 30, 34], "determin": 10, "kernel": [10, 25, 29, 34, 36, 40], "driver": [10, 25, 29, 30, 31, 32, 33, 34, 38, 40, 43], "heavili": 10, "reli": 10, "upon": [10, 36], "especi": [10, 35], "npuxpei": 10, "dev": [10, 28, 31, 32, 33, 34, 36, 38], "aforement": 10, "alloc": [10, 32, 35, 37, 38], "greedi": 10, "manner": [10, 30, 37], "even": [10, 27, 30, 35, 39], "mix": 10, "recommend": [10, 38, 40], "explicit": 10, "furiosa_devic": 10, "preced": 10, "over": [10, 32, 34, 35], "npu_devnam": [10, 28, 38], "never": 10, "overrid": 10, "relev": 10, "affect": 10, "width": 10, "height": [10, 26, 27, 29], "channel": 10, "batch": [10, 26, 27, 30, 34], "unknown": 10, "constant": 10, "known": 10, "abbrevi": 10, "descript": [10, 34, 35, 38, 43], "w": [10, 28, 31, 32, 34, 38, 39], "h": [10, 34, 35], "depth": [10, 29], "convolut": [10, 26, 29], "n": [10, 32, 34, 35, 38, 39, 40], "privat": 10, "Their": 10, "stabl": [10, 29, 30, 36], "datatyp": [10, 43], "v": [10, 34, 35], "constructor": 10, "import": [10, 24, 28, 29, 31, 35, 39, 43], "np": [10, 28, 29, 31, 39, 43], "float32": [10, 30], "float16": 10, "bfloat16": 10, "int16": 10, "int32": 10, "int64": 10, "ieee": 10, "754": 10, "half": [10, 26], "precis": 10, "binary16": 10, "point": [10, 26, 37, 41], "binary32": 10, "bit": [10, 41], "sign": [10, 36], "integ": [10, 30, 43], "16": [10, 24, 26, 28, 32, 39], "32": [10, 24, 26, 28], "64": [10, 26], "unsign": 10, "valueerror": 10, "tensordesc": 10, "describ": [10, 37, 39, 40, 43], "ndim": 10, "dimens": [10, 24, 26, 28], "dim": 10, "idx": 10, "size": [10, 26, 30, 34, 39], "th": 10, "desc": [10, 32], "conceptu": 10, "stride": 10, "It": [10, 26, 29, 30, 33, 35, 37, 39, 40], "distanc": 10, "between": [10, 34, 35, 39, 40], "adjac": 10, "convent": 10, "length": [10, 26], "total": [10, 26, 31, 34, 39], "concaten": 10, "possibli": [10, 32], "input_num": 10, "output_num": 10, "summari": [10, 35, 39], "human": 10, "readabl": 10, "print": [10, 24, 30, 31, 34, 35, 38, 39, 43], "28": [10, 24, 28, 32, 34, 43], "3136": 10, "784": 10, "40": [10, 26, 32, 34, 38, 39], "print_summari": [10, 39], "simpl": [10, 30, 34], "worker_num": [10, 31], "worker": [10, 34, 38], "abov": [10, 24, 28, 33, 36, 37, 38, 39, 40, 43], "implicitli": 10, "couldn": 10, "get": [10, 29, 30, 31, 32, 33, 34, 36, 38, 40, 43], "argument": [10, 30, 32, 34, 35], "about": [10, 28, 31, 32, 34, 35, 37, 40, 43], "num_input": 10, "multipli": 10, "buffer": 10, "modif": [10, 38], "dure": [10, 28, 34, 35, 37, 39], "unexpect": 10, "ensur": [10, 29, 32, 40], "do": [10, 24, 37, 38, 39, 40, 43], "crash": 10, "top": [10, 26, 32, 39], "unspecifi": 10, "subject": 10, "garbag": 10, "through": [10, 28, 30, 31, 34, 35, 36, 37, 38, 39, 41, 43], "compiler_hint": 10, "need": [10, 26, 34, 35, 36, 37, 38, 40, 43], "hint": 10, "now": [10, 28, 30, 31], "keyword": 10, "posit": 10, "accept": [10, 43], "behav": 10, "ident": 10, "against": 10, "oper": [10, 25, 26, 28, 29, 30, 31, 32, 35, 36, 37, 38, 39, 41], "longer": [10, 31], "prefer": 10, "unlik": 10, "unless": 10, "alter": 10, "run_with": [10, 28], "order": [10, 28, 33, 36, 38, 40, 41], "partial": 10, "present": [10, 34, 38], "howev": [10, 35], "few": [10, 35], "submitt": 10, "These": [10, 36, 39], "actual": [10, 35, 37, 39], "process": [10, 26, 27, 29, 30, 32, 34, 35, 37, 38, 39, 40, 41, 43], "hold": 10, "complet": [10, 31, 33, 43], "both": [10, 34, 36], "configur": [10, 26, 28, 31, 33, 34, 35], "finit": 10, "quickli": [10, 31, 34], "block": [10, 31, 37], "create_queu": 10, "input_queue_s": 10, "output_queue_s": 10, "below": [10, 24, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41], "asyncio": [10, 28, 31], "taskgroup": 10, "tg": 10, "create_task": 10, "submit_task": 10, "recv_task": 10, "_": [10, 31, 32, 39], "fresh": 10, "suitabl": 10, "content": [10, 23, 38], "probabl": 10, "yourself": [10, 24, 34], "friendli": 10, "wai": [10, 30, 35], "whenev": 10, "appropri": [10, 30, 35], "immedi": [10, 28, 38, 39], "would": [10, 24, 27, 35], "later": 10, "uuid": [10, 31, 32, 34], "long": [10, 35, 37, 39], "logic": [10, 29], "leak": 10, "remain": [10, 39], "nevertheless": 10, "num_output": 10, "remark": 10, "finish": [10, 25, 32, 34, 41, 44], "handle_output": 10, "usag": [10, 29, 31, 32, 34, 35, 37, 38, 40, 43], "strictli": 10, "alreadi": [10, 30, 34, 36, 38], "loop": 10, "manual": 10, "guarante": 10, "onc": [10, 31, 33, 34, 35, 38, 39, 40, 43], "submiss": 10, "put": 10, "recov": 10, "parallel": 10, "fine": 10, "benefit": 10, "On": [10, 26], "hand": 10, "eventu": 10, "up": [10, 30, 31, 38, 39, 43], "idiomat": 10, "try": [10, 37, 38], "timeouterror": 10, "Not": 10, "built": [10, 24, 26, 28, 34, 43], "out": [10, 34, 36, 40, 43], "notifi": 10, "imposs": 10, "second": [10, 34, 35, 38], "completionqueu": [10, 28], "standard": [10, 26], "asyncsess": 10, "unbound": 10, "In": [10, 26, 28, 31, 32, 33, 35, 36, 37, 38, 41], "facili": 10, "migrat": 10, "continu": 10, "larger": [10, 26, 27, 32, 35], "though": [10, 39], "spawn_thread_to_send_input": 10, "millisecond": 10, "queuewaittimeout": 10, "prone": 10, "potenti": 10, "incompatibil": 10, "basic": [10, 25, 38, 44], "facil": 10, "recordformat": [10, 31, 39], "record": [10, 31, 38, 39], "chrometrac": 10, "pandasdatafram": [10, 31, 39], "resourc": [10, 26, 35, 37, 38], "cpu": [10, 25, 27, 29, 35, 37, 38, 39, 44], "json": [10, 34, 38, 39, 43], "span": 10, "incur": 10, "non": 10, "trivial": 10, "perform": [10, 25, 29, 31, 32, 33, 34, 35, 37, 38, 41], "overhead": [10, 39], "trace": [10, 31, 34, 43], "written": [10, 39], "temporari": 10, "writter": 10, "depend": [10, 26, 29, 30, 31, 35, 38, 40], "chrome": [10, 34, 39], "csv": 10, "profilererorr": 10, "config": [10, 30, 34, 38, 43], "At": [10, 37], "enter": [10, 30, 32, 34, 39], "exit": [10, 43], "within": [10, 36, 37, 39], "child": 10, "profilerrecordobject": 10, "paus": 10, "temporarili": [10, 39], "stop": [10, 32, 34], "minim": [10, 41], "resum": 10, "state": [10, 24, 26, 28, 30, 36, 43], "noth": 10, "arbitrari": 10, "measur": [10, 32, 39], "event": [10, 39], "occur": 10, "interv": [10, 32, 34, 38], "detail": [10, 27, 28, 29, 30, 31, 32, 34, 35, 38, 40, 43], "get_pandas_datafram": [10, 31, 39], "datafram": [10, 31], "look": [10, 33], "trace_id": [10, 31, 39], "parent_span_id": 10, "span_id": [10, 39], "cat": [10, 30, 31, 34, 38], "id": [10, 31, 34, 39], "dram_bas": 10, "pe_index": [10, 39], "execution_index": [10, 39], "instruction_index": 10, "operator_index": [10, 39], "dur": [10, 31, 39], "6ffe9ac3080814bc134ae4c5e58269e0": 10, "0000000000000000": 10, "a61dd01a47ce8de": 10, "1690798389820453606": 10, "1690798390204660478": 10, "35": 10, "na": 10, "384206872": 10, "079f8437488528d5768780162ed59374": 10, "2d18b0e17e760325": 10, "1690798390205840825": 10, "1690798390267819096": 10, "programbinari": 10, "26": 10, "61978271": 10, "fb4610c2fd1be67e63e01ca9169b6fef": 10, "2a092524d04a4077": 10, "1690798390267849007": 10, "1690798390267857471": 10, "allocatedram": 10, "8464": 10, "009b425f06ca0065a64f0586d1a999b0": 10, "cdac229f8d8569d7": 10, "1690798389793627190": 10, "1690798390268011450": 10, "regist": [10, 25, 36, 38], "474384260": 10, "348ee82fdf97fad9f782cc12a58d447d": 10, "59b5a5d06439f9f1": 10, "1690798390270474367": 10, "1690798390270526470": 10, "enqueu": 10, "52103": 10, "27efb2c82a5ac93bed911142e9187c45": 10, "174b38c90d1f7a10": 10, "ff7c4f8798d75b63": 10, "1690798390270558295": 10, "1690798390270570293": 10, "feedinput": 10, "11998": 10, "panda": [10, 31], "get_pandas_dataframe_with_filt": 10, "column": 10, "row": 10, "whose": 10, "filter": 10, "get_cpu_pandas_datafram": 10, "categori": [10, 39], "get_npu_pandas_datafram": 10, "print_npu_oper": [10, 39], "termin": [10, 24, 28, 30, 40], "average_elaps": [10, 39], "count": [10, 34, 38, 39], "lowlevelconv2d": [10, 39], "5119": 10, "9375": 10, "lowleveldepthwiseconv2d": [10, 39], "1091": 10, "56": [10, 32, 34, 39], "lowlevelpad": [10, 39], "561": 10, "482143": 10, "lowlevelexpand": [10, 39], "lowlevelslic": [10, 39], "lowlevelreshap": [10, 39], "232": 10, "print_npu_execut": [10, 39], "execution_ind": 10, "iowait": [10, 39], "39ffc55ef7b2177": 10, "555899badb3f8e5": 10, "116971": 10, "105186": 10, "11785": 10, "5338e9fa2d1fb70": 10, "f1": 10, "9c8aa64bbb878e3": 10, "4e9a13e698f4fa1": 10, "117011": 10, "11825": 10, "b62194f8dec670": 10, "3c": 10, "0ce2a8ce2c591e3": 10, "5cd8a081758f41c": 10, "116961": 10, "105185": 10, "11776": 10, "4e92e0c421f3946": 10, "14": [10, 43], "a941ace17a2c5e6": 10, "a3726d0ebb2705c": 10, "116909": 10, "11723": 10, "15a8f05d8872fa9": 10, "print_external_oper": [10, 39], "extern": [10, 31], "7d65ff7ae5587d3345d5df5a77": 10, "53e3fb9c02964361": 10, "quantiz": [10, 23, 25, 26, 34, 35, 39], "175246": 10, "ebfaad": 10, "33371e09f89cfa06c41286df13": 10, "8d5a00c6e4e8c2c0": 10, "lower": [10, 31, 32, 33, 34, 35, 39], "183803": 10, "11a30f": 10, "9f7df939abc20da11431c18024": 10, "064dacd9a108c4a0": 10, "unlow": [10, 32, 39], "60459": 10, "c41af1": 10, "1bda703f4ffc878a4294ec6253": 10, "cb2f103208d2fa45": 10, "dequant": [10, 32, 39], "19468": 10, "3ac8d0": 10, "9f769c8951f39d98e6ee216e34": 10, "91c0bdd8c5b81327": 10, "85724": 10, "6bc7e5": 10, "048e5cab6d4d676e4e6b10e827": 10, "714834cb8dc59f4b": 10, "306893": 10, "6b5489": 10, "6bb481ca3b1eab843b795a7865": 10, "46d538d7b4c72d25": 10, "73313": 10, "49558b": 10, "e0f13a5fb0bf2942ed16171844": 10, "71a432e3e3dc55f6": 10, "37079": 10, "ccb293": 10, "c3b2fdba80f16f781e4b313af3": 10, "066e3916590edf38": 10, "67805": 10, "a571b6": 10, "4bebe5f61e84d502f5b5dc7d22": 10, "9dfb32069b2b5a98": 10, "310303": 10, "1e4f5a": 10, "b8cabf53ae39a4ad18144af26c": 10, "cb767fbdd718da89": 10, "72378": 10, "e136c9": 10, "e40956dda5ecc0a1774e39377b": 10, "090d9cbd5e60032a": 10, "33951": 10, "1ef245": 10, "3d13f40c0966940439adcce4c1": 10, "4702a924e4b6d38b": 10, "76999": 10, "9981a4": 10, "53746b998038e994a5e378f9a2": 10, "522b7a9e354de2b3": 10, "339339": 10, "8caa5a": 10, "76a2080bc0917db26b7313e29a": 10, "4b1b0bf55f344258": 10, "74708": 10, "81def3": 10, "4c0a04dc669b04416f18e781d6": 10, "8eb55fb2b618933a": 10, "33661": 10, "afc3c6": 10, "print_infer": [10, 39], "b5edc4d40493df2028d186d4073d5487": 10, "a61af3b9ad70b956": 10, "4430749": 10, "983e136f80e1c070dca3ad854f37cf97": 10, "f2dd4e899d52531d": 10, "4181392": 10, "dada8a5830272b5d255fda801568fc5": 10, "cda7127619be5c33": 10, "4275757": 10, "6ad054709f76095c86fba6dcd9254ca0": 10, "9d7f199a445003aa": 10, "4215571": 10, "overal": 10, "latenc": [10, 26, 31, 33, 34, 37, 39], "4275867": 10, "median": [10, 39], "4245664": 10, "90": [10, 32, 34, 39], "4384251": 10, "95": [10, 32, 34, 39], "4407500": 10, "97": [10, 32, 34, 39, 41], "4416800": 10, "4426099": 10, "4430284": 10, "export_chrome_trac": 10, "filenam": [10, 35, 43], "write": [10, 33, 35, 37, 39, 40], "furiosaruntimeerror": 10, "nativeexcept": 10, "room": 10, "upcom": 10, "restructur": 10, "furiosaruntimewarn": 10, "dedic": 10, "log": [10, 24, 28, 30, 34, 36, 38, 43], "furiosa_log_level": 10, "decreas": 10, "code": [10, 29, 30, 37, 38, 39, 40, 43], "major": [10, 26, 30, 37, 38, 43], "incompatibilit": 10, "behavior": 10, "expens": 10, "generate_compiler_log_path": 10, "current_npu_devic": 10, "is_compile_log_en": 10, "log_dir": 10, "furiosa_log_dir": 10, "store": [10, 30], "profiler_output": 10, "furiosa_profiler_output_path": [10, 39], "nux_profiler_path": 10, "being": [10, 24, 32, 33, 37, 43], "incompatiblemodel": 10, "compilationfail": 10, "internalerror": 10, "unsupportedtensortyp": 10, "unsupporteddatatyp": 10, "incompatibleapiclienterror": 10, "invalidyamlexcept": 10, "apiclientinitfail": 10, "noapikeyexcept": 10, "invalidsessionopt": 10, "sessiontermin": 10, "devicebusi": 10, "invalidinput": 10, "tensornamenotfound": 10, "unsupportedfeatur": 10, "invalidcompilerconfig": 10, "sessionclos": 10, "mostli": 10, "typeerror": 10, "reexport": 10, "elig": 10, "match": [10, 32, 40], "rand": [10, 31, 39], "random": [10, 28, 30, 34, 39], "meant": 10, "quick": [10, 38], "test": [10, 31, 34], "qualiti": [10, 29], "correct": 10, "correctli": 10, "cli": [11, 12, 23, 30, 31, 32, 35], "grpc": [11, 12, 23, 28, 37, 40, 43], "servic": [11, 12, 23, 24, 28, 31, 34, 37, 38], "rest": [11, 12, 23, 28, 37, 40, 43], "app": [11, 12, 20, 23, 31, 34], "endpoint": [11, 12, 23], "handler": [11, 23], "predict": [11, 23, 29, 31, 37], "model_repositori": [11, 23], "namespac": [11, 23, 38], "loader": [11, 23], "modelnotfound": 11, "modelservererror": 11, "model_repository_pb2": [12, 14], "model_repository_pb2_grpc": [12, 14], "predict_pb2": [12, 14], "predict_pb2_grpc": [12, 14], "health": [20, 23, 43], "processor": [20, 23], "imagenet": [20, 23, 29, 31], "welcom": 23, "common": [23, 34, 35, 41], "packag": [23, 29, 30, 31, 32, 33, 34, 35, 37, 38], "subpackag": 23, "modul": [23, 40], "nativ": [23, 24, 34, 37], "variant": 23, "legaci": 23, "devic": [23, 28, 31, 32, 34, 36, 37, 43], "specif": [23, 25, 31, 32, 38, 39, 40, 41, 43], "metadata": [23, 34, 37, 38, 43], "runner": [23, 35, 39], "queue": [23, 28], "profil": [23, 24, 26, 34], "diagnost": 23, "compil": [23, 24, 25, 26, 31, 40, 43], "const": 23, "env": [23, 39], "session": [23, 30, 31, 35, 37], "optim": [23, 26, 28, 30, 31, 32, 34, 37, 39, 40, 41], "calibr": [23, 30, 34, 41], "editor": 23, "server": [23, 25, 29, 30, 31, 32, 33, 34, 38], "registri": [23, 28], "serv": [23, 30, 32, 35, 37, 40], "telemetri": 23, "encount": [24, 32, 40], "unresolv": 24, "issu": [24, 28, 34, 36, 39, 40], "custom": [24, 25, 28, 34, 43], "center": [24, 25, 34, 36], "reproduc": 24, "screenshot": 24, "By": [24, 28, 34, 35, 36, 38], "when": [24, 27, 28, 30, 31, 32, 33, 34, 35, 37, 38, 39, 40, 43], "happen": 24, "furiosa": [24, 25, 27, 30, 33, 37, 38, 39, 40, 41, 43, 44], "dump": [24, 28, 34], "home": [24, 25, 28, 30, 35], "20211121223028": [24, 28, 30], "l5w4g6": [24, 28, 30], "rev": [24, 28, 34, 43], "407c0c51f": [24, 28], "modifi": [24, 30, 38], "2021": [24, 28, 34], "11": [24, 28, 30, 32, 34, 43], "18": [24, 28], "22": [24, 28, 36], "34": [24, 28, 34], "22t06": [24, 28], "30": [24, 28, 35], "392114z": 24, "npu0pe0": [24, 28, 31, 34, 38, 43], "397757z": 24, "nuxinn": [24, 43], "peid": [24, 43], "dfg": [24, 34, 35], "423026z": 24, "receiv": [24, 30, 41, 43], "423371z": [24, 28], "unsupport": [24, 28], "dimparam": [24, 28], "sep": [24, 28], "42": [24, 28], "gcc": [24, 28, 33], "libnux": [24, 28, 29, 30, 31, 32, 33, 36], "problem": [24, 28, 34, 39], "atlassian": [24, 28], "net": [24, 28], "servicedesk": [24, 28], "portal": [24, 28], "shown": [24, 28, 29, 30, 31, 34, 35, 38, 39, 40, 41], "instruct": [24, 28, 29, 30, 31, 32, 33, 34, 37, 41], "necessari": [24, 34, 35, 36, 40], "__full_version__": 24, "lib64": 24, "explain": [25, 33, 34, 36, 37, 38, 40], "compon": [25, 36, 37, 38], "firmwar": [25, 29, 30, 31, 32, 33, 34, 40, 43], "command": [25, 30, 31, 32, 35, 36, 37, 38, 40, 41, 43], "line": [25, 30, 31, 32, 35, 37, 38, 39, 40, 41], "tool": [25, 26, 35, 37, 38, 39, 40, 41], "offer": 25, "user": [25, 26, 29, 30, 31, 34, 35, 37, 39], "who": [25, 36], "earli": 25, "access": [25, 31, 36, 37, 39], "program": [25, 31, 33, 34, 35, 36, 37, 40], "eap": 25, "agre": 25, "licenc": 25, "agreement": 25, "eula": 25, "contact": [25, 36], "learn": [25, 26, 43], "introduct": [25, 38], "hw": 25, "acceler": [25, 26, 28, 29, 31, 32, 35, 37, 40, 41], "sw": [25, 36], "stack": 25, "guid": [25, 37, 38], "zoo": [25, 42], "kubernet": [25, 30, 43], "advanc": [25, 43, 44], "compar": [25, 41, 44], "accuraci": [25, 26, 31, 32, 44], "imag": [25, 26, 29, 31, 32, 38, 39, 40, 44], "classif": [25, 26, 44], "ssd": [25, 31, 35, 37, 41, 43, 44], "detect": [25, 26, 31, 38, 44], "framework": [25, 35, 37, 40], "bug": [25, 28, 29, 31, 32, 34], "chip": 26, "deep": 26, "demonstr": [26, 37], "maintain": [26, 36], "cost": [26, 35], "effici": [26, 35, 37], "low": [26, 37, 39], "request": [26, 31, 36, 38, 43], "maxim": [26, 35], "achiev": 26, "abl": [26, 36, 39, 43], "cnn": 26, "therebi": [26, 29, 35, 36, 37, 39], "bottleneck": [26, 31, 39], "energi": 26, "kei": [26, 28, 36, 37], "vision": [26, 28, 31, 37], "ocr": 26, "super": 26, "resolut": 26, "particular": 26, "superior": 26, "depthwis": 26, "group": [26, 27, 29, 30], "drive": 26, "art": 26, "deliv": 26, "32mb": 26, "sram": 26, "consist": [26, 30, 40], "deploi": [26, 28, 41], "respons": [26, 29, 37, 43], "speed": 26, "undergo": [26, 37], "fusion": [26, 28, 38], "aggreg": 26, "throughput": [26, 31, 34, 37, 39], "softwar": [26, 34, 40], "tensorflow": [26, 27, 41], "post": [26, 29, 30, 41, 43], "train": [26, 31, 32, 40, 41], "commonli": [26, 37, 39], "tensorflowlit": 26, "billion": 26, "transistor": 26, "180mm": 26, "clock": 26, "2ghz": 26, "peak": 26, "maximum": 26, "4266": 26, "lpddr4x": 26, "dram": [26, 35], "bandwidth": 26, "66gb": 26, "pcie": 26, "gen4": 26, "8x": 26, "mb": 26, "host": [26, 35, 43], "lane": 26, "form": [26, 40], "factor": [26, 39], "fhhl": 26, "hhhl": 26, "thermal": 26, "solut": 26, "passiv": 26, "fan": 26, "tdp": 26, "60w": 26, "temperatur": [26, 34, 38], "50": 26, "ghz": 26, "ddr": 26, "mbp": 26, "gb": 26, "66": 26, "submit": 26, "mlcommon": 26, "mlperf": [26, 35], "edg": [26, 35], "v2": [26, 34, 35, 43], "v1": [26, 31, 35, 38, 41], "lite": [27, 41], "certain": [27, 30, 37, 39], "condit": [27, 30, 37], "met": [27, 34], "split": [27, 34, 37], "sever": [27, 31, 35, 38, 43], "suffici": 27, "averagepool": 27, "clip": 27, "concat": [27, 29, 30], "dilat": [27, 30], "depthtospac": [27, 30], "exp": [27, 30], "expand": [27, 31], "flatten": [27, 43], "gemm": [27, 31], "leakyrelu": [27, 28], "lpnormal": 27, "p": [27, 31], "maxpool": [27, 31], "reducel2": 27, "reducesum": 27, "reshap": [27, 43], "pow": [27, 28, 30], "spacetodepth": [27, 30], "crd": [27, 29], "higher": [27, 29, 33, 35, 36, 38, 40, 43], "sigmoid": 27, "softplu": 27, "sub": [27, 28, 30, 31, 34], "sqrt": [27, 28], "transpos": [27, 29], "unsqueez": 27, "approxim": [28, 29, 30], "87": 28, "ad": [28, 29, 30, 32, 34, 41], "addition": [28, 37, 43], "b1d2b74": 28, "wherea": 28, "explicitli": [28, 35], "done": [28, 31, 34, 36], "sess1": 28, "model1": 28, "sess2": 28, "model2": 28, "npu0pe1": [28, 31, 43], "async_sess": 28, "npu1pe2": 28, "4f1f114": 28, "limit": [28, 37, 38], "pass": [28, 30, 34, 35], "np1": 28, "randint": 28, "255": [28, 30], "session_input": 28, "np2": 28, "output1": 28, "input2": 28, "input1": 28, "debug": [28, 43], "easier": 28, "mnist": [28, 31, 34, 43], "duplic": 28, "01aaa40": 28, "21cba85": 28, "hang": 28, "interrupt": 28, "a0f4bd7": 28, "easili": [28, 29, 37, 38, 40], "pip": [28, 29, 30, 31, 32, 34, 36, 40, 43], "mnistnet_uint8_quant_without_softmax": [28, 31, 43], "tflite": [28, 31, 34, 35, 37, 39, 43], "mlcommonsresnet50": [28, 31], "resnet50": [28, 31, 35, 37, 41], "sess": [28, 30, 31], "apt": [28, 29, 30, 31, 32, 33, 34, 35, 38, 40], "toolkit": [28, 38], "statu": [28, 38], "idl": [28, 34], "temp": [28, 31, 32, 34, 38], "power": [28, 31, 32, 34, 38], "pci": [28, 31, 32, 34, 38], "bdf": [28, 31, 32, 34, 38], "npu0": [28, 31, 38], "92": 28, "0000": [28, 31, 32, 34, 38], "01": [28, 38], "00": [28, 31, 32, 34, 38], "510": 28, "devnam": [28, 38], "readi": [28, 38, 43], "plugin": [28, 31, 32, 37], "label": [28, 37, 39], "schedul": [28, 32, 37, 38], "togeth": [28, 34, 37], "pod": [28, 37], "kubectl": [28, 38], "githubusercont": [28, 38], "deploy": [28, 38], "yaml": [28, 34, 38, 43], "234": 29, "pr": 29, "improv": [29, 32], "900": 29, "updat": [29, 30, 31, 32, 33, 38, 40], "pdma": [29, 30, 31, 32], "libnpu": [29, 34], "uninstal": 29, "space": [29, 39], "significantli": [29, 31], "reduc": [29, 31, 39], "frequenc": 29, "idempot": 29, "relianc": 29, "pylint": 29, "21": 29, "pyyaml": 29, "project": [29, 31], "structur": [29, 31, 39, 41], "litmu": 29, "accordingli": 29, "checker": 29, "busi": 29, "pre": [29, 31, 32, 40], "postprocess": [29, 31], "uploadfil": 29, "serveapi": 29, "servemodel": [29, 31], "asset": [29, 31, 39, 43], "image_classif": [29, 31], "def": [29, 31], "your": [29, 30, 35, 38, 39, 40, 43], "preprocess": [29, 31], "classifi": 29, "400": [30, 36], "toward": 30, "enhanc": [30, 31, 32], "hal": [30, 31, 32], "hardwar": [30, 31, 32, 41], "layer": [30, 31, 32, 37], "featur": [30, 31, 32, 33, 37, 43], "discoveri": [30, 31, 32], "furiosactl": [30, 31, 32, 38], "adopt": 30, "linear": 30, "nearest": 30, "resiz": 30, "dcr": 30, "chw": 30, "tanh": 30, "increas": [30, 32, 35, 41], "x12": 30, "gelu": 30, "erf": 30, "elu": 30, "binari": [30, 32, 35, 37], "reus": [30, 35], "redi": [30, 35], "storag": [30, 31, 35], "help": [30, 34, 35, 37, 43], "understand": [30, 39], "give": 30, "opportun": 30, "grep": [30, 38], "why": 30, "2022": 30, "05": [30, 32, 34, 43], "24t02": 30, "44": [30, 32, 34], "399402z": 30, "19": [30, 32, 34, 43], "logsoftmax": 30, "399407z": 30, "bigger": 30, "399408z": 30, "17": [30, 39], "36": 30, "had": [30, 32], "beta": [30, 38], "taken": 30, "step": [30, 34, 38, 39, 41], "shell": [30, 35, 39, 43], "wasn": 30, "effect": [30, 32, 35, 36], "without_quant": [30, 31, 32], "input_min": 30, "input_max": 30, "permut": 30, "compile_config": 30, "publish": 30, "nxcxhxw": 30, "nxcxd": 30, "subgraph": 30, "bia": 30, "qdq": 30, "operand": 30, "prevent": [30, 40], "relat": [30, 32], "reinforc": 30, "inspect": 30, "miss": 30, "decim": 30, "adjust": 30, "scale": [30, 37], "small": [30, 31, 39], "becom": 30, "latest": [30, 37, 38, 40], "select": [30, 36, 37, 38, 39, 40], "core": [31, 34, 38], "develop": [31, 32, 34, 35, 36, 39, 40], "upgrad": [31, 32, 40], "simpler": [31, 32], "wish": [31, 32, 36, 40], "setup": [31, 32, 34, 38, 43], "libhal": [31, 32, 36], "fastapi": 31, "web": [31, 39], "npuservemodel": 31, "npu_devic": [31, 43], "npu1pe0": [31, 32, 34], "shift": 31, "queri": [31, 34, 39], "frequent": [31, 35], "better": [31, 32], "self": 31, "complex": 31, "scenario": 31, "openvino": 31, "cloud": 31, "auth": [31, 36], "aioboto": 31, "densenet": 31, "93d63f654f0f192cc4ff5691be60fb9379e9d7fd": 31, "opentelemetri": 31, "collector": 31, "track": 31, "To": [31, 32, 33, 34, 36, 37, 38, 39, 40, 41, 43], "get_trac": 31, "reset": [31, 35, 38], "tracer": 31, "start_as_current_span": 31, "__name__": 31, "input_tensor": 31, "output_tensor": 31, "furiosa_serving_otlp_endpoint": 31, "diagram": [31, 37, 41], "visual": [31, 38, 39], "grafana": [31, 38], "share": [31, 35, 39], "analyz": [31, 35, 37, 39], "analysi": [31, 34, 41], "df": [31, 39], "silu": 31, "usabl": 31, "div": 31, "auto_pad": 31, "newli": [31, 32, 40], "o": [31, 32, 34, 35, 38], "pid": [31, 32, 34], "cmd": [31, 34], "132529": [31, 34], "bin": [31, 34, 38, 39], "python3": [31, 34, 40], "uvicorn": [31, 34, 43], "image_classifi": [31, 34, 39], "uniqu": 31, "72212674": 31, "61be": 31, "4fca": 31, "a2c9": 31, "555e4ee67ab5": 31, "12180b0": 31, "49": [31, 32, 34, 43], "24": 31, "235": 31, "npu1": [31, 32, 34, 38], "df80fb54": 31, "8190": 31, "44bc": 31, "b9fb": 31, "664fa36c754a": 31, "54": [31, 32, 34], "53": 31, "6d": 31, "511": [31, 32, 34], "furioa": 31, "public": [31, 36], "yolov5": [31, 41], "medium": 31, "yolov5l": 31, "yolov5m": 31, "sota": 31, "explan": [31, 34, 36, 38], "nonblock": 31, "load_async": 31, "ouput": 31, "mobilenet": [31, 35, 37, 41], "resnet34": [31, 35, 41], "benchmark": [31, 35], "70": 31, "nativepostprocessor": 31, "postprocessor": 31, "jpg": [31, 39], "eval": 31, "changelog": 31, "partcular": 32, "signific": [32, 35], "setuptool": [32, 40], "wheel": [32, 40], "without": [32, 34, 35, 39, 40], "satisfi": [32, 37, 40], "impl": [32, 40], "No": [32, 40], "distribut": [32, 35, 36, 37, 38, 40], "flexibl": 32, "solid": 32, "optimized_onnx_model": 32, "source_onnx_model": 32, "calibration_data": 32, "tqdm": 32, "calibration_dataload": 32, "unit": [32, 34], "mininterv": 32, "quantizated_graph": 32, "begin": [32, 38], "with_quant": 32, "normalized_pixel_output": 32, "fp32": [32, 41], "pixel": 32, "quasisymmetr": 32, "popular": [32, 37], "among": [32, 40], "efficientnet": [32, 37, 41], "b0": [32, 41], "57": [32, 34], "452": 32, "104": 32, "contrast": 32, "73": [32, 41], "556": [32, 41], "experi": 32, "tutori": [32, 37, 40], "unnecessari": 32, "200": [32, 34, 43], "under": [32, 34, 38], "ctrl": [32, 34, 43], "datetim": [32, 34], "comp": [32, 34], "2023": [32, 34, 35, 43], "03": [32, 34], "21t09": [32, 34], "45": [32, 34], "699483936z": [32, 34], "152616": [32, 34], "06": [32, 34], "100": [32, 34, 41], "npu_runtime_test": [32, 34], "10000": [32, 34], "resnet": [32, 34], "ctc_kor1_200_nightly3_128dpes_8batch": [32, 34], "enf": [32, 34], "906443888z": [32, 34], "51": [32, 34], "09": [32, 34], "93": [32, 34, 41], "110489333z": [32, 34], "46": [32, 34], "98": [32, 34], "02": [32, 34], "316060982z": [32, 34], "43": [32, 34], "521140588z": [32, 34], "94": [32, 34, 41], "725910558z": [32, 34], "48": [32, 34], "07": [32, 34, 35], "935041998z": [32, 34], "47": [32, 34], "91": [32, 34], "58": [32, 34], "13929122z": [32, 34], "displai": 32, "concis": 32, "want": [32, 35, 36, 38, 39, 40, 43], "3c10fd3": [32, 34], "00000000": [32, 34], "000000000000": [32, 34], "wbyb0000000000000": [32, 34], "languag": [33, 37, 42], "abi": 33, "substitut": 33, "minimum": [33, 34], "ubuntu": [33, 36, 38, 40, 43], "20": [33, 34, 36, 38, 40, 41, 43], "04": [33, 34, 36, 38, 40, 43], "lt": [33, 36, 40, 43], "debian": [33, 36, 40, 43], "bullsey": [33, 36, 40, 43], "system": [33, 35, 36, 37, 38, 40], "administr": [33, 36], "privileg": [33, 36], "root": [33, 36, 38, 39, 43], "authent": 33, "x86_64": [33, 40], "linux": [33, 36, 37, 38], "gnu": 33, "simpli": [33, 43], "lnux": 33, "monitor": 34, "sudo": [34, 36, 40], "varieti": [34, 41], "subcommand": 34, "abil": 34, "obtain": [34, 41], "control": [34, 35, 37, 38], "recogn": [34, 37, 38], "consumpt": 34, "visibl": 34, "mount": [34, 37], "machin": [34, 35, 36, 38], "devfil": 34, "npu1pe1": 34, "calcul": 34, "m": [34, 41], "observ": 34, "carri": 34, "workload": [34, 37, 38], "tail": 34, "qp": 34, "expon": 34, "io": [34, 38], "durat": [34, 39], "min_query_count": 34, "min_dur": 34, "min_duration_m": 34, "orient": 34, "l": [34, 39, 41], "model_path": [34, 39], "produc": [34, 39], "1000": 34, "priorit": 34, "individu": 34, "stat": 34, "u": 34, "8399": 34, "307568": 34, "29040": 34, "50th": 34, "19329": 34, "95th": 34, "62797": 34, "99th": 34, "79874": 34, "model_data": 34, "md5": 34, "d7cd24a0a76cd492f31065301d468c3d": 34, "compiler_vers": 34, "2d862de8a": 34, "built_at": 34, "13t20": 34, "04z": 34, "hal_vers": 34, "nightli": 34, "230716": 34, "git_revis": 34, "fe6f77a": 34, "30025": 34, "num": 34, "33": 34, "31": 34, "8840": 34, "113254": 34, "29989": 34, "18861": 34, "64927": 34, "87052": 34, "9th": 34, "meta": 34, "pythonsdk": [34, 35], "extens": [34, 40], "prepar": 34, "verifi": 34, "fe1fca3": 34, "49b97492a": 34, "08": 34, "page": [34, 37], "normal": [34, 38], "goe": 34, "archiv": [34, 36], "step1": 34, "step2": 34, "step3": 34, "step4": 34, "skip": [34, 36, 40], "output_prefix": 34, "target_npu": [34, 35], "libfuriosa_h": [34, 43], "v0": [34, 35, 38, 43], "43c901f": [34, 43], "libfuriosa_compil": 34, "d7548b7f6": 34, "9ecebb6": 34, "famili": [34, 35, 38], "2pe": [34, 35], "09272794": 34, "ldfg": 34, "la": 34, "034934": 34, "140083": 34, "019548794": 34, "29": 34, "196825": 34, "cdfg": [34, 35], "001701888": 34, "gir": [34, 35], "015205072": 34, "lir": [34, 35], "0038304": 34, "020943863": 34, "331545": 34, "000001198": 34, "125": 34, "7448": 34, "unix_epoch": 34, "zip": 34, "zipinfo": 34, "1690438803": 34, "16904388032l4hoi3h": 34, "dot": [34, 35], "etc": [35, 36, 38], "analys": 35, "automat": [35, 37, 38], "But": 35, "f8f05c8ea": 35, "31t19": 35, "30z": 35, "ir": 35, "target_ir": 35, "dot_graph": 35, "analyze_memori": 35, "accler": 35, "choos": 35, "stand": 35, "foo": 35, "let": 35, "npu\ub294": 35, "sampl": [35, 43], "across": 35, "exceed": 35, "degrad": 35, "usual": 35, "trial": 35, "final": 35, "minut": 35, "Then": 35, "instantli": 35, "veri": 35, "coupl": 35, "remot": [35, 37], "fc_cache_en": 35, "fc_cache_store_url": 35, "rediss": 35, "ssl": 35, "tmp": 35, "cluster": [35, 37, 38], "password": [35, 36], "127": 35, "6379": 35, "25945": 35, "dai": 35, "hour": 35, "7200": 35, "sec": 35, "aliv": 35, "forev": 35, "expir": 35, "site": 36, "registr": 36, "evalu": 36, "focal": [36, 38], "fossa": 36, "internet": 36, "delin": 36, "ca": 36, "certif": 36, "gnupg": 36, "adv": 36, "keyserv": 36, "5f03afa423a751913f249259814f888b20b09a7": 36, "tee": 36, "conf": [36, 38], "null": 36, "eot": 36, "login": 36, "secret": 36, "chmod": 36, "tab": 36, "bookworm": 36, "deb": 36, "amd64": [36, 38], "jammi": 36, "multi": [36, 37], "owner": 36, "exclus": 36, "member": 36, "usermod": 36, "ag": [36, 38], "usernam": 36, "back": 36, "membership": 36, "libonnxruntim": 36, "held": 36, "showhold": 36, "outlin": 37, "role": 37, "guidelin": 37, "lowest": 37, "acknowledg": 37, "reinstal": [37, 40], "There": 37, "plai": 37, "dnn": [37, 39, 40, 43], "research": 37, "area": 37, "smaller": 37, "balanc": 37, "facilit": 37, "expos": 37, "protocol": 37, "horizont": 37, "platform": [37, 38, 43], "container": [37, 38], "enterpris": 37, "tenant": 37, "physic": 37, "particip": 37, "spec": [37, 38], "nodeselector": [37, 38], "nodeaffin": 37, "kuberent": 38, "awar": [38, 39], "simultan": 38, "equip": 38, "nfd": 38, "intel": 38, "recognit": 38, "again": [38, 40], "reboot": 38, "37": 38, "509": 38, "daemonset": 38, "jq": 38, "cpuid": 38, "adx": 38, "aesni": 38, "master": 38, "vendor": 38, "devicelabelfield": 38, "deviceclasswhitelist": 38, "mandatori": 38, "kube": 38, "alpha": 38, "1ed2": 38, "attach": 38, "TO": 38, "date": 38, "selector": 38, "128m": 38, "162m": 38, "tabl": [38, 41, 43], "product": 38, "warboyb0": 38, "renegad": 38, "manufactur": 38, "nmae": 38, "minor": 38, "patch": 38, "57ac7b0": 38, "build": 38, "node01": 38, "65d": 38, "node02": 38, "12d": 38, "apivers": 38, "kind": 38, "ghcr": 38, "search": 38, "comma": 38, "dir": 38, "kubelet": 38, "var": 38, "socket": 38, "permit": 38, "defaultp": 38, "disableddevic": 38, "nodenam": 38, "plugindir": 38, "socketnam": 38, "resourcenam": 38, "text": [38, 43], "configmap": 38, "reflect": 38, "edit": 38, "15": 38, "npu2": 38, "001": 38, "creation": 38, "eol": 38, "8gi": 38, "exec": 38, "bash": [38, 43], "echo": 38, "daemon": 38, "express": [38, 39], "prometheu": 38, "review": 38, "furiosa_npu_al": 38, "furiosa_npu_uptim": 38, "furiosa_npu_error": 38, "furiosa_npu_hw_temperatur": 38, "mc": 38, "furiosa_npu_hw_pow": 38, "instantan": 38, "\u00b5w": 38, "furiosa_npu_hw_voltag": 38, "instantaen": 38, "voltag": 38, "mv": 38, "furiosa_npu_hw_curr": 38, "ma": 38, "critic": 39, "ml": [39, 40], "engin": 39, "assist": 39, "browser": 39, "tempor": 39, "advantag": 39, "unchang": 39, "downsid": 39, "clone": [39, 40, 43], "cd": [39, 40, 43], "pwd": 39, "car": 39, "rw": 39, "r": 39, "456493": 39, "jul": 39, "27": 39, "address": [39, 43], "viewer": 39, "click": 39, "button": 39, "upper": 39, "left": 39, "corner": 39, "comparison": 39, "interact": 39, "interpret": 39, "jupyt": 39, "notebook": 39, "tree": 39, "quantized_model": [39, 43], "imagenet_224x224_mobilenet_v1_uint8_quant": 39, "trained_dm_1": 39, "0_without_softmax": 39, "mobilenet_v1_trac": 39, "warm": 39, "mnist_trac": 39, "job": 39, "huge": 39, "disk": 39, "difficult": 39, "hard": 39, "interest": 39, "avoid": 39, "exclud": 39, "phase": 39, "warmup": 39, "assert": 39, "1584494": 39, "3027309": 39, "2136984": 39, "1968066": 39, "2752525": 39, "2889917": 39, "2944874": 39, "2999831": 39, "3024561": 39, "7cf3d3b7439cf4c3fac1a47998783102": 39, "403ada67f1d8220": 39, "16d65f6f8f1db256d0f39953855dea72": 39, "78b065c19c3675ef": 39, "2111363": 39, "d0534e3a9f19edadab81954ad28ab44f": 39, "9a7addaf0f28c9f": 39, "1824769": 39, "70512188522f45b87cfe4f545de3cf2c": 39, "c75f697f8e72d333": 39, "elaps": 39, "8f6fce6c0e52b4735cae3379732a0943": 39, "3e1e4a76523cbf89": 39, "119145": 39, "108134": 39, "18446744073709540605": 39, "195366613b1da9b0350c0a3c2a608f42": 39, "07dff2e92172fabd": 39, "119363": 39, "18446744073709540387": 39, "3b65b8fa3eabfaf8f815ec9f41fcc7d9": 39, "639a366a7f932a23": 39, "119157": 39, "18446744073709540593": 39, "e48825df32a07e5559f7f50048c08e1f": 39, "ecaab4915bfda725": 39, "119219": 39, "18446744073709540531": 39, "5327": 39, "60": 39, "1412": 39, "285714": 39, "575": 39, "785714": 39, "lowleveltranspos": 39, "250": 39, "240": 39, "e7ab6656cc090a8d05992a9e4683b8b7": 39, "206a1d6f351ca4b1": 39, "136285": 39, "03636fd6c7dbc42f0a9dd29a7283d3fc": 39, "f636740983e095a6": 39, "133350": 39, "c9a0858f7e0885a976f51c6cb57d3e0f": 39, "bb6c84f88e453055": 39, "44775": 39, "8777c67ad9fe597139bbd6970362c2fc": 39, "63bac982c7b98aba": 39, "14682": 39, "98aeba2a25b0525166b6a4065ab01774": 39, "34ccd560571d733f": 39, "45465": 39, "420525dc13ba9624083e0a276f7ee718": 39, "9f6d342da5eb86bc": 39, "152748": 39, "cb67393f6949bbbb396053c1e00931ff": 39, "2d724fa6ab8ca024": 39, "67140": 39, "00424b4f02039ae0ca98388a964062b0": 39, "a5fb9fbd5bffe6a6": 39, "32388": 39, "d7412c59d360067e8b7a2508a30d1079": 39, "8e426d778fa95722": 39, "71736": 39, "6820acf9345c5b373c512f6cd5edcbc7": 39, "2d787c2df381f010": 39, "311310": 39, "84d24b02a95c63c3e40f7682384749e4": 39, "1236a974a619ff1a": 39, "51930": 39, "8d25dff1cfd6624509cbf95503e93382": 39, "673efb3bfb8deac6": 39, "12362": 39, "4cc60ec1eee7d9f3cdd290d07b303a18": 39, "e7903b0a584d6388": 39, "56736": 39, "c5f04d9fea26e5b52c6ec5e5406775fc": 39, "701118dabd065e6f": 39, "265447": 39, "c5fdfb9cf454da130148e8e364eeee93": 39, "5cf3750def19c6e8": 39, "35869": 39, "e1e650d23061140404915f1df36daf9c": 39, "ddd76ff19b5cd713": 39, "14688": 39, "direct": 39, "487": 39, "f3b158734e3684f2e043ed41309c4c2d": 39, "11204385": 39, "kit": 40, "ecosystem": 40, "wide": 40, "familiar": 40, "therefor": 40, "often": 40, "concern": 40, "conflict": 40, "easi": 40, "ye": 40, "question": 40, "sh": 40, "miniconda3": 40, "wget": 40, "repo": 40, "anaconda": 40, "miniconda": 40, "bashrc": 40, "deactiv": 40, "proper": 40, "upload": 40, "pypi": 40, "subdirectori": 40, "rather": 40, "adot": 40, "simul": 40, "fp16": 41, "techniqu": 41, "provi": 41, "greater": 41, "topolog": 41, "drop": 41, "fp": 41, "convnext": 41, "85": 41, "80": 41, "376": 41, "678": 41, "77": 41, "698": 41, "669": 41, "efficientnetv2": 41, "84": 41, "228": 41, "83": 41, "566": 41, "214": 41, "76": 41, "456": 41, "702": 41, "retinanet": 41, "3757": 41, "37373": 41, "476": 41, "23": 41, "23215": 41, "21626": 41, "108": 41, "yolox": 41, "497": 41, "48524": 41, "634": 41, "490": 41, "47443": 41, "96": 41, "822": 41, "454": 41, "43963": 41, "835": 41, "apu": 41, "8bit": 41, "link": 41, "bind": 43, "port": 43, "ip": 43, "listen": 43, "8080": 43, "zsh": 43, "fish": 43, "powershel": 43, "pwsh": 43, "model_config_list": 43, "mnistnet_uint8_qu": 43, "compiler_config": 43, "keep_unsigned": 43, "split_unit": 43, "ssd512_mobilenet_v2_bdd_int_without_reshap": 43, "model_config_exampl": 43, "20230509151914": 43, "axpfej": 43, "e626c458c": 43, "19t13": 43, "26z": 43, "09t06": 43, "560585z": 43, "565216z": 43, "d063sw": 43, "591795z": 43, "595298z": 43, "1184080": 43, "startup": 43, "press": 43, "quit": 43, "curl": 43, "mnist_imag": 43, "train_imag": 43, "60000": 43, "astyp": 43, "localhost": 43, "tolist": 43, "live": 43, "ok": 43, "respond": 43, "livenessprob": 43, "inferenc": 43, "readinessprob": 43, "model_nam": 43, "model_vers": 43}, "objects": {"furiosa": [[0, 0, 0, "-", "common"], [2, 0, 0, "-", "optimizer"], [9, 0, 0, "-", "quantizer"], [10, 0, 0, "-", "runtime"]], "furiosa.common": [[0, 0, 0, "-", "error"], [0, 2, 1, "", "get_sdk_version"], [0, 0, 0, "-", "native"], [0, 0, 0, "-", "thread"], [1, 0, 0, "-", "transport"], [0, 0, 0, "-", "utils"]], "furiosa.common.error": [[0, 1, 1, "", "FuriosaError"], [0, 2, 1, "", "is_err"], [0, 2, 1, "", "is_ok"]], "furiosa.common.native": [[0, 3, 1, "", "LogLevel"], [0, 2, 1, "", "find_global_lib_path"], [0, 2, 1, "", "find_native_lib_path"], [0, 2, 1, "", "find_native_libs"], [0, 2, 1, "", "find_user_lib_path"]], "furiosa.common.native.LogLevel": [[0, 4, 1, "", "ERROR"], [0, 4, 1, "", "INFO"], [0, 4, 1, "", "OFF"], [0, 4, 1, "", "WARN"]], "furiosa.common.thread": [[0, 2, 1, "", "asynchronous"], [0, 2, 1, "", "synchronous"]], "furiosa.common.transport": [[1, 3, 1, "", "FileTransport"], [1, 3, 1, "", "GithubTransport"], [1, 3, 1, "", "HTTPTransport"], [1, 3, 1, "", "S3Transport"], [1, 3, 1, "", "Transport"], [1, 0, 0, "-", "base"], [1, 2, 1, "", "download"], [1, 0, 0, "-", "error"], [1, 0, 0, "-", "file"], [1, 0, 0, "-", "github"], [1, 0, 0, "-", "http"], [1, 2, 1, "", "is_relative"], [1, 0, 0, "-", "s3"], [1, 2, 1, "", "supported"]], "furiosa.common.transport.FileTransport": [[1, 5, 1, "", "download"], [1, 5, 1, "", "is_supported"], [1, 4, 1, "", "read"], [1, 4, 1, "", "scheme"]], "furiosa.common.transport.GithubTransport": [[1, 5, 1, "", "download"], [1, 5, 1, "", "is_supported"], [1, 5, 1, "", "parse"], [1, 4, 1, "", "read"], [1, 4, 1, "", "schemes"]], "furiosa.common.transport.HTTPTransport": [[1, 5, 1, "", "download"], [1, 5, 1, "", "is_supported"], [1, 4, 1, "", "read"], [1, 4, 1, "", "schemes"]], "furiosa.common.transport.S3Transport": [[1, 5, 1, "", "download"], [1, 5, 1, "", "is_supported"], [1, 5, 1, "", "parse"], [1, 4, 1, "", "read"], [1, 4, 1, "", "scheme"]], "furiosa.common.transport.Transport": [[1, 6, 1, "", "cache_directory"], [1, 5, 1, "", "download"], [1, 5, 1, "", "is_supported"], [1, 4, 1, "", "read"]], "furiosa.common.transport.base": [[1, 3, 1, "", "Transport"]], "furiosa.common.transport.base.Transport": [[1, 6, 1, "", "cache_directory"], [1, 5, 1, "", "download"], [1, 5, 1, "", "is_supported"], [1, 4, 1, "", "read"]], "furiosa.common.transport.error": [[1, 1, 1, "", "TransportError"], [1, 1, 1, "", "TransportNotFound"]], "furiosa.common.transport.file": [[1, 3, 1, "", "FileTransport"]], "furiosa.common.transport.file.FileTransport": [[1, 5, 1, "", "download"], [1, 5, 1, "", "is_supported"], [1, 4, 1, "", "read"], [1, 4, 1, "", "scheme"]], "furiosa.common.transport.github": [[1, 3, 1, "", "GithubTransport"]], "furiosa.common.transport.github.GithubTransport": [[1, 5, 1, "", "download"], [1, 5, 1, "", "is_supported"], [1, 5, 1, "", "parse"], [1, 4, 1, "", "read"], [1, 4, 1, "", "schemes"]], "furiosa.common.transport.http": [[1, 3, 1, "", "HTTPTransport"]], "furiosa.common.transport.http.HTTPTransport": [[1, 5, 1, "", "download"], [1, 5, 1, "", "is_supported"], [1, 4, 1, "", "read"], [1, 4, 1, "", "schemes"]], "furiosa.common.transport.s3": [[1, 3, 1, "", "S3Transport"]], "furiosa.common.transport.s3.S3Transport": [[1, 5, 1, "", "download"], [1, 5, 1, "", "is_supported"], [1, 5, 1, "", "parse"], [1, 4, 1, "", "read"], [1, 4, 1, "", "scheme"]], "furiosa.common.utils": [[0, 3, 1, "", "FuriosaVersionInfo"], [0, 2, 1, "", "eprint"], [0, 2, 1, "", "get_sdk_version"], [0, 2, 1, "", "removeprefix"]], "furiosa.optimizer": [[3, 0, 0, "-", "frontend"], [8, 0, 0, "-", "interfaces"], [2, 2, 1, "", "optimize_model"]], "furiosa.optimizer.frontend": [[4, 0, 0, "-", "onnx"]], "furiosa.optimizer.frontend.onnx": [[4, 2, 1, "", "optimize_model"], [5, 0, 0, "-", "transformer"], [7, 0, 0, "-", "utils"]], "furiosa.optimizer.frontend.onnx.transformer": [[5, 3, 1, "", "ONNXTransformer"], [5, 0, 0, "-", "convert_negative_pads_to_slice"], [5, 0, 0, "-", "convert_prelu_to_relu"], [6, 0, 0, "-", "experimental"], [5, 0, 0, "-", "fuse_batchnorm"], [5, 0, 0, "-", "fuse_gather_matmul"], [5, 0, 0, "-", "infer_squeeze_axes"], [5, 0, 0, "-", "polish_model"], [5, 0, 0, "-", "utils"]], "furiosa.optimizer.frontend.onnx.transformer.ONNXTransformer": [[5, 5, 1, "", "bridge_disconnected_nodes"], [5, 5, 1, "", "build_optimized_model"], [5, 4, 1, "", "check_runnable"], [5, 5, 1, "", "copy_value_info"], [5, 5, 1, "", "find_next_node"], [5, 5, 1, "", "find_prev_node"], [5, 5, 1, "", "get_data_node_input"], [5, 5, 1, "", "get_init_node_input"], [5, 5, 1, "", "get_initializer_array"], [5, 5, 1, "", "get_map_values"], [5, 5, 1, "", "get_value_info_dtype"], [5, 5, 1, "", "get_value_info_shape"], [5, 5, 1, "", "is_same_shape"], [5, 5, 1, "", "pattern_matcher"], [5, 5, 1, "", "pattern_matching"], [5, 5, 1, "", "pop_multiple_optimizer_map"], [5, 5, 1, "", "pop_single_optimizer_map"], [5, 5, 1, "", "transform"], [5, 5, 1, "", "transform_to_eliminate"], [5, 5, 1, "", "transform_to_fuse"], [5, 5, 1, "", "traverse_prev_node"], [5, 5, 1, "", "update_graph_fields"], [5, 5, 1, "", "update_multiple_initializer_map"], [5, 5, 1, "", "update_multiple_optimizer_map"], [5, 5, 1, "", "update_multiple_value_info_map"], [5, 5, 1, "", "update_single_initializer_map"], [5, 5, 1, "", "update_single_optimizer_map"], [5, 5, 1, "", "update_single_value_info_map"]], "furiosa.optimizer.frontend.onnx.transformer.convert_negative_pads_to_slice": [[5, 3, 1, "", "ConvertNegativePadsToSlice"], [5, 3, 1, "", "Pattern_1"], [5, 3, 1, "", "Pattern_2"]], "furiosa.optimizer.frontend.onnx.transformer.convert_negative_pads_to_slice.ConvertNegativePadsToSlice": [[5, 5, 1, "", "transform"]], "furiosa.optimizer.frontend.onnx.transformer.convert_negative_pads_to_slice.Pattern_1": [[5, 5, 1, "", "make_new_init_and_vi"], [5, 5, 1, "", "make_new_node"], [5, 5, 1, "", "pattern_condition_checker"], [5, 5, 1, "", "pattern_matching"], [5, 4, 1, "", "pattern_to_match"]], "furiosa.optimizer.frontend.onnx.transformer.convert_negative_pads_to_slice.Pattern_2": [[5, 5, 1, "", "pattern_condition_checker"], [5, 5, 1, "", "pattern_matching"], [5, 4, 1, "", "pattern_to_match"]], "furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu": [[5, 3, 1, "", "ConvertPReluToRelu"], [5, 3, 1, "", "Pattern_1"], [5, 3, 1, "", "Pattern_2"]], "furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu.ConvertPReluToRelu": [[5, 5, 1, "", "transform"]], "furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu.Pattern_1": [[5, 5, 1, "", "make_new_init"], [5, 5, 1, "", "make_new_node"], [5, 5, 1, "", "make_new_vi"], [5, 5, 1, "", "pattern_condition_checker"], [5, 5, 1, "", "pattern_matching"], [5, 4, 1, "", "pattern_to_match"]], "furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu.Pattern_2": [[5, 5, 1, "", "make_new_init"], [5, 5, 1, "", "make_new_node"], [5, 5, 1, "", "make_new_vi"], [5, 5, 1, "", "pattern_condition_checker"], [5, 5, 1, "", "pattern_matching"], [5, 4, 1, "", "pattern_to_match"]], "furiosa.optimizer.frontend.onnx.transformer.experimental": [[6, 0, 0, "-", "eliminate_detection_postprocess"], [6, 0, 0, "-", "embedding_bag_porting"], [6, 0, 0, "-", "fuse_div_for_bert"], [6, 0, 0, "-", "reify_conv_for_bert"]], "furiosa.optimizer.frontend.onnx.transformer.experimental.eliminate_detection_postprocess": [[6, 3, 1, "", "EliminateSSDDetectionPostprocess"]], "furiosa.optimizer.frontend.onnx.transformer.experimental.eliminate_detection_postprocess.EliminateSSDDetectionPostprocess": [[6, 5, 1, "", "transform"]], "furiosa.optimizer.frontend.onnx.transformer.experimental.embedding_bag_porting": [[6, 3, 1, "", "EmbeddingBagPattern"], [6, 3, 1, "", "EmbeddingBagPorting"]], "furiosa.optimizer.frontend.onnx.transformer.experimental.embedding_bag_porting.EmbeddingBagPattern": [[6, 5, 1, "", "check_condition_3"], [6, 5, 1, "", "pattern_condition_checker"], [6, 5, 1, "", "pattern_matching"]], "furiosa.optimizer.frontend.onnx.transformer.experimental.embedding_bag_porting.EmbeddingBagPorting": [[6, 5, 1, "", "transform"]], "furiosa.optimizer.frontend.onnx.transformer.experimental.fuse_div_for_bert": [[6, 3, 1, "", "FuseDivForBert"]], "furiosa.optimizer.frontend.onnx.transformer.experimental.fuse_div_for_bert.FuseDivForBert": [[6, 5, 1, "", "transform"], [6, 5, 1, "", "transform_matmul_add"]], "furiosa.optimizer.frontend.onnx.transformer.experimental.reify_conv_for_bert": [[6, 3, 1, "", "ReifyConvForBert"]], "furiosa.optimizer.frontend.onnx.transformer.experimental.reify_conv_for_bert.ReifyConvForBert": [[6, 5, 1, "", "transform"], [6, 5, 1, "", "transform_matmul_add"]], "furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm": [[5, 3, 1, "", "FuseBatchNorm"], [5, 3, 1, "", "Pattern_1"], [5, 3, 1, "", "Pattern_2"], [5, 3, 1, "", "Pattern_3"], [5, 3, 1, "", "Pattern_4"]], "furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm.FuseBatchNorm": [[5, 5, 1, "", "transform"]], "furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm.Pattern_1": [[5, 5, 1, "", "pattern_matching"], [5, 4, 1, "", "pattern_to_match"]], "furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm.Pattern_2": [[5, 5, 1, "", "pattern_matching"], [5, 4, 1, "", "pattern_to_match"]], "furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm.Pattern_3": [[5, 5, 1, "", "pattern_condition_checker"], [5, 5, 1, "", "pattern_matching"], [5, 4, 1, "", "pattern_to_match"]], "furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm.Pattern_4": [[5, 5, 1, "", "make_new_init"], [5, 5, 1, "", "make_new_vi"], [5, 5, 1, "", "pattern_matching"], [5, 4, 1, "", "pattern_to_match"]], "furiosa.optimizer.frontend.onnx.transformer.fuse_gather_matmul": [[5, 3, 1, "", "FuseGatherMatMul"], [5, 3, 1, "", "Pattern_1"]], "furiosa.optimizer.frontend.onnx.transformer.fuse_gather_matmul.FuseGatherMatMul": [[5, 5, 1, "", "transform"]], "furiosa.optimizer.frontend.onnx.transformer.fuse_gather_matmul.Pattern_1": [[5, 5, 1, "", "make_new_init"], [5, 5, 1, "", "make_new_node"], [5, 5, 1, "", "pattern_condition_checker"], [5, 5, 1, "", "pattern_matching"], [5, 4, 1, "", "pattern_to_match"]], "furiosa.optimizer.frontend.onnx.transformer.infer_squeeze_axes": [[5, 3, 1, "", "InferSqueezeAxes"], [5, 3, 1, "", "Pattern_1"]], "furiosa.optimizer.frontend.onnx.transformer.infer_squeeze_axes.InferSqueezeAxes": [[5, 5, 1, "", "transform"]], "furiosa.optimizer.frontend.onnx.transformer.infer_squeeze_axes.Pattern_1": [[5, 5, 1, "", "make_new_node"], [5, 5, 1, "", "pattern_condition_checker"], [5, 5, 1, "", "pattern_matching"], [5, 4, 1, "", "pattern_to_match"]], "furiosa.optimizer.frontend.onnx.transformer.polish_model": [[5, 3, 1, "", "PolishModel"]], "furiosa.optimizer.frontend.onnx.transformer.polish_model.PolishModel": [[5, 5, 1, "", "transform"]], "furiosa.optimizer.frontend.onnx.transformer.utils": [[5, 2, 1, "", "check_value_info"], [5, 2, 1, "", "eliminate_initializer_from_graph_input"], [5, 2, 1, "", "eliminate_unused_initializer"], [5, 2, 1, "", "eliminate_unused_input"], [5, 2, 1, "", "eliminate_unused_output"], [5, 2, 1, "", "eliminate_unused_protos"], [5, 2, 1, "", "eliminate_unused_value_info"], [5, 2, 1, "", "fix_batch_size_as_one"], [5, 2, 1, "", "fixed_point"], [5, 2, 1, "", "get_attribute"], [5, 2, 1, "", "get_node_attributes"], [5, 2, 1, "", "get_node_input_names"], [5, 2, 1, "", "get_node_output_names"], [5, 2, 1, "", "is_op_type"], [5, 2, 1, "", "make_initializer_name_unique"], [5, 2, 1, "", "make_unhashables_unique"], [5, 2, 1, "", "name_nodes"], [5, 2, 1, "", "rebuild_model"]], "furiosa.optimizer.frontend.onnx.utils": [[7, 0, 0, "-", "check_model"], [7, 0, 0, "-", "inference_shape"], [7, 0, 0, "-", "version_checker"]], "furiosa.optimizer.frontend.onnx.utils.check_model": [[7, 2, 1, "", "check_model"]], "furiosa.optimizer.frontend.onnx.utils.inference_shape": [[7, 3, 1, "", "InferenceShape"]], "furiosa.optimizer.frontend.onnx.utils.inference_shape.InferenceShape": [[7, 5, 1, "", "inference_shape"]], "furiosa.optimizer.frontend.onnx.utils.version_checker": [[7, 3, 1, "", "CheckVersion"]], "furiosa.optimizer.frontend.onnx.utils.version_checker.CheckVersion": [[7, 4, 1, "", "opset_bound"], [7, 5, 1, "", "transform"]], "furiosa.optimizer.interfaces": [[8, 0, 0, "-", "transformer"]], "furiosa.optimizer.interfaces.transformer": [[8, 3, 1, "", "Transformer"]], "furiosa.optimizer.interfaces.transformer.Transformer": [[8, 5, 1, "", "transform"]], "furiosa.quantizer": [[9, 3, 1, "", "CalibrationMethod"], [9, 3, 1, "", "Calibrator"], [9, 3, 1, "", "ModelEditor"], [9, 3, 1, "", "TensorType"], [9, 0, 0, "-", "calibrator"], [9, 0, 0, "-", "editor"], [9, 2, 1, "", "get_output_names"], [9, 2, 1, "", "get_pure_input_names"], [9, 2, 1, "", "quantize"]], "furiosa.quantizer.CalibrationMethod": [[9, 4, 1, "id10", "ENTROPY_ASYM"], [9, 4, 1, "id11", "ENTROPY_SYM"], [9, 4, 1, "id12", "MIN_MAX_ASYM"], [9, 4, 1, "id13", "MIN_MAX_SYM"], [9, 4, 1, "id14", "MSE_ASYM"], [9, 4, 1, "id15", "MSE_SYM"], [9, 4, 1, "id16", "PERCENTILE_ASYM"], [9, 4, 1, "id17", "PERCENTILE_SYM"], [9, 4, 1, "id18", "SQNR_ASYM"], [9, 4, 1, "id19", "SQNR_SYM"]], "furiosa.quantizer.Calibrator": [[9, 5, 1, "", "collect_data"], [9, 5, 1, "", "compute_range"]], "furiosa.quantizer.ModelEditor": [[9, 5, 1, "", "convert_input_type"], [9, 5, 1, "", "convert_output_type"]], "furiosa.quantizer.TensorType": [[9, 4, 1, "", "INT8"], [9, 4, 1, "", "UINT8"]], "furiosa.quantizer.calibrator": [[9, 3, 1, "", "CalibrationMethod"], [9, 3, 1, "", "Calibrator"]], "furiosa.quantizer.calibrator.CalibrationMethod": [[9, 4, 1, "id0", "ENTROPY_ASYM"], [9, 4, 1, "id1", "ENTROPY_SYM"], [9, 4, 1, "id2", "MIN_MAX_ASYM"], [9, 4, 1, "id3", "MIN_MAX_SYM"], [9, 4, 1, "id4", "MSE_ASYM"], [9, 4, 1, "id5", "MSE_SYM"], [9, 4, 1, "id6", "PERCENTILE_ASYM"], [9, 4, 1, "id7", "PERCENTILE_SYM"], [9, 4, 1, "id8", "SQNR_ASYM"], [9, 4, 1, "id9", "SQNR_SYM"]], "furiosa.quantizer.calibrator.Calibrator": [[9, 5, 1, "", "collect_data"], [9, 5, 1, "", "compute_range"]], "furiosa.quantizer.editor": [[9, 3, 1, "", "ModelEditor"], [9, 3, 1, "", "TensorType"], [9, 2, 1, "", "get_output_names"], [9, 2, 1, "", "get_pure_input_names"]], "furiosa.quantizer.editor.ModelEditor": [[9, 5, 1, "", "convert_input_type"], [9, 5, 1, "", "convert_output_type"]], "furiosa.quantizer.editor.TensorType": [[9, 4, 1, "", "INT8"], [9, 4, 1, "", "UINT8"]], "furiosa.runtime": [[10, 3, 1, "", "Axis"], [10, 3, 1, "", "DataType"], [10, 1, 1, "", "FuriosaRuntimeError"], [10, 1, 1, "", "FuriosaRuntimeWarning"], [10, 3, 1, "", "Model"], [10, 3, 1, "", "ModelSource"], [10, 3, 1, "", "Receiver"], [10, 3, 1, "", "Runner"], [10, 3, 1, "", "Runtime"], [10, 3, 1, "", "Submitter"], [10, 3, 1, "", "Tensor"], [10, 3, 1, "", "TensorArray"], [10, 3, 1, "", "TensorDesc"], [10, 0, 0, "-", "compiler"], [10, 0, 0, "-", "consts"], [10, 2, 1, "", "create_queue"], [10, 2, 1, "", "create_runner"], [10, 0, 0, "-", "envs"], [10, 0, 0, "-", "errors"], [10, 2, 1, "", "full_version"], [10, 0, 0, "-", "model"], [10, 0, 0, "-", "profiler"], [10, 0, 0, "-", "session"], [10, 0, 0, "-", "tensor"]], "furiosa.runtime.Axis": [[10, 6, 1, "", "BATCH"], [10, 6, 1, "", "CHANNEL"], [10, 6, 1, "", "HEIGHT"], [10, 6, 1, "", "UNKNOWN"], [10, 6, 1, "", "WIDTH"]], "furiosa.runtime.DataType": [[10, 6, 1, "", "BFLOAT16"], [10, 6, 1, "", "FLOAT16"], [10, 6, 1, "", "FLOAT32"], [10, 6, 1, "", "INT16"], [10, 6, 1, "", "INT32"], [10, 6, 1, "", "INT64"], [10, 6, 1, "", "INT8"], [10, 6, 1, "", "UINT8"], [10, 6, 1, "", "numpy"], [10, 6, 1, "", "numpy_dtype"]], "furiosa.runtime.Model": [[10, 5, 1, "", "input"], [10, 6, 1, "", "input_num"], [10, 5, 1, "", "inputs"], [10, 5, 1, "", "output"], [10, 6, 1, "", "output_num"], [10, 5, 1, "", "outputs"], [10, 5, 1, "", "print_summary"], [10, 5, 1, "", "summary"]], "furiosa.runtime.Receiver": [[10, 5, 1, "", "close"], [10, 6, 1, "", "model"], [10, 5, 1, "", "recv"]], "furiosa.runtime.Runner": [[10, 5, 1, "", "close"], [10, 6, 1, "", "model"], [10, 5, 1, "", "run"]], "furiosa.runtime.Runtime": [[10, 5, 1, "", "close"]], "furiosa.runtime.Submitter": [[10, 5, 1, "", "allocate"], [10, 5, 1, "", "close"], [10, 6, 1, "", "model"], [10, 5, 1, "", "submit"]], "furiosa.runtime.TensorDesc": [[10, 5, 1, "", "axis"], [10, 5, 1, "", "dim"], [10, 6, 1, "", "dtype"], [10, 6, 1, "", "format"], [10, 6, 1, "", "length"], [10, 6, 1, "", "name"], [10, 6, 1, "", "ndim"], [10, 6, 1, "", "numpy_dtype"], [10, 6, 1, "", "shape"], [10, 6, 1, "", "size"], [10, 5, 1, "", "stride"]], "furiosa.runtime.compiler": [[10, 2, 1, "", "generate_compiler_log_path"]], "furiosa.runtime.envs": [[10, 2, 1, "", "current_npu_device"], [10, 2, 1, "", "is_compile_log_enabled"], [10, 2, 1, "", "log_dir"], [10, 2, 1, "", "profiler_output"]], "furiosa.runtime.errors": [[10, 1, 1, "", "ApiClientInitFailed"], [10, 1, 1, "", "CompilationFailed"], [10, 1, 1, "", "DeviceBusy"], [10, 1, 1, "", "IncompatibleApiClientError"], [10, 1, 1, "", "IncompatibleModel"], [10, 1, 1, "", "InternalError"], [10, 1, 1, "", "InvalidCompilerConfig"], [10, 1, 1, "", "InvalidInput"], [10, 1, 1, "", "InvalidSessionOption"], [10, 1, 1, "", "InvalidYamlException"], [10, 1, 1, "", "NoApiKeyException"], [10, 1, 1, "", "QueueWaitTimeout"], [10, 1, 1, "", "SessionClosed"], [10, 1, 1, "", "SessionTerminated"], [10, 1, 1, "", "TensorNameNotFound"], [10, 1, 1, "", "UnsupportedDataType"], [10, 1, 1, "", "UnsupportedFeature"], [10, 1, 1, "", "UnsupportedTensorType"]], "furiosa.runtime.furiosa.runtime.Runtime": [[10, 5, 1, "", "create_queue"], [10, 5, 1, "", "create_runner"]], "furiosa.runtime.profiler": [[10, 3, 1, "", "RecordFormat"], [10, 3, 1, "", "Resource"], [10, 3, 1, "", "profile"]], "furiosa.runtime.profiler.RecordFormat": [[10, 6, 1, "", "ChromeTrace"], [10, 6, 1, "", "PandasDataFrame"]], "furiosa.runtime.profiler.Resource": [[10, 6, 1, "", "All"], [10, 6, 1, "", "Cpu"], [10, 6, 1, "", "Npu"]], "furiosa.runtime.profiler.profile": [[10, 5, 1, "", "export_chrome_trace"], [10, 5, 1, "", "get_cpu_pandas_dataframe"], [10, 5, 1, "", "get_npu_pandas_dataframe"], [10, 5, 1, "", "get_pandas_dataframe"], [10, 5, 1, "", "get_pandas_dataframe_with_filter"], [10, 5, 1, "", "pause"], [10, 5, 1, "", "print_external_operators"], [10, 5, 1, "", "print_inferences"], [10, 5, 1, "", "print_npu_executions"], [10, 5, 1, "", "print_npu_operators"], [10, 5, 1, "", "print_summary"], [10, 5, 1, "", "record"], [10, 5, 1, "", "resume"]], "furiosa.runtime.session": [[10, 3, 1, "", "AsyncSession"], [10, 3, 1, "", "CompletionQueue"], [10, 3, 1, "", "Session"], [10, 2, 1, "", "create"], [10, 2, 1, "", "create_async"]], "furiosa.runtime.session.AsyncSession": [[10, 5, 1, "", "close"], [10, 6, 1, "", "model"], [10, 5, 1, "", "submit"]], "furiosa.runtime.session.CompletionQueue": [[10, 5, 1, "", "close"], [10, 6, 1, "", "model"], [10, 5, 1, "", "recv"]], "furiosa.runtime.session.Session": [[10, 5, 1, "", "close"], [10, 6, 1, "", "model"], [10, 5, 1, "", "run"], [10, 5, 1, "", "run_with"]], "furiosa.runtime.sync": [[10, 3, 1, "", "Receiver"], [10, 3, 1, "", "Runner"], [10, 3, 1, "", "Runtime"], [10, 3, 1, "", "Submitter"], [10, 2, 1, "", "create_queue"], [10, 2, 1, "", "create_runner"]], "furiosa.runtime.sync.Receiver": [[10, 5, 1, "", "recv"]], "furiosa.runtime.sync.furiosa.runtime.sync.Runtime": [[10, 5, 1, "", "create_queue"], [10, 5, 1, "", "create_runner"]], "furiosa.runtime.tensor": [[10, 3, 1, "", "Tensor"], [10, 3, 1, "", "TensorArray"], [10, 2, 1, "", "numpy_dtype"], [10, 2, 1, "", "rand"], [10, 2, 1, "", "zeros"]], "furiosa.runtime.tensor.Tensor": [[10, 5, 1, "", "copy_from"], [10, 5, 1, "", "numpy"], [10, 6, 1, "", "numpy_dtype"], [10, 6, 1, "", "shape"], [10, 5, 1, "", "view"]], "furiosa.runtime.tensor.TensorArray": [[10, 5, 1, "", "is_empty"], [10, 5, 1, "", "numpy"], [10, 5, 1, "", "view"]], "furiosa.server": [[11, 0, 0, "-", "errors"], [19, 0, 0, "-", "utils"]], "furiosa.server.errors": [[11, 1, 1, "", "ModelNotFound"], [11, 1, 1, "", "ModelServerError"]], "": [[10, 7, 1, "-", "FURIOSA_DEVICES"], [10, 7, 1, "-", "FURIOSA_LOG_LEVEL"], [10, 7, 1, "-", "NPU_DEVNAME"]]}, "objtypes": {"0": "py:module", "1": "py:exception", "2": "py:function", "3": "py:class", "4": "py:attribute", "5": "py:method", "6": "py:property", "7": "std:envvar"}, "objnames": {"0": ["py", "module", "Python module"], "1": ["py", "exception", "Python exception"], "2": ["py", "function", "Python function"], "3": ["py", "class", "Python class"], "4": ["py", "attribute", "Python attribute"], "5": ["py", "method", "Python method"], "6": ["py", "property", "Python property"], "7": ["std", "envvar", "environment variable"]}, "titleterms": {"furiosa": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 28, 29, 31, 32, 34, 35, 36], "common": [0, 1], "packag": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 21, 22, 28, 36, 40], "subpackag": [0, 2, 3, 4, 5, 11, 12, 14, 20], "submodul": [0, 1, 5, 6, 7, 8, 9, 11, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22], "error": [0, 1, 10, 11, 28], "modul": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22], "nativ": [0, 31], "thread": 0, "util": [0, 5, 7, 19], "content": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 20, 21, 22], "transport": 1, "base": [1, 22, 29], "file": [1, 30, 35, 43], "github": 1, "http": 1, "s3": 1, "optim": [2, 3, 4, 5, 6, 7, 8, 35], "frontend": [3, 4, 5, 6, 7], "onnx": [4, 5, 6, 7], "transform": [5, 6, 8], "convert_negative_pads_to_slic": 5, "convert_prelu_to_relu": 5, "fuse_batchnorm": 5, "fuse_gather_matmul": 5, "infer_squeeze_ax": 5, "polish_model": 5, "experiment": [6, 34], "eliminate_detection_postprocess": 6, "embedding_bag_port": 6, "fuse_div_for_bert": 6, "reify_conv_for_bert": 6, "check_model": 7, "inference_shap": 7, "version_check": 7, "interfac": [8, 10], "quantiz": [9, 29, 30, 31, 32, 37, 40, 41], "calibr": [9, 32], "editor": 9, "runtim": [10, 36, 37, 40], "variant": 10, "us": [10, 35, 39, 40], "legaci": [10, 40], "model": [10, 11, 20, 21, 25, 28, 31, 34, 35, 37, 40, 41, 43], "input": 10, "tensor": 10, "output": 10, "when": 10, "an": 10, "type": [10, 18], "object": 10, "devic": [10, 30, 38], "specif": [10, 26, 36], "metadata": 10, "runner": 10, "api": [10, 12, 13, 14, 15, 16, 23, 28, 31, 37, 40, 41], "inform": [10, 30, 31, 32], "infer": 10, "miscellan": 10, "queue": 10, "submit": 10, "receiv": 10, "profil": [10, 30, 31, 39], "diagnost": 10, "support": [10, 27, 28, 30, 32, 37, 38], "compil": [10, 28, 29, 30, 32, 33, 34, 35, 37], "const": 10, "env": 10, "session": [10, 28], "server": [11, 12, 13, 14, 15, 16, 17, 18, 19, 28, 36, 37, 40, 43], "registri": 11, "repositori": [11, 17, 21], "set": 11, "cli": 13, "main": 13, "grpc": [14, 15], "convert": 14, "servic": 14, "gener": 15, "model_repository_pb2": 15, "model_repository_pb2_grpc": 15, "predict_pb2": 15, "predict_pb2_grpc": 15, "rest": 16, "app": [16, 21], "endpoint": [16, 43], "handler": 17, "predict": [17, 18, 43], "model_repositori": 18, "namespac": 19, "loader": 19, "serv": [20, 21, 22, 25, 28, 29, 31, 43], "applic": 20, "telemetri": 20, "health": 21, "processor": 22, "imagenet": 22, "sdk": [23, 25, 29, 30, 31, 32, 33, 36, 37, 40], "0": [23, 25, 28, 29, 30, 31, 32], "10": [23, 25], "document": [23, 25], "bug": [24, 30], "report": 24, "furiosaai": [25, 26, 37, 40], "npu": [25, 26, 27, 28, 30, 35, 36, 38], "softwar": 25, "tutori": [25, 44], "exampl": [25, 44], "deploy": 25, "mlop": 25, "refer": [25, 42], "other": 25, "link": 25, "warboi": 26, "hw": 26, "hardwar": 26, "perform": [26, 30, 39], "see": 26, "also": 26, "list": [27, 34, 38], "oper": 27, "acceler": [27, 30], "releas": [28, 29, 30, 31, 32], "note": [28, 29, 30, 31, 32], "5": [28, 38], "improv": [28, 30, 31], "diagnosi": 28, "messag": 28, "handl": 28, "introduc": 28, "framework": [28, 31, 43], "command": [28, 34], "line": [28, 34], "manag": 28, "tool": [28, 30, 31, 32, 34], "furiosactl": [28, 34], "kubernet": [28, 37, 38], "6": 29, "how": [29, 30, 41], "upgrad": [29, 30], "major": [29, 31, 32], "chang": [29, 30, 31, 32], "python": [29, 30, 37, 40], "addit": 29, "fastapi": 29, "advanc": 29, "librari": 29, "7": 30, "compon": [30, 31, 32], "version": [30, 31, 32, 36, 43], "kei": 30, "more": 30, "cach": [30, 35], "hint": 30, "fix": 30, "plugin": [30, 38], "configur": [30, 36, 38, 40, 43], "8": 31, "instal": [31, 32, 33, 34, 36, 38, 40, 43], "latest": [31, 32], "toolkit": [31, 32, 34], "zoo": 31, "ad": [31, 36], "post": 31, "process": 31, "code": [31, 44], "9": 32, "method": 32, "c": [33, 37], "user": [33, 36, 40], "guid": [33, 40], "info": 34, "p": 34, "top": 34, "field": 34, "bench": 34, "benchmark": 34, "litmu": [34, 40], "compat": 34, "checker": 34, "target": 35, "batch": 35, "size": 35, "well": 35, "known": 35, "enf": 35, "behavior": 35, "accord": 35, "fc_cache_lifetim": 35, "driver": [36, 37], "firmwar": [36, 37], "minimum": 36, "requir": [36, 40], "apt": 36, "group": 36, "hold": 36, "unhold": 36, "updat": 36, "sw": 37, "stack": 37, "introduct": 37, "kernel": 37, "1": 38, "prepar": 38, "node": 38, "2": [38, 43], "featur": 38, "discoveri": 38, "3": 38, "label": 38, "argument": 38, "k8": 38, "4": 38, "creat": [38, 40], "pod": 38, "monitor": 38, "metric": 38, "export": 38, "collect": 38, "categori": 38, "trace": 39, "analysi": 39, "via": 39, "environ": [39, 40], "variabl": 39, "context": 39, "paus": 39, "resum": 39, "panda": 39, "datafram": 39, "execut": 40, "setup": 40, "conda": 40, "activ": 40, "isol": 40, "linux": 40, "extra": 40, "It": 41, "work": 41, "accuraci": 41, "run": 43, "kserv": 43, "protocol": 43}, "envversion": {"sphinx.domains.c": 2, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 8, "sphinx.domains.index": 1, "sphinx.domains.javascript": 2, "sphinx.domains.math": 2, "sphinx.domains.python": 3, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx": 57}, "alltitles": {"furiosa.common package": [[0, "furiosa-common-package"]], "Subpackages": [[0, "subpackages"], [2, "subpackages"], [3, "subpackages"], [4, "subpackages"], [5, "subpackages"], [11, "subpackages"], [12, "subpackages"], [14, "subpackages"], [20, "subpackages"]], "Submodules": [[0, "submodules"], [1, "submodules"], [5, "submodules"], [6, "submodules"], [7, "submodules"], [8, "submodules"], [9, "submodules"], [11, "submodules"], [13, "submodules"], [14, "submodules"], [15, "submodules"], [16, "submodules"], [17, "submodules"], [18, "submodules"], [19, "submodules"], [20, "submodules"], [21, "submodules"], [22, "submodules"]], "furiosa.common.error module": [[0, "module-furiosa.common.error"]], "furiosa.common.native module": [[0, "module-furiosa.common.native"]], "furiosa.common.thread module": [[0, "module-furiosa.common.thread"]], "furiosa.common.utils module": [[0, "module-furiosa.common.utils"]], "Module contents": [[0, "module-furiosa.common"], [1, "module-furiosa.common.transport"], [2, "module-furiosa.optimizer"], [3, "module-furiosa.optimizer.frontend"], [4, "module-furiosa.optimizer.frontend.onnx"], [5, "module-furiosa.optimizer.frontend.onnx.transformer"], [6, "module-furiosa.optimizer.frontend.onnx.transformer.experimental"], [7, "module-furiosa.optimizer.frontend.onnx.utils"], [8, "module-furiosa.optimizer.interfaces"], [9, "module-furiosa.quantizer"], [11, "module-contents"], [12, "module-contents"], [13, "module-contents"], [14, "module-contents"], [15, "module-contents"], [16, "module-contents"], [17, "module-contents"], [18, "module-contents"], [20, "module-contents"], [21, "module-contents"], [22, "module-contents"]], "furiosa.common.transport package": [[1, "furiosa-common-transport-package"]], "furiosa.common.transport.base module": [[1, "module-furiosa.common.transport.base"]], "furiosa.common.transport.error module": [[1, "module-furiosa.common.transport.error"]], "furiosa.common.transport.file module": [[1, "module-furiosa.common.transport.file"]], "furiosa.common.transport.github module": [[1, "module-furiosa.common.transport.github"]], "furiosa.common.transport.http module": [[1, "module-furiosa.common.transport.http"]], "furiosa.common.transport.s3 module": [[1, "module-furiosa.common.transport.s3"]], "furiosa.optimizer package": [[2, "furiosa-optimizer-package"]], "furiosa.optimizer.frontend package": [[3, "furiosa-optimizer-frontend-package"]], "furiosa.optimizer.frontend.onnx package": [[4, "furiosa-optimizer-frontend-onnx-package"]], "furiosa.optimizer.frontend.onnx.transformer package": [[5, "furiosa-optimizer-frontend-onnx-transformer-package"]], "furiosa.optimizer.frontend.onnx.transformer.convert_negative_pads_to_slice module": [[5, "module-furiosa.optimizer.frontend.onnx.transformer.convert_negative_pads_to_slice"]], "furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu module": [[5, "module-furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu"]], "furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm module": [[5, "module-furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm"]], "furiosa.optimizer.frontend.onnx.transformer.fuse_gather_matmul module": [[5, "module-furiosa.optimizer.frontend.onnx.transformer.fuse_gather_matmul"]], "furiosa.optimizer.frontend.onnx.transformer.infer_squeeze_axes module": [[5, "module-furiosa.optimizer.frontend.onnx.transformer.infer_squeeze_axes"]], "furiosa.optimizer.frontend.onnx.transformer.polish_model module": [[5, "module-furiosa.optimizer.frontend.onnx.transformer.polish_model"]], "furiosa.optimizer.frontend.onnx.transformer.utils module": [[5, "module-furiosa.optimizer.frontend.onnx.transformer.utils"]], "furiosa.optimizer.frontend.onnx.transformer.experimental package": [[6, "furiosa-optimizer-frontend-onnx-transformer-experimental-package"]], "furiosa.optimizer.frontend.onnx.transformer.experimental.eliminate_detection_postprocess module": [[6, "module-furiosa.optimizer.frontend.onnx.transformer.experimental.eliminate_detection_postprocess"]], "furiosa.optimizer.frontend.onnx.transformer.experimental.embedding_bag_porting module": [[6, "module-furiosa.optimizer.frontend.onnx.transformer.experimental.embedding_bag_porting"]], "furiosa.optimizer.frontend.onnx.transformer.experimental.fuse_div_for_bert module": [[6, "module-furiosa.optimizer.frontend.onnx.transformer.experimental.fuse_div_for_bert"]], "furiosa.optimizer.frontend.onnx.transformer.experimental.reify_conv_for_bert module": [[6, "module-furiosa.optimizer.frontend.onnx.transformer.experimental.reify_conv_for_bert"]], "furiosa.optimizer.frontend.onnx.utils package": [[7, "furiosa-optimizer-frontend-onnx-utils-package"]], "furiosa.optimizer.frontend.onnx.utils.check_model module": [[7, "module-furiosa.optimizer.frontend.onnx.utils.check_model"]], "furiosa.optimizer.frontend.onnx.utils.inference_shape module": [[7, "module-furiosa.optimizer.frontend.onnx.utils.inference_shape"]], "furiosa.optimizer.frontend.onnx.utils.version_checker module": [[7, "module-furiosa.optimizer.frontend.onnx.utils.version_checker"]], "furiosa.optimizer.interfaces package": [[8, "furiosa-optimizer-interfaces-package"]], "furiosa.optimizer.interfaces.transformer module": [[8, "module-furiosa.optimizer.interfaces.transformer"]], "furiosa.quantizer package": [[9, "furiosa-quantizer-package"]], "furiosa.quantizer.calibrator module": [[9, "module-furiosa.quantizer.calibrator"]], "furiosa.quantizer.editor module": [[9, "module-furiosa.quantizer.editor"]], "furiosa.runtime package": [[10, "module-furiosa.runtime"]], "Runtime Variants": [[10, "runtime-variants"]], "Use of legacy modules": [[10, "use-of-legacy-modules"]], "Model Inputs": [[10, "model-inputs"]], "Tensor Inputs and Outputs": [[10, "tensor-inputs-and-outputs"]], "Legacy Interface": [[10, "legacy-interface"], [10, "legacy-runner-api"], [10, "legacy-queue-api"]], "When used as an input type": [[10, "legacy-tensorarray-as-input"], [10, "legacy-tensor-as-input"]], "Runtime Object": [[10, "runtime-object"]], "Device Specification": [[10, "device-specification"]], "Model Metadata": [[10, "model-metadata"]], "Runner API": [[10, "runner-api"]], "Model informations": [[10, null], [10, null], [10, null]], "Inference": [[10, null]], "Miscellaneous": [[10, null], [10, null], [10, null]], "Queue API": [[10, "queue-api"]], "Submitting": [[10, null]], "Receiving": [[10, null]], "Profiler": [[10, "profiler"], [31, "profiler"]], "Diagnostics": [[10, "diagnostics"]], "Legacy Supports": [[10, "legacy-supports"]], "furiosa.runtime.compiler": [[10, "module-furiosa.runtime.compiler"]], "furiosa.runtime.consts": [[10, "module-furiosa.runtime.consts"]], "furiosa.runtime.envs": [[10, "module-furiosa.runtime.envs"]], "furiosa.runtime.errors": [[10, "module-furiosa.runtime.errors"]], "furiosa.runtime.model": [[10, "module-furiosa.runtime.model"]], "furiosa.runtime.session": [[10, "module-furiosa.runtime.session"]], "furiosa.runtime.tensor": [[10, "module-furiosa.runtime.tensor"]], "furiosa.server package": [[11, "furiosa-server-package"]], "furiosa.server.errors module": [[11, "module-furiosa.server.errors"]], "furiosa.server.model module": [[11, "furiosa-server-model-module"]], "furiosa.server.registry module": [[11, "furiosa-server-registry-module"]], "furiosa.server.repository module": [[11, "furiosa-server-repository-module"]], "furiosa.server.server module": [[11, "furiosa-server-server-module"]], "furiosa.server.settings module": [[11, "furiosa-server-settings-module"]], "furiosa.server.api package": [[12, "furiosa-server-api-package"]], "furiosa.server.api.cli package": [[13, "furiosa-server-api-cli-package"]], "furiosa.server.api.cli.main module": [[13, "furiosa-server-api-cli-main-module"]], "furiosa.server.api.grpc package": [[14, "furiosa-server-api-grpc-package"]], "furiosa.server.api.grpc.converters module": [[14, "furiosa-server-api-grpc-converters-module"]], "furiosa.server.api.grpc.server module": [[14, "furiosa-server-api-grpc-server-module"]], "furiosa.server.api.grpc.servicers module": [[14, "furiosa-server-api-grpc-servicers-module"]], "furiosa.server.api.grpc.generated package": [[15, "furiosa-server-api-grpc-generated-package"]], "furiosa.server.api.grpc.generated.model_repository_pb2 module": [[15, "furiosa-server-api-grpc-generated-model-repository-pb2-module"]], "furiosa.server.api.grpc.generated.model_repository_pb2_grpc module": [[15, "furiosa-server-api-grpc-generated-model-repository-pb2-grpc-module"]], "furiosa.server.api.grpc.generated.predict_pb2 module": [[15, "furiosa-server-api-grpc-generated-predict-pb2-module"]], "furiosa.server.api.grpc.generated.predict_pb2_grpc module": [[15, "furiosa-server-api-grpc-generated-predict-pb2-grpc-module"]], "furiosa.server.api.rest package": [[16, "furiosa-server-api-rest-package"]], "furiosa.server.api.rest.app module": [[16, "furiosa-server-api-rest-app-module"]], "furiosa.server.api.rest.endpoints module": [[16, "furiosa-server-api-rest-endpoints-module"]], "furiosa.server.api.rest.server module": [[16, "furiosa-server-api-rest-server-module"]], "furiosa.server.handlers package": [[17, "furiosa-server-handlers-package"]], "furiosa.server.handlers.predict module": [[17, "furiosa-server-handlers-predict-module"]], "furiosa.server.handlers.repository module": [[17, "furiosa-server-handlers-repository-module"]], "furiosa.server.types package": [[18, "furiosa-server-types-package"]], "furiosa.server.types.model_repository module": [[18, "furiosa-server-types-model-repository-module"]], "furiosa.server.types.predict module": [[18, "furiosa-server-types-predict-module"]], "furiosa.server.utils namespace": [[19, "module-furiosa.server.utils"]], "furiosa.server.utils.loader module": [[19, "furiosa-server-utils-loader-module"]], "furiosa.serving package": [[20, "furiosa-serving-package"]], "furiosa.serving.application module": [[20, "furiosa-serving-application-module"]], "furiosa.serving.model module": [[20, "furiosa-serving-model-module"]], "furiosa.serving.telemetry module": [[20, "furiosa-serving-telemetry-module"]], "furiosa.serving.apps package": [[21, "furiosa-serving-apps-package"]], "furiosa.serving.apps.health module": [[21, "furiosa-serving-apps-health-module"]], "furiosa.serving.apps.model module": [[21, "furiosa-serving-apps-model-module"]], "furiosa.serving.apps.repository module": [[21, "furiosa-serving-apps-repository-module"]], "furiosa.serving.processors package": [[22, "furiosa-serving-processors-package"]], "furiosa.serving.processors.base module": [[22, "furiosa-serving-processors-base-module"]], "furiosa.serving.processors.imagenet module": [[22, "furiosa-serving-processors-imagenet-module"]], "Furiosa SDK 0.10.0 API Documentation": [[23, "furiosa-sdk-release-api-documentation"]], "Bug Report": [[24, "bug-report"]], "FuriosaAI NPU & SDK 0.10.0 Documents": [[25, "furiosaai-npu-sdk-release-documents"]], "FuriosaAI NPU": [[25, "furiosaai-npu"], [26, "furiosaai-npu"]], "FuriosaAI Software": [[25, "furiosaai-software"]], "FuriosaAI SDK Tutorial and Examples": [[25, "furiosaai-sdk-tutorial-and-examples"]], "Serving, Model Deployment, MLOps": [[25, "serving-model-deployment-mlops"]], "References": [[25, "references"], [42, "references"]], "Other Links": [[25, "other-links"]], "FuriosaAI Warboy": [[26, "furiosaai-warboy"]], "FuriosaAI Warboy HW Specifications": [[26, "furiosaai-warboy-hw-specifications"]], "Warboy Hardware Specification": [[26, "id2"]], "FuriosaAI Warboy Performance": [[26, "furiosaai-warboy-performance"]], "See Also": [[26, "see-also"]], "List of Supported Operators for NPU Acceleration": [[27, "list-of-supported-operators-for-npu-acceleration"]], "Operators Accelerated on NPU": [[27, "id1"]], "Release Notes - 0.5.0": [[28, "release-notes-0-5-0"]], "Compiler Improvement": [[28, "compiler-improvement"]], "Session API Improvement": [[28, "session-api-improvement"]], "Error Diagnosis Message & Error Handling Improvements": [[28, "error-diagnosis-message-error-handling-improvements"]], "Introducing Furiosa Server (serving framework)": [[28, "introducing-furiosa-server-serving-framework"]], "Introducing Furiosa Model package": [[28, "introducing-furiosa-model-package"]], "Command line NPU management tool: furiosactl": [[28, "command-line-npu-management-tool-furiosactl"]], "Kubernetes support": [[28, "kubernetes-support"]], "Release Notes - 0.6.0": [[29, "release-notes-0-6-0"]], "How to upgrade": [[29, "how-to-upgrade"], [30, "how-to-upgrade"]], "Major changes": [[29, "major-changes"], [31, "major-changes"], [32, "major-changes"]], "Compiler": [[29, "compiler"], [32, "compiler"], [35, "compiler"], [37, "compiler"]], "Quantizer": [[29, "quantizer"], [40, "quantizer"]], "Python SDK": [[29, "python-sdk"]], "Furiosa Serving: Addition of FastAPI-based advanced serving library": [[29, "furiosa-serving-addition-of-fastapi-based-advanced-serving-library"]], "Release Notes - 0.7.0": [[30, "release-notes-0-7-0"]], "component version information": [[30, "id1"]], "Key changes": [[30, "key-changes"]], "Compiler - More NPU acceleration supports": [[30, "compiler-more-npu-acceleration-supports"]], "Compiler - Compiler Cache": [[30, "compiler-compiler-cache"]], "Compiler - Compiler Hint": [[30, "compiler-compiler-hint"]], "Performance Profiling Tools": [[30, "performance-profiling-tools"]], "Improvements/Bug fixes of Python SDK": [[30, "improvements-bug-fixes-of-python-sdk"]], "Improvements/Bug fixes of Quantization tools": [[30, "improvements-bug-fixes-of-quantization-tools"]], "Device Plugin - Configuration file support": [[30, "device-plugin-configuration-file-support"]], "Release Notes - 0.8.0": [[31, "release-notes-0-8-0"]], "Component Version Information": [[31, "id3"], [32, "id1"]], "Installing the latest SDK": [[31, "installing-the-latest-sdk"], [32, "installing-the-latest-sdk"]], "Improvements to serving framework API": [[31, "improvements-to-serving-framework-api"]], "Quantization tool": [[31, "quantization-tool"], [32, "quantization-tool"]], "furiosa-toolkit": [[31, "furiosa-toolkit"], [32, "furiosa-toolkit"], [34, "furiosa-toolkit"]], "Model Zoo API improvements, added models, and added native post-processing code": [[31, "model-zoo-api-improvements-added-models-and-added-native-post-processing-code"]], "Release Notes - 0.9.0": [[32, "release-notes-0-9-0"]], "Supported Calibration Methods": [[32, "id2"]], "C SDK installation and user guide": [[33, "c-sdk-installation-and-user-guide"]], "C SDK installation": [[33, "c-sdk-installation"]], "Compiling with C SDK": [[33, "compiling-with-c-sdk"]], "Command Line Tools": [[34, "command-line-tools"]], "furiosa-toolkit installation": [[34, "furiosa-toolkit-installation"]], "furiosactl": [[34, "furiosactl"]], "furiosactl info": [[34, "furiosactl-info"]], "furiosactl list": [[34, "furiosactl-list"]], "furiosactl ps": [[34, "furiosactl-ps"]], "furiosactl top (experimental)": [[34, "furiosactl-top-experimental"]], "furiosa top fields": [[34, "id1"]], "furiosa-bench (Benchmark Tool)": [[34, "furiosa-bench-benchmark-tool"]], "furiosa": [[34, "furiosa"]], "furiosa compile": [[34, "furiosa-compile"]], "furiosa litmus (Model Compatibility Checker)": [[34, "furiosa-litmus-model-compatibility-checker"]], "furiosa-compiler": [[35, "furiosa-compiler"]], "Target NPUs": [[35, "id4"]], "Optimal Batch Size for Well-known Models": [[35, "id5"]], "Using ENF files": [[35, "using-enf-files"]], "Compiler Cache": [[35, "compiler-cache"]], "Cache behaviors according to FC_CACHE_LIFETIME": [[35, "id6"]], "Driver, Firmware, and Runtime Installation": [[36, "driver-firmware-and-runtime-installation"]], "Minimum requirements for SDK installation": [[36, "minimum-requirements-for-sdk-installation"]], "APT server configuration": [[36, "apt-server-configuration"]], "Installing required packages.": [[36, "installing-required-packages"]], "Adding a user to the furiosa Group": [[36, "adding-a-user-to-the-furiosa-group"]], "Holding/unholding installed version": [[36, "holding-unholding-installed-version"]], "Installing a specific version": [[36, "installing-a-specific-version"]], "NPU Firmware Update": [[36, "npu-firmware-update"]], "FuriosaAI SW Stack Introduction": [[37, "furiosaai-sw-stack-introduction"]], "Kernel Driver and Firmware": [[37, "kernel-driver-and-firmware"]], "Runtime": [[37, "runtime"]], "Python SDK and C SDK": [[37, "python-sdk-and-c-sdk"]], "Model quantizer API": [[37, "model-quantizer-api"]], "Model Server": [[37, "model-server"], [40, "model-server"]], "Kubernetes Support": [[37, "kubernetes-support"], [38, "kubernetes-support"]], "1. Preparing NPU nodes": [[38, "preparing-npu-nodes"]], "2. Installing Node Feature Discovery": [[38, "installing-node-feature-discovery"]], "3. Installing Device Plugin and NPU Feature Discovery": [[38, "installing-device-plugin-and-npu-feature-discovery"]], "NPU Node Labels": [[38, "id1"]], "Device Plugin Configuration": [[38, "device-plugin-configuration"]], "arguments of k8s-device-plugin": [[38, "id2"]], "4. Creating a Pod with NPUs": [[38, "creating-a-pod-with-npus"]], "5. NPU monitoring": [[38, "npu-monitoring"]], "npu-metrics-exporter collection category list": [[38, "id5"]], "Performance Profiling": [[39, "performance-profiling"]], "Trace Analysis": [[39, "trace-analysis"]], "Tracing via Environment Variable": [[39, "tracing-via-environment-variable"]], "Tracing via Profiler Context": [[39, "tracing-via-profiler-context"]], "Pause/Resume of Profiler Context": [[39, "pause-resume-of-profiler-context"]], "Trace analysis using Pandas DataFrame": [[39, "trace-analysis-using-pandas-dataframe"]], "Python SDK installation and user guide": [[40, "python-sdk-installation-and-user-guide"]], "Requirements": [[40, "requirements"]], "Python execution environment setup": [[40, "python-execution-environment-setup"]], "Python environment configuration with Conda": [[40, "python-environment-configuration-with-conda"]], "Creating and activating isolated Python execution environment": [[40, "creating-and-activating-isolated-python-execution-environment"]], "Configuring Python environment using Linux packages": [[40, "configuring-python-environment-using-linux-packages"]], "Installing Python SDK package": [[40, "installing-python-sdk-package"]], "Extra packages": [[40, "extra-packages"]], "Legacy Runtime/API": [[40, "legacy-runtime-api"]], "FuriosaAI Models": [[40, "furiosaai-models"]], "Litmus": [[40, "litmus"]], "Model Quantization": [[41, "model-quantization"]], "How It Works": [[41, "how-it-works"]], "Accuracy of Quantized Models": [[41, "accuracy-of-quantized-models"]], "Quantization Accuracy": [[41, "id1"]], "Model Quantization APIs": [[41, "model-quantization-apis"]], "Model Server (Serving Framework)": [[43, "model-server-serving-framework"]], "Installation": [[43, "installation"]], "Running a Model Server": [[43, "running-a-model-server"]], "Running a Model Server with a Configuration File": [[43, "running-a-model-server-with-a-configuration-file"]], "Endpoints": [[43, "endpoints"]], "Endpoints of KServe Predict Protocol Version 2": [[43, "id1"]], "Tutorial and Code Examples": [[44, "tutorial-and-code-examples"]], "Tutorial": [[44, "id1"]], "Code Examples": [[44, "code-examples"]]}, "indexentries": {"error (furiosa.common.native.loglevel attribute)": [[0, "furiosa.common.native.LogLevel.ERROR"]], "furiosaerror": [[0, "furiosa.common.error.FuriosaError"]], "furiosaversioninfo (class in furiosa.common.utils)": [[0, "furiosa.common.utils.FuriosaVersionInfo"]], "info (furiosa.common.native.loglevel attribute)": [[0, "furiosa.common.native.LogLevel.INFO"]], "loglevel (class in furiosa.common.native)": [[0, "furiosa.common.native.LogLevel"]], "off (furiosa.common.native.loglevel attribute)": [[0, "furiosa.common.native.LogLevel.OFF"]], "warn (furiosa.common.native.loglevel attribute)": [[0, "furiosa.common.native.LogLevel.WARN"]], "asynchronous() (in module furiosa.common.thread)": [[0, "furiosa.common.thread.asynchronous"]], "eprint() (in module furiosa.common.utils)": [[0, "furiosa.common.utils.eprint"]], "find_global_lib_path() (in module furiosa.common.native)": [[0, "furiosa.common.native.find_global_lib_path"]], "find_native_lib_path() (in module furiosa.common.native)": [[0, "furiosa.common.native.find_native_lib_path"]], "find_native_libs() (in module furiosa.common.native)": [[0, "furiosa.common.native.find_native_libs"]], "find_user_lib_path() (in module furiosa.common.native)": [[0, "furiosa.common.native.find_user_lib_path"]], "furiosa.common": [[0, "module-furiosa.common"]], "furiosa.common.error": [[0, "module-furiosa.common.error"]], "furiosa.common.native": [[0, "module-furiosa.common.native"]], "furiosa.common.thread": [[0, "module-furiosa.common.thread"]], "furiosa.common.utils": [[0, "module-furiosa.common.utils"]], "get_sdk_version() (in module furiosa.common)": [[0, "furiosa.common.get_sdk_version"]], "get_sdk_version() (in module furiosa.common.utils)": [[0, "furiosa.common.utils.get_sdk_version"]], "is_err() (in module furiosa.common.error)": [[0, "furiosa.common.error.is_err"]], "is_ok() (in module furiosa.common.error)": [[0, "furiosa.common.error.is_ok"]], "module": [[0, "module-furiosa.common"], [0, "module-furiosa.common.error"], [0, "module-furiosa.common.native"], [0, "module-furiosa.common.thread"], [0, "module-furiosa.common.utils"], [1, "module-furiosa.common.transport"], [1, "module-furiosa.common.transport.base"], [1, "module-furiosa.common.transport.error"], [1, "module-furiosa.common.transport.file"], [1, "module-furiosa.common.transport.github"], [1, "module-furiosa.common.transport.http"], [1, "module-furiosa.common.transport.s3"], [2, "module-furiosa.optimizer"], [3, "module-furiosa.optimizer.frontend"], [4, "module-furiosa.optimizer.frontend.onnx"], [5, "module-furiosa.optimizer.frontend.onnx.transformer"], [5, "module-furiosa.optimizer.frontend.onnx.transformer.convert_negative_pads_to_slice"], [5, "module-furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu"], [5, "module-furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm"], [5, "module-furiosa.optimizer.frontend.onnx.transformer.fuse_gather_matmul"], [5, "module-furiosa.optimizer.frontend.onnx.transformer.infer_squeeze_axes"], [5, "module-furiosa.optimizer.frontend.onnx.transformer.polish_model"], [5, "module-furiosa.optimizer.frontend.onnx.transformer.utils"], [6, "module-furiosa.optimizer.frontend.onnx.transformer.experimental"], [6, "module-furiosa.optimizer.frontend.onnx.transformer.experimental.eliminate_detection_postprocess"], [6, "module-furiosa.optimizer.frontend.onnx.transformer.experimental.embedding_bag_porting"], [6, "module-furiosa.optimizer.frontend.onnx.transformer.experimental.fuse_div_for_bert"], [6, "module-furiosa.optimizer.frontend.onnx.transformer.experimental.reify_conv_for_bert"], [7, "module-furiosa.optimizer.frontend.onnx.utils"], [7, "module-furiosa.optimizer.frontend.onnx.utils.check_model"], [7, "module-furiosa.optimizer.frontend.onnx.utils.inference_shape"], [7, "module-furiosa.optimizer.frontend.onnx.utils.version_checker"], [8, "module-furiosa.optimizer.interfaces"], [8, "module-furiosa.optimizer.interfaces.transformer"], [9, "module-furiosa.quantizer"], [9, "module-furiosa.quantizer.calibrator"], [9, "module-furiosa.quantizer.editor"], [10, "module-furiosa.runtime"], [10, "module-furiosa.runtime.compiler"], [10, "module-furiosa.runtime.consts"], [10, "module-furiosa.runtime.envs"], [10, "module-furiosa.runtime.errors"], [10, "module-furiosa.runtime.model"], [10, "module-furiosa.runtime.profiler"], [10, "module-furiosa.runtime.session"], [10, "module-furiosa.runtime.tensor"], [11, "module-furiosa.server.errors"], [19, "module-furiosa.server.utils"]], "removeprefix() (in module furiosa.common.utils)": [[0, "furiosa.common.utils.removeprefix"]], "synchronous() (in module furiosa.common.thread)": [[0, "furiosa.common.thread.synchronous"]], "filetransport (class in furiosa.common.transport)": [[1, "furiosa.common.transport.FileTransport"]], "filetransport (class in furiosa.common.transport.file)": [[1, "furiosa.common.transport.file.FileTransport"]], "githubtransport (class in furiosa.common.transport)": [[1, "furiosa.common.transport.GithubTransport"]], "githubtransport (class in furiosa.common.transport.github)": [[1, "furiosa.common.transport.github.GithubTransport"]], "httptransport (class in furiosa.common.transport)": [[1, "furiosa.common.transport.HTTPTransport"]], "httptransport (class in furiosa.common.transport.http)": [[1, "furiosa.common.transport.http.HTTPTransport"]], "s3transport (class in furiosa.common.transport)": [[1, "furiosa.common.transport.S3Transport"]], "s3transport (class in furiosa.common.transport.s3)": [[1, "furiosa.common.transport.s3.S3Transport"]], "transport (class in furiosa.common.transport)": [[1, "furiosa.common.transport.Transport"]], "transport (class in furiosa.common.transport.base)": [[1, "furiosa.common.transport.base.Transport"]], "transporterror": [[1, "furiosa.common.transport.error.TransportError"]], "transportnotfound": [[1, "furiosa.common.transport.error.TransportNotFound"]], "cache_directory (furiosa.common.transport.transport property)": [[1, "furiosa.common.transport.Transport.cache_directory"]], "cache_directory (furiosa.common.transport.base.transport property)": [[1, "furiosa.common.transport.base.Transport.cache_directory"]], "download() (furiosa.common.transport.filetransport method)": [[1, "furiosa.common.transport.FileTransport.download"]], "download() (furiosa.common.transport.githubtransport method)": [[1, "furiosa.common.transport.GithubTransport.download"]], "download() (furiosa.common.transport.httptransport method)": [[1, "furiosa.common.transport.HTTPTransport.download"]], "download() (furiosa.common.transport.s3transport method)": [[1, "furiosa.common.transport.S3Transport.download"]], "download() (furiosa.common.transport.transport method)": [[1, "furiosa.common.transport.Transport.download"]], "download() (furiosa.common.transport.base.transport method)": [[1, "furiosa.common.transport.base.Transport.download"]], "download() (furiosa.common.transport.file.filetransport method)": [[1, "furiosa.common.transport.file.FileTransport.download"]], "download() (furiosa.common.transport.github.githubtransport method)": [[1, "furiosa.common.transport.github.GithubTransport.download"]], "download() (furiosa.common.transport.http.httptransport method)": [[1, "furiosa.common.transport.http.HTTPTransport.download"]], "download() (furiosa.common.transport.s3.s3transport method)": [[1, "furiosa.common.transport.s3.S3Transport.download"]], "download() (in module furiosa.common.transport)": [[1, "furiosa.common.transport.download"]], "furiosa.common.transport": [[1, "module-furiosa.common.transport"]], "furiosa.common.transport.base": [[1, "module-furiosa.common.transport.base"]], "furiosa.common.transport.error": [[1, "module-furiosa.common.transport.error"]], "furiosa.common.transport.file": [[1, "module-furiosa.common.transport.file"]], "furiosa.common.transport.github": [[1, "module-furiosa.common.transport.github"]], "furiosa.common.transport.http": [[1, "module-furiosa.common.transport.http"]], "furiosa.common.transport.s3": [[1, "module-furiosa.common.transport.s3"]], "is_relative() (in module furiosa.common.transport)": [[1, "furiosa.common.transport.is_relative"]], "is_supported() (furiosa.common.transport.filetransport static method)": [[1, "furiosa.common.transport.FileTransport.is_supported"]], "is_supported() (furiosa.common.transport.githubtransport static method)": [[1, "furiosa.common.transport.GithubTransport.is_supported"]], "is_supported() (furiosa.common.transport.httptransport static method)": [[1, "furiosa.common.transport.HTTPTransport.is_supported"]], "is_supported() (furiosa.common.transport.s3transport static method)": [[1, "furiosa.common.transport.S3Transport.is_supported"]], "is_supported() (furiosa.common.transport.transport static method)": [[1, "furiosa.common.transport.Transport.is_supported"]], "is_supported() (furiosa.common.transport.base.transport static method)": [[1, "furiosa.common.transport.base.Transport.is_supported"]], "is_supported() (furiosa.common.transport.file.filetransport static method)": [[1, "furiosa.common.transport.file.FileTransport.is_supported"]], "is_supported() (furiosa.common.transport.github.githubtransport static method)": [[1, "furiosa.common.transport.github.GithubTransport.is_supported"]], "is_supported() (furiosa.common.transport.http.httptransport static method)": [[1, "furiosa.common.transport.http.HTTPTransport.is_supported"]], "is_supported() (furiosa.common.transport.s3.s3transport static method)": [[1, "furiosa.common.transport.s3.S3Transport.is_supported"]], "parse() (furiosa.common.transport.githubtransport method)": [[1, "furiosa.common.transport.GithubTransport.parse"]], "parse() (furiosa.common.transport.s3transport static method)": [[1, "furiosa.common.transport.S3Transport.parse"]], "parse() (furiosa.common.transport.github.githubtransport method)": [[1, "furiosa.common.transport.github.GithubTransport.parse"]], "parse() (furiosa.common.transport.s3.s3transport static method)": [[1, "furiosa.common.transport.s3.S3Transport.parse"]], "read (furiosa.common.transport.filetransport attribute)": [[1, "furiosa.common.transport.FileTransport.read"]], "read (furiosa.common.transport.githubtransport attribute)": [[1, "furiosa.common.transport.GithubTransport.read"]], "read (furiosa.common.transport.httptransport attribute)": [[1, "furiosa.common.transport.HTTPTransport.read"]], "read (furiosa.common.transport.s3transport attribute)": [[1, "furiosa.common.transport.S3Transport.read"]], "read (furiosa.common.transport.transport attribute)": [[1, "furiosa.common.transport.Transport.read"]], "read (furiosa.common.transport.base.transport attribute)": [[1, "furiosa.common.transport.base.Transport.read"]], "read (furiosa.common.transport.file.filetransport attribute)": [[1, "furiosa.common.transport.file.FileTransport.read"]], "read (furiosa.common.transport.github.githubtransport attribute)": [[1, "furiosa.common.transport.github.GithubTransport.read"]], "read (furiosa.common.transport.http.httptransport attribute)": [[1, "furiosa.common.transport.http.HTTPTransport.read"]], "read (furiosa.common.transport.s3.s3transport attribute)": [[1, "furiosa.common.transport.s3.S3Transport.read"]], "scheme (furiosa.common.transport.filetransport attribute)": [[1, "furiosa.common.transport.FileTransport.scheme"]], "scheme (furiosa.common.transport.s3transport attribute)": [[1, "furiosa.common.transport.S3Transport.scheme"]], "scheme (furiosa.common.transport.file.filetransport attribute)": [[1, "furiosa.common.transport.file.FileTransport.scheme"]], "scheme (furiosa.common.transport.s3.s3transport attribute)": [[1, "furiosa.common.transport.s3.S3Transport.scheme"]], "schemes (furiosa.common.transport.githubtransport attribute)": [[1, "furiosa.common.transport.GithubTransport.schemes"]], "schemes (furiosa.common.transport.httptransport attribute)": [[1, "furiosa.common.transport.HTTPTransport.schemes"]], "schemes (furiosa.common.transport.github.githubtransport attribute)": [[1, "furiosa.common.transport.github.GithubTransport.schemes"]], "schemes (furiosa.common.transport.http.httptransport attribute)": [[1, "furiosa.common.transport.http.HTTPTransport.schemes"]], "supported() (in module furiosa.common.transport)": [[1, "furiosa.common.transport.supported"]], "furiosa.optimizer": [[2, "module-furiosa.optimizer"]], "optimize_model() (in module furiosa.optimizer)": [[2, "furiosa.optimizer.optimize_model"]], "furiosa.optimizer.frontend": [[3, "module-furiosa.optimizer.frontend"]], "furiosa.optimizer.frontend.onnx": [[4, "module-furiosa.optimizer.frontend.onnx"]], "optimize_model() (in module furiosa.optimizer.frontend.onnx)": [[4, "furiosa.optimizer.frontend.onnx.optimize_model"]], "convertnegativepadstoslice (class in furiosa.optimizer.frontend.onnx.transformer.convert_negative_pads_to_slice)": [[5, "furiosa.optimizer.frontend.onnx.transformer.convert_negative_pads_to_slice.ConvertNegativePadsToSlice"]], "convertprelutorelu (class in furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu)": [[5, "furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu.ConvertPReluToRelu"]], "fusebatchnorm (class in furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm)": [[5, "furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm.FuseBatchNorm"]], "fusegathermatmul (class in furiosa.optimizer.frontend.onnx.transformer.fuse_gather_matmul)": [[5, "furiosa.optimizer.frontend.onnx.transformer.fuse_gather_matmul.FuseGatherMatMul"]], "infersqueezeaxes (class in furiosa.optimizer.frontend.onnx.transformer.infer_squeeze_axes)": [[5, "furiosa.optimizer.frontend.onnx.transformer.infer_squeeze_axes.InferSqueezeAxes"]], "onnxtransformer (class in furiosa.optimizer.frontend.onnx.transformer)": [[5, "furiosa.optimizer.frontend.onnx.transformer.ONNXTransformer"]], "pattern_1 (class in furiosa.optimizer.frontend.onnx.transformer.convert_negative_pads_to_slice)": [[5, "furiosa.optimizer.frontend.onnx.transformer.convert_negative_pads_to_slice.Pattern_1"]], "pattern_1 (class in furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu)": [[5, "furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu.Pattern_1"]], "pattern_1 (class in furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm)": [[5, "furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm.Pattern_1"]], "pattern_1 (class in furiosa.optimizer.frontend.onnx.transformer.fuse_gather_matmul)": [[5, "furiosa.optimizer.frontend.onnx.transformer.fuse_gather_matmul.Pattern_1"]], "pattern_1 (class in furiosa.optimizer.frontend.onnx.transformer.infer_squeeze_axes)": [[5, "furiosa.optimizer.frontend.onnx.transformer.infer_squeeze_axes.Pattern_1"]], "pattern_2 (class in furiosa.optimizer.frontend.onnx.transformer.convert_negative_pads_to_slice)": [[5, "furiosa.optimizer.frontend.onnx.transformer.convert_negative_pads_to_slice.Pattern_2"]], "pattern_2 (class in furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu)": [[5, "furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu.Pattern_2"]], "pattern_2 (class in furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm)": [[5, "furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm.Pattern_2"]], "pattern_3 (class in furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm)": [[5, "furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm.Pattern_3"]], "pattern_4 (class in furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm)": [[5, "furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm.Pattern_4"]], "polishmodel (class in furiosa.optimizer.frontend.onnx.transformer.polish_model)": [[5, "furiosa.optimizer.frontend.onnx.transformer.polish_model.PolishModel"]], "bridge_disconnected_nodes() (furiosa.optimizer.frontend.onnx.transformer.onnxtransformer method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.ONNXTransformer.bridge_disconnected_nodes"]], "build_optimized_model() (furiosa.optimizer.frontend.onnx.transformer.onnxtransformer method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.ONNXTransformer.build_optimized_model"]], "check_runnable (furiosa.optimizer.frontend.onnx.transformer.onnxtransformer attribute)": [[5, "furiosa.optimizer.frontend.onnx.transformer.ONNXTransformer.check_runnable"]], "check_value_info() (in module furiosa.optimizer.frontend.onnx.transformer.utils)": [[5, "furiosa.optimizer.frontend.onnx.transformer.utils.check_value_info"]], "copy_value_info() (furiosa.optimizer.frontend.onnx.transformer.onnxtransformer method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.ONNXTransformer.copy_value_info"]], "eliminate_initializer_from_graph_input() (in module furiosa.optimizer.frontend.onnx.transformer.utils)": [[5, "furiosa.optimizer.frontend.onnx.transformer.utils.eliminate_initializer_from_graph_input"]], "eliminate_unused_initializer() (in module furiosa.optimizer.frontend.onnx.transformer.utils)": [[5, "furiosa.optimizer.frontend.onnx.transformer.utils.eliminate_unused_initializer"]], "eliminate_unused_input() (in module furiosa.optimizer.frontend.onnx.transformer.utils)": [[5, "furiosa.optimizer.frontend.onnx.transformer.utils.eliminate_unused_input"]], "eliminate_unused_output() (in module furiosa.optimizer.frontend.onnx.transformer.utils)": [[5, "furiosa.optimizer.frontend.onnx.transformer.utils.eliminate_unused_output"]], "eliminate_unused_protos() (in module furiosa.optimizer.frontend.onnx.transformer.utils)": [[5, "furiosa.optimizer.frontend.onnx.transformer.utils.eliminate_unused_protos"]], "eliminate_unused_value_info() (in module furiosa.optimizer.frontend.onnx.transformer.utils)": [[5, "furiosa.optimizer.frontend.onnx.transformer.utils.eliminate_unused_value_info"]], "find_next_node() (furiosa.optimizer.frontend.onnx.transformer.onnxtransformer method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.ONNXTransformer.find_next_node"]], "find_prev_node() (furiosa.optimizer.frontend.onnx.transformer.onnxtransformer method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.ONNXTransformer.find_prev_node"]], "fix_batch_size_as_one() (in module furiosa.optimizer.frontend.onnx.transformer.utils)": [[5, "furiosa.optimizer.frontend.onnx.transformer.utils.fix_batch_size_as_one"]], "fixed_point() (in module furiosa.optimizer.frontend.onnx.transformer.utils)": [[5, "furiosa.optimizer.frontend.onnx.transformer.utils.fixed_point"]], "furiosa.optimizer.frontend.onnx.transformer": [[5, "module-furiosa.optimizer.frontend.onnx.transformer"]], "furiosa.optimizer.frontend.onnx.transformer.convert_negative_pads_to_slice": [[5, "module-furiosa.optimizer.frontend.onnx.transformer.convert_negative_pads_to_slice"]], "furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu": [[5, "module-furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu"]], "furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm": [[5, "module-furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm"]], "furiosa.optimizer.frontend.onnx.transformer.fuse_gather_matmul": [[5, "module-furiosa.optimizer.frontend.onnx.transformer.fuse_gather_matmul"]], "furiosa.optimizer.frontend.onnx.transformer.infer_squeeze_axes": [[5, "module-furiosa.optimizer.frontend.onnx.transformer.infer_squeeze_axes"]], "furiosa.optimizer.frontend.onnx.transformer.polish_model": [[5, "module-furiosa.optimizer.frontend.onnx.transformer.polish_model"]], "furiosa.optimizer.frontend.onnx.transformer.utils": [[5, "module-furiosa.optimizer.frontend.onnx.transformer.utils"]], "get_attribute() (in module furiosa.optimizer.frontend.onnx.transformer.utils)": [[5, "furiosa.optimizer.frontend.onnx.transformer.utils.get_attribute"]], "get_data_node_input() (furiosa.optimizer.frontend.onnx.transformer.onnxtransformer method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.ONNXTransformer.get_data_node_input"]], "get_init_node_input() (furiosa.optimizer.frontend.onnx.transformer.onnxtransformer method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.ONNXTransformer.get_init_node_input"]], "get_initializer_array() (furiosa.optimizer.frontend.onnx.transformer.onnxtransformer method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.ONNXTransformer.get_initializer_array"]], "get_map_values() (furiosa.optimizer.frontend.onnx.transformer.onnxtransformer method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.ONNXTransformer.get_map_values"]], "get_node_attributes() (in module furiosa.optimizer.frontend.onnx.transformer.utils)": [[5, "furiosa.optimizer.frontend.onnx.transformer.utils.get_node_attributes"]], "get_node_input_names() (in module furiosa.optimizer.frontend.onnx.transformer.utils)": [[5, "furiosa.optimizer.frontend.onnx.transformer.utils.get_node_input_names"]], "get_node_output_names() (in module furiosa.optimizer.frontend.onnx.transformer.utils)": [[5, "furiosa.optimizer.frontend.onnx.transformer.utils.get_node_output_names"]], "get_value_info_dtype() (furiosa.optimizer.frontend.onnx.transformer.onnxtransformer method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.ONNXTransformer.get_value_info_dtype"]], "get_value_info_shape() (furiosa.optimizer.frontend.onnx.transformer.onnxtransformer method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.ONNXTransformer.get_value_info_shape"]], "is_op_type() (in module furiosa.optimizer.frontend.onnx.transformer.utils)": [[5, "furiosa.optimizer.frontend.onnx.transformer.utils.is_op_type"]], "is_same_shape() (furiosa.optimizer.frontend.onnx.transformer.onnxtransformer method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.ONNXTransformer.is_same_shape"]], "make_initializer_name_unique() (in module furiosa.optimizer.frontend.onnx.transformer.utils)": [[5, "furiosa.optimizer.frontend.onnx.transformer.utils.make_initializer_name_unique"]], "make_new_init() (furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu.pattern_1 method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu.Pattern_1.make_new_init"]], "make_new_init() (furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu.pattern_2 method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu.Pattern_2.make_new_init"]], "make_new_init() (furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm.pattern_4 method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm.Pattern_4.make_new_init"]], "make_new_init() (furiosa.optimizer.frontend.onnx.transformer.fuse_gather_matmul.pattern_1 method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.fuse_gather_matmul.Pattern_1.make_new_init"]], "make_new_init_and_vi() (furiosa.optimizer.frontend.onnx.transformer.convert_negative_pads_to_slice.pattern_1 method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.convert_negative_pads_to_slice.Pattern_1.make_new_init_and_vi"]], "make_new_node() (furiosa.optimizer.frontend.onnx.transformer.convert_negative_pads_to_slice.pattern_1 method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.convert_negative_pads_to_slice.Pattern_1.make_new_node"]], "make_new_node() (furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu.pattern_1 method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu.Pattern_1.make_new_node"]], "make_new_node() (furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu.pattern_2 method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu.Pattern_2.make_new_node"]], "make_new_node() (furiosa.optimizer.frontend.onnx.transformer.fuse_gather_matmul.pattern_1 static method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.fuse_gather_matmul.Pattern_1.make_new_node"]], "make_new_node() (furiosa.optimizer.frontend.onnx.transformer.infer_squeeze_axes.pattern_1 method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.infer_squeeze_axes.Pattern_1.make_new_node"]], "make_new_vi() (furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu.pattern_1 method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu.Pattern_1.make_new_vi"]], "make_new_vi() (furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu.pattern_2 method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu.Pattern_2.make_new_vi"]], "make_new_vi() (furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm.pattern_4 method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm.Pattern_4.make_new_vi"]], "make_unhashables_unique() (in module furiosa.optimizer.frontend.onnx.transformer.utils)": [[5, "furiosa.optimizer.frontend.onnx.transformer.utils.make_unhashables_unique"]], "name_nodes() (in module furiosa.optimizer.frontend.onnx.transformer.utils)": [[5, "furiosa.optimizer.frontend.onnx.transformer.utils.name_nodes"]], "pattern_condition_checker() (furiosa.optimizer.frontend.onnx.transformer.convert_negative_pads_to_slice.pattern_1 method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.convert_negative_pads_to_slice.Pattern_1.pattern_condition_checker"]], "pattern_condition_checker() (furiosa.optimizer.frontend.onnx.transformer.convert_negative_pads_to_slice.pattern_2 method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.convert_negative_pads_to_slice.Pattern_2.pattern_condition_checker"]], "pattern_condition_checker() (furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu.pattern_1 method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu.Pattern_1.pattern_condition_checker"]], "pattern_condition_checker() (furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu.pattern_2 method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu.Pattern_2.pattern_condition_checker"]], "pattern_condition_checker() (furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm.pattern_3 method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm.Pattern_3.pattern_condition_checker"]], "pattern_condition_checker() (furiosa.optimizer.frontend.onnx.transformer.fuse_gather_matmul.pattern_1 method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.fuse_gather_matmul.Pattern_1.pattern_condition_checker"]], "pattern_condition_checker() (furiosa.optimizer.frontend.onnx.transformer.infer_squeeze_axes.pattern_1 method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.infer_squeeze_axes.Pattern_1.pattern_condition_checker"]], "pattern_matcher() (furiosa.optimizer.frontend.onnx.transformer.onnxtransformer method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.ONNXTransformer.pattern_matcher"]], "pattern_matching() (furiosa.optimizer.frontend.onnx.transformer.onnxtransformer method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.ONNXTransformer.pattern_matching"]], "pattern_matching() (furiosa.optimizer.frontend.onnx.transformer.convert_negative_pads_to_slice.pattern_1 method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.convert_negative_pads_to_slice.Pattern_1.pattern_matching"]], "pattern_matching() (furiosa.optimizer.frontend.onnx.transformer.convert_negative_pads_to_slice.pattern_2 method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.convert_negative_pads_to_slice.Pattern_2.pattern_matching"]], "pattern_matching() (furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu.pattern_1 method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu.Pattern_1.pattern_matching"]], "pattern_matching() (furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu.pattern_2 method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu.Pattern_2.pattern_matching"]], "pattern_matching() (furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm.pattern_1 method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm.Pattern_1.pattern_matching"]], "pattern_matching() (furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm.pattern_2 method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm.Pattern_2.pattern_matching"]], "pattern_matching() (furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm.pattern_3 method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm.Pattern_3.pattern_matching"]], "pattern_matching() (furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm.pattern_4 method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm.Pattern_4.pattern_matching"]], "pattern_matching() (furiosa.optimizer.frontend.onnx.transformer.fuse_gather_matmul.pattern_1 method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.fuse_gather_matmul.Pattern_1.pattern_matching"]], "pattern_matching() (furiosa.optimizer.frontend.onnx.transformer.infer_squeeze_axes.pattern_1 method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.infer_squeeze_axes.Pattern_1.pattern_matching"]], "pattern_to_match (furiosa.optimizer.frontend.onnx.transformer.convert_negative_pads_to_slice.pattern_1 attribute)": [[5, "furiosa.optimizer.frontend.onnx.transformer.convert_negative_pads_to_slice.Pattern_1.pattern_to_match"]], "pattern_to_match (furiosa.optimizer.frontend.onnx.transformer.convert_negative_pads_to_slice.pattern_2 attribute)": [[5, "furiosa.optimizer.frontend.onnx.transformer.convert_negative_pads_to_slice.Pattern_2.pattern_to_match"]], "pattern_to_match (furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu.pattern_1 attribute)": [[5, "furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu.Pattern_1.pattern_to_match"]], "pattern_to_match (furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu.pattern_2 attribute)": [[5, "furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu.Pattern_2.pattern_to_match"]], "pattern_to_match (furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm.pattern_1 attribute)": [[5, "furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm.Pattern_1.pattern_to_match"]], "pattern_to_match (furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm.pattern_2 attribute)": [[5, "furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm.Pattern_2.pattern_to_match"]], "pattern_to_match (furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm.pattern_3 attribute)": [[5, "furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm.Pattern_3.pattern_to_match"]], "pattern_to_match (furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm.pattern_4 attribute)": [[5, "furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm.Pattern_4.pattern_to_match"]], "pattern_to_match (furiosa.optimizer.frontend.onnx.transformer.fuse_gather_matmul.pattern_1 attribute)": [[5, "furiosa.optimizer.frontend.onnx.transformer.fuse_gather_matmul.Pattern_1.pattern_to_match"]], "pattern_to_match (furiosa.optimizer.frontend.onnx.transformer.infer_squeeze_axes.pattern_1 attribute)": [[5, "furiosa.optimizer.frontend.onnx.transformer.infer_squeeze_axes.Pattern_1.pattern_to_match"]], "pop_multiple_optimizer_map() (furiosa.optimizer.frontend.onnx.transformer.onnxtransformer method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.ONNXTransformer.pop_multiple_optimizer_map"]], "pop_single_optimizer_map() (furiosa.optimizer.frontend.onnx.transformer.onnxtransformer method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.ONNXTransformer.pop_single_optimizer_map"]], "rebuild_model() (in module furiosa.optimizer.frontend.onnx.transformer.utils)": [[5, "furiosa.optimizer.frontend.onnx.transformer.utils.rebuild_model"]], "transform() (furiosa.optimizer.frontend.onnx.transformer.onnxtransformer method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.ONNXTransformer.transform"]], "transform() (furiosa.optimizer.frontend.onnx.transformer.convert_negative_pads_to_slice.convertnegativepadstoslice method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.convert_negative_pads_to_slice.ConvertNegativePadsToSlice.transform"]], "transform() (furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu.convertprelutorelu method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.convert_prelu_to_relu.ConvertPReluToRelu.transform"]], "transform() (furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm.fusebatchnorm method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.fuse_batchnorm.FuseBatchNorm.transform"]], "transform() (furiosa.optimizer.frontend.onnx.transformer.fuse_gather_matmul.fusegathermatmul method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.fuse_gather_matmul.FuseGatherMatMul.transform"]], "transform() (furiosa.optimizer.frontend.onnx.transformer.infer_squeeze_axes.infersqueezeaxes method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.infer_squeeze_axes.InferSqueezeAxes.transform"]], "transform() (furiosa.optimizer.frontend.onnx.transformer.polish_model.polishmodel method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.polish_model.PolishModel.transform"]], "transform_to_eliminate() (furiosa.optimizer.frontend.onnx.transformer.onnxtransformer method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.ONNXTransformer.transform_to_eliminate"]], "transform_to_fuse() (furiosa.optimizer.frontend.onnx.transformer.onnxtransformer method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.ONNXTransformer.transform_to_fuse"]], "traverse_prev_node() (furiosa.optimizer.frontend.onnx.transformer.onnxtransformer method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.ONNXTransformer.traverse_prev_node"]], "update_graph_fields() (furiosa.optimizer.frontend.onnx.transformer.onnxtransformer method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.ONNXTransformer.update_graph_fields"]], "update_multiple_initializer_map() (furiosa.optimizer.frontend.onnx.transformer.onnxtransformer method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.ONNXTransformer.update_multiple_initializer_map"]], "update_multiple_optimizer_map() (furiosa.optimizer.frontend.onnx.transformer.onnxtransformer method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.ONNXTransformer.update_multiple_optimizer_map"]], "update_multiple_value_info_map() (furiosa.optimizer.frontend.onnx.transformer.onnxtransformer method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.ONNXTransformer.update_multiple_value_info_map"]], "update_single_initializer_map() (furiosa.optimizer.frontend.onnx.transformer.onnxtransformer method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.ONNXTransformer.update_single_initializer_map"]], "update_single_optimizer_map() (furiosa.optimizer.frontend.onnx.transformer.onnxtransformer method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.ONNXTransformer.update_single_optimizer_map"]], "update_single_value_info_map() (furiosa.optimizer.frontend.onnx.transformer.onnxtransformer method)": [[5, "furiosa.optimizer.frontend.onnx.transformer.ONNXTransformer.update_single_value_info_map"]], "eliminatessddetectionpostprocess (class in furiosa.optimizer.frontend.onnx.transformer.experimental.eliminate_detection_postprocess)": [[6, "furiosa.optimizer.frontend.onnx.transformer.experimental.eliminate_detection_postprocess.EliminateSSDDetectionPostprocess"]], "embeddingbagpattern (class in furiosa.optimizer.frontend.onnx.transformer.experimental.embedding_bag_porting)": [[6, "furiosa.optimizer.frontend.onnx.transformer.experimental.embedding_bag_porting.EmbeddingBagPattern"]], "embeddingbagporting (class in furiosa.optimizer.frontend.onnx.transformer.experimental.embedding_bag_porting)": [[6, "furiosa.optimizer.frontend.onnx.transformer.experimental.embedding_bag_porting.EmbeddingBagPorting"]], "fusedivforbert (class in furiosa.optimizer.frontend.onnx.transformer.experimental.fuse_div_for_bert)": [[6, "furiosa.optimizer.frontend.onnx.transformer.experimental.fuse_div_for_bert.FuseDivForBert"]], "reifyconvforbert (class in furiosa.optimizer.frontend.onnx.transformer.experimental.reify_conv_for_bert)": [[6, "furiosa.optimizer.frontend.onnx.transformer.experimental.reify_conv_for_bert.ReifyConvForBert"]], "check_condition_3() (furiosa.optimizer.frontend.onnx.transformer.experimental.embedding_bag_porting.embeddingbagpattern method)": [[6, "furiosa.optimizer.frontend.onnx.transformer.experimental.embedding_bag_porting.EmbeddingBagPattern.check_condition_3"]], "furiosa.optimizer.frontend.onnx.transformer.experimental": [[6, "module-furiosa.optimizer.frontend.onnx.transformer.experimental"]], "furiosa.optimizer.frontend.onnx.transformer.experimental.eliminate_detection_postprocess": [[6, "module-furiosa.optimizer.frontend.onnx.transformer.experimental.eliminate_detection_postprocess"]], "furiosa.optimizer.frontend.onnx.transformer.experimental.embedding_bag_porting": [[6, "module-furiosa.optimizer.frontend.onnx.transformer.experimental.embedding_bag_porting"]], "furiosa.optimizer.frontend.onnx.transformer.experimental.fuse_div_for_bert": [[6, "module-furiosa.optimizer.frontend.onnx.transformer.experimental.fuse_div_for_bert"]], "furiosa.optimizer.frontend.onnx.transformer.experimental.reify_conv_for_bert": [[6, "module-furiosa.optimizer.frontend.onnx.transformer.experimental.reify_conv_for_bert"]], "pattern_condition_checker() (furiosa.optimizer.frontend.onnx.transformer.experimental.embedding_bag_porting.embeddingbagpattern method)": [[6, "furiosa.optimizer.frontend.onnx.transformer.experimental.embedding_bag_porting.EmbeddingBagPattern.pattern_condition_checker"]], "pattern_matching() (furiosa.optimizer.frontend.onnx.transformer.experimental.embedding_bag_porting.embeddingbagpattern method)": [[6, "furiosa.optimizer.frontend.onnx.transformer.experimental.embedding_bag_porting.EmbeddingBagPattern.pattern_matching"]], "transform() (furiosa.optimizer.frontend.onnx.transformer.experimental.eliminate_detection_postprocess.eliminatessddetectionpostprocess method)": [[6, "furiosa.optimizer.frontend.onnx.transformer.experimental.eliminate_detection_postprocess.EliminateSSDDetectionPostprocess.transform"]], "transform() (furiosa.optimizer.frontend.onnx.transformer.experimental.embedding_bag_porting.embeddingbagporting method)": [[6, "furiosa.optimizer.frontend.onnx.transformer.experimental.embedding_bag_porting.EmbeddingBagPorting.transform"]], "transform() (furiosa.optimizer.frontend.onnx.transformer.experimental.fuse_div_for_bert.fusedivforbert method)": [[6, "furiosa.optimizer.frontend.onnx.transformer.experimental.fuse_div_for_bert.FuseDivForBert.transform"]], "transform() (furiosa.optimizer.frontend.onnx.transformer.experimental.reify_conv_for_bert.reifyconvforbert method)": [[6, "furiosa.optimizer.frontend.onnx.transformer.experimental.reify_conv_for_bert.ReifyConvForBert.transform"]], "transform_matmul_add() (furiosa.optimizer.frontend.onnx.transformer.experimental.fuse_div_for_bert.fusedivforbert method)": [[6, "furiosa.optimizer.frontend.onnx.transformer.experimental.fuse_div_for_bert.FuseDivForBert.transform_matmul_add"]], "transform_matmul_add() (furiosa.optimizer.frontend.onnx.transformer.experimental.reify_conv_for_bert.reifyconvforbert method)": [[6, "furiosa.optimizer.frontend.onnx.transformer.experimental.reify_conv_for_bert.ReifyConvForBert.transform_matmul_add"]], "checkversion (class in furiosa.optimizer.frontend.onnx.utils.version_checker)": [[7, "furiosa.optimizer.frontend.onnx.utils.version_checker.CheckVersion"]], "inferenceshape (class in furiosa.optimizer.frontend.onnx.utils.inference_shape)": [[7, "furiosa.optimizer.frontend.onnx.utils.inference_shape.InferenceShape"]], "check_model() (in module furiosa.optimizer.frontend.onnx.utils.check_model)": [[7, "furiosa.optimizer.frontend.onnx.utils.check_model.check_model"]], "furiosa.optimizer.frontend.onnx.utils": [[7, "module-furiosa.optimizer.frontend.onnx.utils"]], "furiosa.optimizer.frontend.onnx.utils.check_model": [[7, "module-furiosa.optimizer.frontend.onnx.utils.check_model"]], "furiosa.optimizer.frontend.onnx.utils.inference_shape": [[7, "module-furiosa.optimizer.frontend.onnx.utils.inference_shape"]], "furiosa.optimizer.frontend.onnx.utils.version_checker": [[7, "module-furiosa.optimizer.frontend.onnx.utils.version_checker"]], "inference_shape() (furiosa.optimizer.frontend.onnx.utils.inference_shape.inferenceshape method)": [[7, "furiosa.optimizer.frontend.onnx.utils.inference_shape.InferenceShape.inference_shape"]], "opset_bound (furiosa.optimizer.frontend.onnx.utils.version_checker.checkversion attribute)": [[7, "furiosa.optimizer.frontend.onnx.utils.version_checker.CheckVersion.opset_bound"]], "transform() (furiosa.optimizer.frontend.onnx.utils.version_checker.checkversion method)": [[7, "furiosa.optimizer.frontend.onnx.utils.version_checker.CheckVersion.transform"]], "transformer (class in furiosa.optimizer.interfaces.transformer)": [[8, "furiosa.optimizer.interfaces.transformer.Transformer"]], "furiosa.optimizer.interfaces": [[8, "module-furiosa.optimizer.interfaces"]], "furiosa.optimizer.interfaces.transformer": [[8, "module-furiosa.optimizer.interfaces.transformer"]], "transform() (furiosa.optimizer.interfaces.transformer.transformer method)": [[8, "furiosa.optimizer.interfaces.transformer.Transformer.transform"]], "calibrationmethod (class in furiosa.quantizer)": [[9, "furiosa.quantizer.CalibrationMethod"]], "calibrationmethod (class in furiosa.quantizer.calibrator)": [[9, "furiosa.quantizer.calibrator.CalibrationMethod"]], "calibrator (class in furiosa.quantizer)": [[9, "furiosa.quantizer.Calibrator"]], "calibrator (class in furiosa.quantizer.calibrator)": [[9, "furiosa.quantizer.calibrator.Calibrator"]], "entropy_asym (furiosa.quantizer.calibrationmethod attribute)": [[9, "furiosa.quantizer.CalibrationMethod.ENTROPY_ASYM"], [9, "id10"]], "entropy_asym (furiosa.quantizer.calibrator.calibrationmethod attribute)": [[9, "furiosa.quantizer.calibrator.CalibrationMethod.ENTROPY_ASYM"], [9, "id0"]], "entropy_sym (furiosa.quantizer.calibrationmethod attribute)": [[9, "furiosa.quantizer.CalibrationMethod.ENTROPY_SYM"], [9, "id11"]], "entropy_sym (furiosa.quantizer.calibrator.calibrationmethod attribute)": [[9, "furiosa.quantizer.calibrator.CalibrationMethod.ENTROPY_SYM"], [9, "id1"]], "int8 (furiosa.quantizer.tensortype attribute)": [[9, "furiosa.quantizer.TensorType.INT8"]], "int8 (furiosa.quantizer.editor.tensortype attribute)": [[9, "furiosa.quantizer.editor.TensorType.INT8"]], "min_max_asym (furiosa.quantizer.calibrationmethod attribute)": [[9, "furiosa.quantizer.CalibrationMethod.MIN_MAX_ASYM"], [9, "id12"]], "min_max_asym (furiosa.quantizer.calibrator.calibrationmethod attribute)": [[9, "furiosa.quantizer.calibrator.CalibrationMethod.MIN_MAX_ASYM"], [9, "id2"]], "min_max_sym (furiosa.quantizer.calibrationmethod attribute)": [[9, "furiosa.quantizer.CalibrationMethod.MIN_MAX_SYM"], [9, "id13"]], "min_max_sym (furiosa.quantizer.calibrator.calibrationmethod attribute)": [[9, "furiosa.quantizer.calibrator.CalibrationMethod.MIN_MAX_SYM"], [9, "id3"]], "mse_asym (furiosa.quantizer.calibrationmethod attribute)": [[9, "furiosa.quantizer.CalibrationMethod.MSE_ASYM"], [9, "id14"]], "mse_asym (furiosa.quantizer.calibrator.calibrationmethod attribute)": [[9, "furiosa.quantizer.calibrator.CalibrationMethod.MSE_ASYM"], [9, "id4"]], "mse_sym (furiosa.quantizer.calibrationmethod attribute)": [[9, "furiosa.quantizer.CalibrationMethod.MSE_SYM"], [9, "id15"]], "mse_sym (furiosa.quantizer.calibrator.calibrationmethod attribute)": [[9, "furiosa.quantizer.calibrator.CalibrationMethod.MSE_SYM"], [9, "id5"]], "modeleditor (class in furiosa.quantizer)": [[9, "furiosa.quantizer.ModelEditor"]], "modeleditor (class in furiosa.quantizer.editor)": [[9, "furiosa.quantizer.editor.ModelEditor"]], "percentile_asym (furiosa.quantizer.calibrationmethod attribute)": [[9, "furiosa.quantizer.CalibrationMethod.PERCENTILE_ASYM"], [9, "id16"]], "percentile_asym (furiosa.quantizer.calibrator.calibrationmethod attribute)": [[9, "furiosa.quantizer.calibrator.CalibrationMethod.PERCENTILE_ASYM"], [9, "id6"]], "percentile_sym (furiosa.quantizer.calibrationmethod attribute)": [[9, "furiosa.quantizer.CalibrationMethod.PERCENTILE_SYM"], [9, "id17"]], "percentile_sym (furiosa.quantizer.calibrator.calibrationmethod attribute)": [[9, "furiosa.quantizer.calibrator.CalibrationMethod.PERCENTILE_SYM"], [9, "id7"]], "sqnr_asym (furiosa.quantizer.calibrationmethod attribute)": [[9, "furiosa.quantizer.CalibrationMethod.SQNR_ASYM"], [9, "id18"]], "sqnr_asym (furiosa.quantizer.calibrator.calibrationmethod attribute)": [[9, "furiosa.quantizer.calibrator.CalibrationMethod.SQNR_ASYM"], [9, "id8"]], "sqnr_sym (furiosa.quantizer.calibrationmethod attribute)": [[9, "furiosa.quantizer.CalibrationMethod.SQNR_SYM"], [9, "id19"]], "sqnr_sym (furiosa.quantizer.calibrator.calibrationmethod attribute)": [[9, "furiosa.quantizer.calibrator.CalibrationMethod.SQNR_SYM"], [9, "id9"]], "tensortype (class in furiosa.quantizer)": [[9, "furiosa.quantizer.TensorType"]], "tensortype (class in furiosa.quantizer.editor)": [[9, "furiosa.quantizer.editor.TensorType"]], "uint8 (furiosa.quantizer.tensortype attribute)": [[9, "furiosa.quantizer.TensorType.UINT8"]], "uint8 (furiosa.quantizer.editor.tensortype attribute)": [[9, "furiosa.quantizer.editor.TensorType.UINT8"]], "collect_data() (furiosa.quantizer.calibrator method)": [[9, "furiosa.quantizer.Calibrator.collect_data"]], "collect_data() (furiosa.quantizer.calibrator.calibrator method)": [[9, "furiosa.quantizer.calibrator.Calibrator.collect_data"]], "compute_range() (furiosa.quantizer.calibrator method)": [[9, "furiosa.quantizer.Calibrator.compute_range"]], "compute_range() (furiosa.quantizer.calibrator.calibrator method)": [[9, "furiosa.quantizer.calibrator.Calibrator.compute_range"]], "convert_input_type() (furiosa.quantizer.modeleditor method)": [[9, "furiosa.quantizer.ModelEditor.convert_input_type"]], "convert_input_type() (furiosa.quantizer.editor.modeleditor method)": [[9, "furiosa.quantizer.editor.ModelEditor.convert_input_type"]], "convert_output_type() (furiosa.quantizer.modeleditor method)": [[9, "furiosa.quantizer.ModelEditor.convert_output_type"]], "convert_output_type() (furiosa.quantizer.editor.modeleditor method)": [[9, "furiosa.quantizer.editor.ModelEditor.convert_output_type"]], "furiosa.quantizer": [[9, "module-furiosa.quantizer"]], "furiosa.quantizer.calibrator": [[9, "module-furiosa.quantizer.calibrator"]], "furiosa.quantizer.editor": [[9, "module-furiosa.quantizer.editor"]], "get_output_names() (in module furiosa.quantizer)": [[9, "furiosa.quantizer.get_output_names"]], "get_output_names() (in module furiosa.quantizer.editor)": [[9, "furiosa.quantizer.editor.get_output_names"]], "get_pure_input_names() (in module furiosa.quantizer)": [[9, "furiosa.quantizer.get_pure_input_names"]], "get_pure_input_names() (in module furiosa.quantizer.editor)": [[9, "furiosa.quantizer.editor.get_pure_input_names"]], "quantize() (in module furiosa.quantizer)": [[9, "furiosa.quantizer.quantize"]], "all (furiosa.runtime.profiler.resource property)": [[10, "furiosa.runtime.profiler.Resource.All"]], "apiclientinitfailed": [[10, "furiosa.runtime.errors.ApiClientInitFailed"]], "asyncsession (class in furiosa.runtime.session)": [[10, "furiosa.runtime.session.AsyncSession"]], "axis (class in furiosa.runtime)": [[10, "furiosa.runtime.Axis"]], "batch (furiosa.runtime.axis property)": [[10, "furiosa.runtime.Axis.BATCH"]], "bfloat16 (furiosa.runtime.datatype property)": [[10, "furiosa.runtime.DataType.BFLOAT16"]], "channel (furiosa.runtime.axis property)": [[10, "furiosa.runtime.Axis.CHANNEL"]], "chrometrace (furiosa.runtime.profiler.recordformat property)": [[10, "furiosa.runtime.profiler.RecordFormat.ChromeTrace"]], "compilationfailed": [[10, "furiosa.runtime.errors.CompilationFailed"]], "completionqueue (class in furiosa.runtime.session)": [[10, "furiosa.runtime.session.CompletionQueue"]], "cpu (furiosa.runtime.profiler.resource property)": [[10, "furiosa.runtime.profiler.Resource.Cpu"]], "datatype (class in furiosa.runtime)": [[10, "furiosa.runtime.DataType"]], "devicebusy": [[10, "furiosa.runtime.errors.DeviceBusy"]], "float16 (furiosa.runtime.datatype property)": [[10, "furiosa.runtime.DataType.FLOAT16"]], "float32 (furiosa.runtime.datatype property)": [[10, "furiosa.runtime.DataType.FLOAT32"]], "furiosa_devices": [[10, "envvar-FURIOSA_DEVICES"], [10, "index-1"]], "furiosa_log_level": [[10, "envvar-FURIOSA_LOG_LEVEL"]], "furiosaruntimeerror": [[10, "furiosa.runtime.FuriosaRuntimeError"]], "furiosaruntimewarning": [[10, "furiosa.runtime.FuriosaRuntimeWarning"]], "height (furiosa.runtime.axis property)": [[10, "furiosa.runtime.Axis.HEIGHT"]], "int16 (furiosa.runtime.datatype property)": [[10, "furiosa.runtime.DataType.INT16"]], "int32 (furiosa.runtime.datatype property)": [[10, "furiosa.runtime.DataType.INT32"]], "int64 (furiosa.runtime.datatype property)": [[10, "furiosa.runtime.DataType.INT64"]], "int8 (furiosa.runtime.datatype property)": [[10, "furiosa.runtime.DataType.INT8"]], "incompatibleapiclienterror": [[10, "furiosa.runtime.errors.IncompatibleApiClientError"]], "incompatiblemodel": [[10, "furiosa.runtime.errors.IncompatibleModel"]], "input queue": [[10, "term-Input-queue"]], "internalerror": [[10, "furiosa.runtime.errors.InternalError"]], "invalidcompilerconfig": [[10, "furiosa.runtime.errors.InvalidCompilerConfig"]], "invalidinput": [[10, "furiosa.runtime.errors.InvalidInput"]], "invalidsessionoption": [[10, "furiosa.runtime.errors.InvalidSessionOption"]], "invalidyamlexception": [[10, "furiosa.runtime.errors.InvalidYamlException"]], "model (class in furiosa.runtime)": [[10, "furiosa.runtime.Model"]], "modelsource (class in furiosa.runtime)": [[10, "furiosa.runtime.ModelSource"]], "npu_devname": [[10, "envvar-NPU_DEVNAME"], [10, "index-0"]], "noapikeyexception": [[10, "furiosa.runtime.errors.NoApiKeyException"]], "npu (furiosa.runtime.profiler.resource property)": [[10, "furiosa.runtime.profiler.Resource.Npu"]], "output queue": [[10, "term-Output-queue"]], "pandasdataframe (furiosa.runtime.profiler.recordformat property)": [[10, "furiosa.runtime.profiler.RecordFormat.PandasDataFrame"]], "queuewaittimeout": [[10, "furiosa.runtime.errors.QueueWaitTimeout"]], "queues": [[10, "term-Queues"]], "receiver (class in furiosa.runtime)": [[10, "furiosa.runtime.Receiver"]], "receiver (class in furiosa.runtime.sync)": [[10, "furiosa.runtime.sync.Receiver"]], "recordformat (class in furiosa.runtime.profiler)": [[10, "furiosa.runtime.profiler.RecordFormat"]], "resource (class in furiosa.runtime.profiler)": [[10, "furiosa.runtime.profiler.Resource"]], "runner (class in furiosa.runtime)": [[10, "furiosa.runtime.Runner"]], "runner (class in furiosa.runtime.sync)": [[10, "furiosa.runtime.sync.Runner"]], "runners": [[10, "term-Runners"]], "runtime (class in furiosa.runtime)": [[10, "furiosa.runtime.Runtime"]], "runtime (class in furiosa.runtime.sync)": [[10, "furiosa.runtime.sync.Runtime"]], "session (class in furiosa.runtime.session)": [[10, "furiosa.runtime.session.Session"]], "sessionclosed": [[10, "furiosa.runtime.errors.SessionClosed"]], "sessionterminated": [[10, "furiosa.runtime.errors.SessionTerminated"]], "submitter (class in furiosa.runtime)": [[10, "furiosa.runtime.Submitter"]], "submitter (class in furiosa.runtime.sync)": [[10, "furiosa.runtime.sync.Submitter"]], "tensor (class in furiosa.runtime)": [[10, "furiosa.runtime.Tensor"]], "tensor (class in furiosa.runtime.tensor)": [[10, "furiosa.runtime.tensor.Tensor"]], "tensorarray (class in furiosa.runtime)": [[10, "furiosa.runtime.TensorArray"]], "tensorarray (class in furiosa.runtime.tensor)": [[10, "furiosa.runtime.tensor.TensorArray"]], "tensordesc (class in furiosa.runtime)": [[10, "furiosa.runtime.TensorDesc"]], "tensornamenotfound": [[10, "furiosa.runtime.errors.TensorNameNotFound"]], "uint8 (furiosa.runtime.datatype property)": [[10, "furiosa.runtime.DataType.UINT8"]], "unknown (furiosa.runtime.axis property)": [[10, "furiosa.runtime.Axis.UNKNOWN"]], "unsupporteddatatype": [[10, "furiosa.runtime.errors.UnsupportedDataType"]], "unsupportedfeature": [[10, "furiosa.runtime.errors.UnsupportedFeature"]], "unsupportedtensortype": [[10, "furiosa.runtime.errors.UnsupportedTensorType"]], "width (furiosa.runtime.axis property)": [[10, "furiosa.runtime.Axis.WIDTH"]], "allocate() (furiosa.runtime.submitter method)": [[10, "furiosa.runtime.Submitter.allocate"]], "axis() (furiosa.runtime.tensordesc method)": [[10, "furiosa.runtime.TensorDesc.axis"]], "close() (furiosa.runtime.receiver method)": [[10, "furiosa.runtime.Receiver.close"]], "close() (furiosa.runtime.runner method)": [[10, "furiosa.runtime.Runner.close"]], "close() (furiosa.runtime.runtime method)": [[10, "furiosa.runtime.Runtime.close"]], "close() (furiosa.runtime.submitter method)": [[10, "furiosa.runtime.Submitter.close"]], "close() (furiosa.runtime.session.asyncsession method)": [[10, "furiosa.runtime.session.AsyncSession.close"]], "close() (furiosa.runtime.session.completionqueue method)": [[10, "furiosa.runtime.session.CompletionQueue.close"]], "close() (furiosa.runtime.session.session method)": [[10, "furiosa.runtime.session.Session.close"]], "copy_from() (furiosa.runtime.tensor.tensor method)": [[10, "furiosa.runtime.tensor.Tensor.copy_from"]], "create() (in module furiosa.runtime.session)": [[10, "furiosa.runtime.session.create"]], "create_async() (in module furiosa.runtime.session)": [[10, "furiosa.runtime.session.create_async"]], "create_queue() (furiosa.runtime.furiosa.runtime.runtime method)": [[10, "furiosa.runtime.furiosa.runtime.Runtime.create_queue"]], "create_queue() (furiosa.runtime.sync.furiosa.runtime.sync.runtime method)": [[10, "furiosa.runtime.sync.furiosa.runtime.sync.Runtime.create_queue"]], "create_queue() (in module furiosa.runtime)": [[10, "furiosa.runtime.create_queue"]], "create_queue() (in module furiosa.runtime.sync)": [[10, "furiosa.runtime.sync.create_queue"]], "create_runner() (furiosa.runtime.furiosa.runtime.runtime method)": [[10, "furiosa.runtime.furiosa.runtime.Runtime.create_runner"]], "create_runner() (furiosa.runtime.sync.furiosa.runtime.sync.runtime method)": [[10, "furiosa.runtime.sync.furiosa.runtime.sync.Runtime.create_runner"]], "create_runner() (in module furiosa.runtime)": [[10, "furiosa.runtime.create_runner"]], "create_runner() (in module furiosa.runtime.sync)": [[10, "furiosa.runtime.sync.create_runner"]], "current_npu_device() (in module furiosa.runtime.envs)": [[10, "furiosa.runtime.envs.current_npu_device"]], "dim() (furiosa.runtime.tensordesc method)": [[10, "furiosa.runtime.TensorDesc.dim"]], "dtype (furiosa.runtime.tensordesc property)": [[10, "furiosa.runtime.TensorDesc.dtype"]], "environment variable": [[10, "envvar-FURIOSA_DEVICES"], [10, "envvar-FURIOSA_LOG_LEVEL"], [10, "envvar-NPU_DEVNAME"], [10, "index-0"], [10, "index-1"]], "export_chrome_trace() (furiosa.runtime.profiler.profile method)": [[10, "furiosa.runtime.profiler.profile.export_chrome_trace"]], "format (furiosa.runtime.tensordesc property)": [[10, "furiosa.runtime.TensorDesc.format"]], "full_version() (in module furiosa.runtime)": [[10, "furiosa.runtime.full_version"]], "furiosa.runtime": [[10, "module-furiosa.runtime"]], "furiosa.runtime.compiler": [[10, "module-furiosa.runtime.compiler"]], "furiosa.runtime.consts": [[10, "module-furiosa.runtime.consts"]], "furiosa.runtime.envs": [[10, "module-furiosa.runtime.envs"]], "furiosa.runtime.errors": [[10, "module-furiosa.runtime.errors"]], "furiosa.runtime.model": [[10, "module-furiosa.runtime.model"]], "furiosa.runtime.profiler": [[10, "module-furiosa.runtime.profiler"]], "furiosa.runtime.session": [[10, "module-furiosa.runtime.session"]], "furiosa.runtime.tensor": [[10, "module-furiosa.runtime.tensor"]], "generate_compiler_log_path() (in module furiosa.runtime.compiler)": [[10, "furiosa.runtime.compiler.generate_compiler_log_path"]], "get_cpu_pandas_dataframe() (furiosa.runtime.profiler.profile method)": [[10, "furiosa.runtime.profiler.profile.get_cpu_pandas_dataframe"]], "get_npu_pandas_dataframe() (furiosa.runtime.profiler.profile method)": [[10, "furiosa.runtime.profiler.profile.get_npu_pandas_dataframe"]], "get_pandas_dataframe() (furiosa.runtime.profiler.profile method)": [[10, "furiosa.runtime.profiler.profile.get_pandas_dataframe"]], "get_pandas_dataframe_with_filter() (furiosa.runtime.profiler.profile method)": [[10, "furiosa.runtime.profiler.profile.get_pandas_dataframe_with_filter"]], "input() (furiosa.runtime.model method)": [[10, "furiosa.runtime.Model.input"]], "input_num (furiosa.runtime.model property)": [[10, "furiosa.runtime.Model.input_num"]], "inputs() (furiosa.runtime.model method)": [[10, "furiosa.runtime.Model.inputs"]], "is_compile_log_enabled() (in module furiosa.runtime.envs)": [[10, "furiosa.runtime.envs.is_compile_log_enabled"]], "is_empty() (furiosa.runtime.tensor.tensorarray method)": [[10, "furiosa.runtime.tensor.TensorArray.is_empty"]], "length (furiosa.runtime.tensordesc property)": [[10, "furiosa.runtime.TensorDesc.length"]], "log_dir() (in module furiosa.runtime.envs)": [[10, "furiosa.runtime.envs.log_dir"]], "model (furiosa.runtime.receiver property)": [[10, "furiosa.runtime.Receiver.model"]], "model (furiosa.runtime.runner property)": [[10, "furiosa.runtime.Runner.model"]], "model (furiosa.runtime.submitter property)": [[10, "furiosa.runtime.Submitter.model"]], "model (furiosa.runtime.session.asyncsession property)": [[10, "furiosa.runtime.session.AsyncSession.model"]], "model (furiosa.runtime.session.completionqueue property)": [[10, "furiosa.runtime.session.CompletionQueue.model"]], "model (furiosa.runtime.session.session property)": [[10, "furiosa.runtime.session.Session.model"]], "name (furiosa.runtime.tensordesc property)": [[10, "furiosa.runtime.TensorDesc.name"]], "ndim (furiosa.runtime.tensordesc property)": [[10, "furiosa.runtime.TensorDesc.ndim"]], "numpy (furiosa.runtime.datatype property)": [[10, "furiosa.runtime.DataType.numpy"]], "numpy() (furiosa.runtime.tensor.tensor method)": [[10, "furiosa.runtime.tensor.Tensor.numpy"]], "numpy() (furiosa.runtime.tensor.tensorarray method)": [[10, "furiosa.runtime.tensor.TensorArray.numpy"]], "numpy_dtype (furiosa.runtime.datatype property)": [[10, "furiosa.runtime.DataType.numpy_dtype"]], "numpy_dtype (furiosa.runtime.tensordesc property)": [[10, "furiosa.runtime.TensorDesc.numpy_dtype"]], "numpy_dtype (furiosa.runtime.tensor.tensor property)": [[10, "furiosa.runtime.tensor.Tensor.numpy_dtype"]], "numpy_dtype() (in module furiosa.runtime.tensor)": [[10, "furiosa.runtime.tensor.numpy_dtype"]], "output() (furiosa.runtime.model method)": [[10, "furiosa.runtime.Model.output"]], "output_num (furiosa.runtime.model property)": [[10, "furiosa.runtime.Model.output_num"]], "outputs() (furiosa.runtime.model method)": [[10, "furiosa.runtime.Model.outputs"]], "pause() (furiosa.runtime.profiler.profile method)": [[10, "furiosa.runtime.profiler.profile.pause"]], "print_external_operators() (furiosa.runtime.profiler.profile method)": [[10, "furiosa.runtime.profiler.profile.print_external_operators"]], "print_inferences() (furiosa.runtime.profiler.profile method)": [[10, "furiosa.runtime.profiler.profile.print_inferences"]], "print_npu_executions() (furiosa.runtime.profiler.profile method)": [[10, "furiosa.runtime.profiler.profile.print_npu_executions"]], "print_npu_operators() (furiosa.runtime.profiler.profile method)": [[10, "furiosa.runtime.profiler.profile.print_npu_operators"]], "print_summary() (furiosa.runtime.model method)": [[10, "furiosa.runtime.Model.print_summary"]], "print_summary() (furiosa.runtime.profiler.profile method)": [[10, "furiosa.runtime.profiler.profile.print_summary"]], "profile (class in furiosa.runtime.profiler)": [[10, "furiosa.runtime.profiler.profile"]], "profiler_output() (in module furiosa.runtime.envs)": [[10, "furiosa.runtime.envs.profiler_output"]], "rand() (in module furiosa.runtime.tensor)": [[10, "furiosa.runtime.tensor.rand"]], "record() (furiosa.runtime.profiler.profile method)": [[10, "furiosa.runtime.profiler.profile.record"]], "recv() (furiosa.runtime.receiver method)": [[10, "furiosa.runtime.Receiver.recv"]], "recv() (furiosa.runtime.session.completionqueue method)": [[10, "furiosa.runtime.session.CompletionQueue.recv"]], "recv() (furiosa.runtime.sync.receiver method)": [[10, "furiosa.runtime.sync.Receiver.recv"]], "resume() (furiosa.runtime.profiler.profile method)": [[10, "furiosa.runtime.profiler.profile.resume"]], "run() (furiosa.runtime.runner method)": [[10, "furiosa.runtime.Runner.run"]], "run() (furiosa.runtime.session.session method)": [[10, "furiosa.runtime.session.Session.run"]], "run_with() (furiosa.runtime.session.session method)": [[10, "furiosa.runtime.session.Session.run_with"]], "shape (furiosa.runtime.tensordesc property)": [[10, "furiosa.runtime.TensorDesc.shape"]], "shape (furiosa.runtime.tensor.tensor property)": [[10, "furiosa.runtime.tensor.Tensor.shape"]], "size (furiosa.runtime.tensordesc property)": [[10, "furiosa.runtime.TensorDesc.size"]], "stride() (furiosa.runtime.tensordesc method)": [[10, "furiosa.runtime.TensorDesc.stride"]], "submit() (furiosa.runtime.submitter method)": [[10, "furiosa.runtime.Submitter.submit"]], "submit() (furiosa.runtime.session.asyncsession method)": [[10, "furiosa.runtime.session.AsyncSession.submit"]], "summary() (furiosa.runtime.model method)": [[10, "furiosa.runtime.Model.summary"]], "view() (furiosa.runtime.tensor.tensor method)": [[10, "furiosa.runtime.tensor.Tensor.view"]], "view() (furiosa.runtime.tensor.tensorarray method)": [[10, "furiosa.runtime.tensor.TensorArray.view"]], "zeros() (in module furiosa.runtime.tensor)": [[10, "furiosa.runtime.tensor.zeros"]], "modelnotfound": [[11, "furiosa.server.errors.ModelNotFound"]], "modelservererror": [[11, "furiosa.server.errors.ModelServerError"]], "furiosa.server.errors": [[11, "module-furiosa.server.errors"]], "furiosa.server.utils": [[19, "module-furiosa.server.utils"]]}}) \ No newline at end of file diff --git a/v0.10.0/en/software/c-sdk.html b/v0.10.0/en/software/c-sdk.html index d986676..ba8b309 100644 --- a/v0.10.0/en/software/c-sdk.html +++ b/v0.10.0/en/software/c-sdk.html @@ -67,7 +67,7 @@
  • Command Line Tools
  • Compiler
  • Model Quantization
  • -
  • Performance profiling
  • +
  • Performance Profiling
  • FuriosaAI Model Zoo
  • Model Server (Serving Framework)
  • Kubernetes Support
  • diff --git a/v0.10.0/en/software/cli.html b/v0.10.0/en/software/cli.html index bf1b286..a39f902 100644 --- a/v0.10.0/en/software/cli.html +++ b/v0.10.0/en/software/cli.html @@ -76,7 +76,7 @@
  • Compiler
  • Model Quantization
  • -
  • Performance profiling
  • +
  • Performance Profiling
  • FuriosaAI Model Zoo
  • Model Server (Serving Framework)
  • Kubernetes Support
  • @@ -303,8 +303,9 @@

    furiosactl 99th percentile (us): 307568 -

    If an output path is specified, furiosa-bench will save a json document as the following:

    -
    $ furiosa-bench mnist-8.onnx --workload L -n 1000 -w 8 -t 2 -o mnist.json | cat mnist.json
    +

    If an output path is specified, furiosa-bench will save a JSON document as the following:

    +
    $ furiosa-bench mnist-8.onnx --workload L -n 1000 -w 8 -t 2 -o mnist.json
    +$ cat mnist.json
     
       {
           "model_data": {
    diff --git a/v0.10.0/en/software/compiler.html b/v0.10.0/en/software/compiler.html
    index d983561..7b65031 100644
    --- a/v0.10.0/en/software/compiler.html
    +++ b/v0.10.0/en/software/compiler.html
    @@ -67,7 +67,7 @@
     
     
     
  • Model Quantization
  • -
  • Performance profiling
  • +
  • Performance Profiling
  • FuriosaAI Model Zoo
  • Model Server (Serving Framework)
  • Kubernetes Support
  • @@ -183,7 +183,7 @@

    SOURCE is the file path of -TFLite or Onnx. +TFLite or ONNX. You have to use quantized models through Model Quantization for NPU accleration.

    You can omit the option -o OUTPUT, and you can also choose to designate the output file name. When omitted, the default output file name is output.enf. Here, enf stands for Executable NPU Format. diff --git a/v0.10.0/en/software/installation.html b/v0.10.0/en/software/installation.html index 3650109..28d2f23 100644 --- a/v0.10.0/en/software/installation.html +++ b/v0.10.0/en/software/installation.html @@ -74,7 +74,7 @@

  • Command Line Tools
  • Compiler
  • Model Quantization
  • -
  • Performance profiling
  • +
  • Performance Profiling
  • FuriosaAI Model Zoo
  • Model Server (Serving Framework)
  • Kubernetes Support
  • diff --git a/v0.10.0/en/software/intro.html b/v0.10.0/en/software/intro.html index e7b444c..e855d8e 100644 --- a/v0.10.0/en/software/intro.html +++ b/v0.10.0/en/software/intro.html @@ -71,7 +71,7 @@
  • Command Line Tools
  • Compiler
  • Model Quantization
  • -
  • Performance profiling
  • +
  • Performance Profiling
  • FuriosaAI Model Zoo
  • Model Server (Serving Framework)
  • Kubernetes Support
  • diff --git a/v0.10.0/en/software/kubernetes_support.html b/v0.10.0/en/software/kubernetes_support.html index 2986210..dffca85 100644 --- a/v0.10.0/en/software/kubernetes_support.html +++ b/v0.10.0/en/software/kubernetes_support.html @@ -62,7 +62,7 @@
  • Command Line Tools
  • Compiler
  • Model Quantization
  • -
  • Performance profiling
  • +
  • Performance Profiling
  • FuriosaAI Model Zoo
  • Model Server (Serving Framework)
  • Kubernetes Support
      diff --git a/v0.10.0/en/software/profiler.html b/v0.10.0/en/software/profiler.html index 96a4c11..c247a34 100644 --- a/v0.10.0/en/software/profiler.html +++ b/v0.10.0/en/software/profiler.html @@ -4,7 +4,7 @@ - Performance profiling — Furiosa SDK Documentation 0.10.0 documentation + Performance Profiling — Furiosa SDK Documentation 0.10.0 documentation @@ -62,10 +62,10 @@
    • Command Line Tools
    • Compiler
    • Model Quantization
    • -
    • Performance profiling
        +
      • Performance Profiling
        • Trace Analysis
        • -
        • Tracing Enabled by Environmet Variable
        • -
        • Tracing Enabled by Profiler Context
            +
          • Tracing via Environment Variable
          • +
          • Tracing via Profiler Context @@ -113,7 +113,7 @@
            • - +
            • View page source
            • @@ -124,7 +124,7 @@
              -

              Performance profiling

              +

              Performance Profiling

              Low latency and high throughput performance are critical factors in many DNN applications. For performance optimization, model developers and ML engineers must understand the model performance and be able to analyze bottlenecks. To assist developers with this process, Furiosa SDK provides a profiling tool.

              @@ -135,8 +135,8 @@

              Trace Analysis -

              Tracing Enabled by Environmet Variable

              +
              +

              Tracing via Environment Variable

              You can enable trace generation by setting the path of the file to which the trace result will be written in FURIOSA_PROFILER_OUTPUT_PATH. The advantage of this method is that the code remains unchanged. The downside is that you cannot set a specific section or category for measurement.

              git clone https://github.com/furiosa-ai/furiosa-sdk
               cd furiosa-sdk/examples/inferences
              @@ -152,8 +152,8 @@ 

              Trace AnalysisTracing

              -
              -

              Tracing Enabled by Profiler Context

              +
              +

              Tracing via Profiler Context

              You can also trace a model inference performance by using a Profiler Context in your Python code. The advantages of this method, in comparison to the tracing by environment variable, are as follows:

              -
            • Performance profiling
            • +
            • Performance Profiling
            • FuriosaAI Model Zoo
            • Model Server (Serving Framework)
            • Kubernetes Support
            • @@ -228,7 +228,7 @@

              Model Quantization APIs

              diff --git a/v0.10.0/en/software/tutorials.html b/v0.10.0/en/software/tutorials.html index 921491d..b908ac4 100644 --- a/v0.10.0/en/software/tutorials.html +++ b/v0.10.0/en/software/tutorials.html @@ -62,7 +62,7 @@
            • Command Line Tools
            • Compiler
            • Model Quantization
            • -
            • Performance profiling
            • +
            • Performance Profiling
            • FuriosaAI Model Zoo
            • Model Server (Serving Framework)
            • Kubernetes Support
            • diff --git a/v0.10.0/ko/_sources/releases/0.10.0.rst.txt b/v0.10.0/ko/_sources/releases/0.10.0.rst.txt index 8622c3b..e49ff09 100644 --- a/v0.10.0/ko/_sources/releases/0.10.0.rst.txt +++ b/v0.10.0/ko/_sources/releases/0.10.0.rst.txt @@ -2,11 +2,12 @@ Release Notes - 0.10.0 ********************************************************* -Furiosa SDK 0.10.0은 메이저 릴리스(Major Release)로 멀티 디바이스를 지원하는 차세대 런타임 엔진, -추론 시간을 크게 줄일 수 있는 최적화 옵션, NPU의 사용량과 연산, -IO 비중을 OpenTelemetry를 통해 제공하는 기능 개선 등을 포함한다. +Furiosa SDK 0.10.0은 메이저 릴리스(Major Release)로 +여러 장치를 지원하는 차세대 런타임 엔진, +모델의 양자화 연산자를 제거하여 성능을 향샹 시키는 최적화 기능의 사용성 개선, +NPU 사용률 등의 여러 지표를 OpenMetrics 형식으로 제공하는 기능 등을 포함한다. furiosa-litmus는 리포팅 목적의 정보 수집이 가능하도록 개선 되었으며, -furiosa-compiler 명령행 도구의 파이썬 의존성 제거, 벤치마크 커맨드 도구 추가 등의 기능 개선이 이루어졌다. +furiosa-compiler 명령행 도구의 파이썬 의존성 제거, 벤치마크 명령행 도구 추가 등의 기능 개선이 이루어졌다. 그 외에도 다수의 기능 추가, 버그 수정, 성능 개선 등을 포함한다. .. list-table:: 컴포넌트 버전 정보 @@ -70,7 +71,8 @@ APT 패키지 관리자 설정 및 설치 방법에 대한 자세한 설명은 : pip install --upgrade furiosa-sdk .. warning:: - pip를 업그레이드 할 때 아래 오류를 접한다면, ``pip install --upgrade pip`` 커맨드를 통해 pip를 먼저 업그레이드 해야 한다. + + pip를 업그레이드 할 때 아래 오류를 접한다면, ``pip install --upgrade pip`` 명령을 통해 pip를 먼저 업그레이드 해야 한다. .. code-block:: sh @@ -90,7 +92,8 @@ FuriosaRT는 추론을 제공하는 핵심 라이브러리로 Python API를 제 거의 호환될 뿐 아니라 다음과 같은 새로운 기능을 포함한다. -**새 API 도입** +새 API 도입 +----------------------------------- FuriosaRT는 파이썬 `asyncio `_ 를 사용한 비동기(async) API를 새로이 지원한다. 기존의 동기 API는 배치 작업에는 충분하였으나 @@ -99,7 +102,10 @@ FuriosaRT는 파이썬 `asyncio 새 API에 대한 상세한 설명은 `Furiosa SDK API Reference - furiosa.runtime `_ 에서 찾아 볼 수 있다. -**다수의 NPU 지원 장치 설정 방법 개선** +.. _RELEASE_0_10_0_DeviceSelector: + +멀티 NPU 지원 및 장치 설정 방법 개선 +--------------------------------------------- FuriosaRT에서는 하나의 세션에서 다수의 장치를 지원한다. 따라서 별도 구현 없이도 다수의 장치를 이용하여 고성능 추론을 수행할 수 있다. 또한, 개선된 장치 지정 방법을 제공한다. 기존에는 환경변수 @@ -109,7 +115,7 @@ FuriosaRT에서는 하나의 세션에서 다수의 장치를 지원한다. 따 이번 릴리스 부터 ``devfs`` 이름을 연상 시키는 환경 변수 ``NPU_DEVNAME`` 대신 ``FURIOSA_DEVICES`` 라는 새로운 환경변수가 도입되었다. 또한 이 환경 변수는 -NPU 종류, 구성, 개수를 표현하는 텍스트 설정을 받아드린다. +NPU 종류, 구성, 개수를 표현하는 텍스트 설정을 받아 들인다. .. code-block:: sh @@ -131,18 +137,66 @@ NPU 종류, 구성, 개수를 표현하는 텍스트 설정을 받아드린다. 자세한 장치 설정 방법은 `Furiosa SDK API Reference - Device Specification `_ 에서 찾아볼 수 있다. -서빙 프레임워크 및 모델 서버 +처리량 향상 +--------------------------------------------- +(TODO) - 데이터 추가 후 작성 완료 + +모델 서버와 서빙 프레임워크 개선 ================================================================ -``furiosa-server``, ``furioa-serving`` 은 각각 모델의 서빙을 제공하는 프레임워크와 -서빙 어플리케이션을 개발하기 위한 라이브러리이다. 이번 릴리스에서는 차세대 런타임인 FuriosaRT를 -사용하도록 개선되었으며 FuriosaRT가 제공하는 장점을 활용할 수 있도록 개선되었다. +``furiosa-server``, ``furioa-serving`` 은 각각 모델의 서빙을 제공하는 웹 서버와 +서빙 애플리케이션을 개발하기 위한 라이브러리이다. + +이번 릴리스에서는 차세대 런타임인 FuriosaRT를 사용하도록 개선되었으며 구체적인 개선 사항은 다음과 같다. + +* :ref:`RELEASE_0_10_0_DeviceSelector` 이 그대로 적용되어 다수의 장치를 쉽게 설정할 수 있다. +* FuriosaRT가 제공하는 `asyncio `_ 기반의 새 API를 사용하도록 내부가 개선되어 더 적은 리소스로 더 높은 성능을 낼 수 있다. +* FuriosaRT의 성능 향상 혜택을 그대로 볼 수 있다 (특히 더 높은 워커 수를 이용할 수 있다). +모델 서버에 대한 자세한 설명은 :ref:`ModelServing` 을 참고한다. 모델 양자화 도구(quantization tool) 개선 ================================================================ -``furiosa-quantizer`` 는 이미 트레이닝 된 모델을 양자화된 모델로 변환해주는 라이브러리이다. -(TODO) - +``furiosa-quantizer`` 는 트레이닝 된 모델을 양자화된 모델로 변환(post-training quantization) 해주는 +라이브러리이다. 이번 0.10.0 릴리스에는 양자화 도구의 사용성을 크게 개선 하였으며 이를 위해 +``furiosa.quantizer.quantize()`` 함수의 일부 파라메터가 변경되었다. + +기존 문제점 +----------------------------------------------------------------- +``furiosa.quantizer.quantize()`` 함수는 모델 양자화 도구의 핵심 함수로 +ONNX 모델을 양자화된 모델(quantized model)로 변환하여 반환한다. +입력 타입을 ``float32`` 대신 ``uint8`` 로 직접 사용할 수 있도록 하는 ``with_quantize`` +파라메터를 제공하는데, 이미지와 같이 원본 데이터(픽셀 값)이 ``uint8`` 로 표현되는 경우에 실행 중 양자화 과정을 생략할 수 있어 +큰 성능 향상을 기대할 수 있다. +예를 들면, YOLOv5 Large 같은 모델의 경우 이 옵션을 사용하면 60.639 ms 에서 0.277 ms 로 실행 시간이 크게 개선된다. + +동일한 방법으로 출력 타입도 ``float32`` 대신 ``unt8`` 로 직접 사용할 수 있도록 하는 ``normalized_pixel_outputs`` +옵션을 제공하는데 모델의 출력이 RGB 형태로 표현되는 이미지이거나, 정수 값으로 직접 사용 가능한 경우 선택할 수 있다. +이 옵션 역시 큰 성능 향상을 기대할 수 있다. + +응용에 따라 두 옵션이 사용 가능한 경우 수배에서 수백배까지도 실행 시간을 단축시킬 수 있다. +그러나 다음과 같은 한계와 피드백이 있었다. + +* 모델의 출력이 이미지가 아닌 경우 파라메터 이름 ``normalized_pixel_outputs`` 가 의미를 잘 표현하지 못한다. +* ``normalized_pixel_outputs`` 옵션은 지정된 출력 텐서의 범위를 0과 1 사이 실수로 전제하는데 다양한 응용에 적용하는데 한계가 있다. +* ``with_quantize``, ``normalized_pixel_outputs`` 옵션 모두 ``uint8`` 타입만 지원했으며 ``int8`` 타입을 지원하지 못했다. + +개선 사항 +----------------------------------------------------------------- +* ``furiosa.quantizer.quantize()`` 에서 ``with_quantize``, ``normalized_pixel_outputs`` 가 파라미터에서 제거 된다. +* 대신 `ModelEditor `_ 추가되어 모델의 입력/출력 타입에 대한 상세한 최적화 옵션을 설정할 수 있으며 다음 기능을 제공한다. + * ``convert_input_type(tensor_name, TensorType)`` 메소드는 텐서 이름을 받아 해당 입력 텐서에 해당되는 + ``quantize`` 연산자를 제거하고 입력 타입을 ``TensorType`` 으로 변경한다. + * ``convert_output_type(tensor_name, TensorType, tensor_range)`` 메소드는 텐서 이름을 받아 해당 출력 텐서에 해당되는 + ``dequantize`` 연산자를 제거하고 입력 타입을 ``TensorType`` 으로 변경하고 주어진 ``tensor_range`` 범위에 맞게 스케일하도록 모델을 수정한다. +* ``convert_{output,input}_type`` 함수는 텐서 이름을 사용하기 때문에 ``furiosa.quantizer`` 모듈 아래 ``get_pure_input_names(ModelProto)`` ``get_output_names(ModelProto)`` 같은 헬퍼 함수를 사용하여 텐서 이름을 얻어야 한다. + +.. note:: + + 이번 릴리즈에 포함된 ``furiosa.quantizer.quantize()`` 에서 ``with_quantize``, ``normalized_pixel_outputs`` + 가 파라미터에서 제거 된 것은 기존 코드를 수정해야 하는 변경이다. + +더 자세한 내용은 `ModelEditor `_ 의 +API 레퍼런스를 참고할 수 있으며 실제 적용 예는 :ref:`Tutorial` 의 예제 코드에서 찾아볼 수 있다. 컴파일러 개선 ===================== @@ -154,21 +208,21 @@ NPU 종류, 구성, 개수를 표현하는 텍스트 설정을 받아드린다. 그 외에도 컴파일러 명령행 도구는 다음 사항이 개선되었다. -* ``furiosa compile`` 대신 ``furiosa-compiler`` 커맨드를 직접 사용하실 수 있다. -* ``furiosa-compiler`` 커맨드는 Python 의존성을 필요하지 않는다. +* ``furiosa compile`` 대신 ``furiosa-compiler`` 명령을 직접 사용할 수 있다. +* ``furiosa-compiler`` 명령은 네이티브 실행 파일(native executable)이 되어 Python 실행 환경을 요구하지 않는다. * ``apt install furiosa-compiler`` 명령을 통해 컴파일러를 설치할 수 있다. -* Python 의존성을 가지는 기존 ``furiosa compile`` 커맨드는 현재는 호환성을 위해 유지되며 향후 릴리스에서 제거 될 수 있다. +* Python 의존성을 가지는 기존 ``furiosa compile`` 명령는 현재는 호환성을 위해 유지되며 향후 릴리스에서 제거 될 수 있다. 컴파일러 명령행 도구의 자세한 사용법은 :ref:`CompilerCli` 에서 찾아볼 수 있다. 성능 프로파일러(Profiler) 개선 ================================================================ -성능 프로파일러는 추론의 실제 실행시간을 구간 별로 측정하여 성능 분석을 돕는 도구이다. +성능 프로파일러는 추론의 실제 실행시간을 구간별로 측정하여 성능 분석을 돕는 도구이다. 이번 릴리스에서는 :ref:`ProfilerEnabledByContext` 기능에 임시 중단/재개 기능이 추가 되었다. -사용자는 프로파일링 컨텍스트 내에서 전/후처리 시간, 워밍업(warming up) 시간 등 프로파일링을 원하지 않는 구간을 -을 제외하고 프로파일링 함으로써 프로파일링에 소요되는 오버헤드 및 프로파일링 결과물의 크기를 줄일 수 있다. -간단히 ``profile.pause()`` 와 ``profile.resume()`` 함수를 호출하여 프로파일링을 임시로 중단/재개할 수 있으며 +사용자는 프로파일링 컨텍스트 내에서 전/후처리 시간, 워밍업(warming up) 시간 등 프로파일링이 불필요한 구간을 +제외하고 프로파일링 함으로써 프로파일링에 소요되는 오버헤드 및 프로파일링 결과물의 크기를 줄일 수 있다. +``profile.pause()`` 와 ``profile.resume()`` 함수를 호출하여 프로파일링을 임시로 중단/재개할 수 있다. 자세한 사용법과 예제는 :ref:`TemporarilyDisablingProfiler` 에서 찾아볼 수 있다. furiosa-litmus 개선 @@ -177,18 +231,18 @@ furiosa-litmus 개선 0.10.0 릴리스에서는 ``furiosa-litmus`` 명령행 도구에 에러 리포팅을 위한 정보 수집 기능이 추가되었다. 또한 검사하는 단계가 3단계에서 4단계로 확장되었으며 4단계는 모델을 실제 런타임에서 실행하여 추론 성능을 측정한다. -다음과 같이 ``--dump `` 옵션을 사용하면 ``furiosa-litmus``가 수집한 -각 단계별 로그와 새로 추가된 4단계에서 실행한 추론 실행의 프로파일링 결과를 ``-.zip`` -파일로 저장할 수 있다. +``furiosa-litmus`` 실행 시 ``--dump `` 옵션을 사용하면 +각 단계별로 출력되는 로그와 컴파일 단계에서 생성하는 메타데이터, 추론 단계에서 수집하는 프로파일링 결과를 모아 +``-.zip`` 파일로 저장한다. .. code-block:: sh - $ furiosa-litmus --dump + $ furiosa-litmus --dump 수집된 정보에는 모델 자체를 포함하지 않으며 모델 네트워크의 메타데이터, 메모리 사용량, 환경 정보(파이썬 버전, SDK, 컴파일러의 버전 및 주요 의존 라이브러리 버전) 등을 포함한다. -`unzip` 명령을 통해 직접 압축을 풀어 내용을 확인할 수 있으며 버그 리포팅시 해당 파일을 첨부하면 -버그 리포팅에 도움이 된다. +``unzip`` 명령으로 직접 압축을 풀어 내용을 확인할 수 있으며 +버그 리포팅 시 해당 파일을 첨부하면 진단 및 분석에 도움이 된다. furiosa-bench 명령행 도구 추가 @@ -196,16 +250,19 @@ furiosa-bench 명령행 도구 추가 성능 벤치마크 명령행 도구인 ``furiosa-bench`` 가 추가되었다. 새로 도입되는 furiosa-bench 커맨드는 다양한 워크로드와 런타임 설정을 간단하게 제어할 수 있는 옵션을 제공한다. 지연 시간과 처리량 위주 워크로드를 선택 가능하며 -얼마나 많은 장치를 사용하는지, 얼마나 오래 수행할지 등을 옵션으로 설정할 수 있다. ONNX와 Tflite 모델을 -사용할 수 있으며 이미 컴파일러를 통해 컴파일된 ENF 포맷의 모델도 입력으로 받아 들인다. +얼마나 많은 장치를 사용할지, 얼마나 오래 수행할지 등을 옵션으로 설정할 수 있다. ONNX와 Tflite 모델을 +사용할 수 있으며 모델을 furiosa-compiler로 컴파일한 ENF 파일도 사용할 수 있다. 커맨드의 자세한 설명은 :ref:`FuriosaBench` 에서 찾아볼 수 있다. -처리량 벤치마크 예시 +처리량(throughput) 벤치마크 예시 .. code-block:: $ furiosa-bench ./model.onnx --workload throughput -n 10000 --devices "warboy(1)*2" --workers 8 --batch 8 + +지연시간(latency) 벤치마크 예시 + .. code-block:: $ furiosa-bench ./model.onnx --workload latency -n 10000 --devices "warboy(2)*1" @@ -227,33 +284,36 @@ furiosa-toolkit은 NPU 관리 및 상태 모니터링 기능을 제공하는 명 **furiosactl의 출력 포맷 추가** 이전까지는 ``list``, ``info`` 등의 서브 커맨드 실행 시 아스키를 이용한 표 형식으로 내용을 출력하고 있었다. -이번 릴리스에는 ``--output`` 옵션을 통해 `json`, `yaml`과 같은 구조적 데이터로 출력하는 기능이 추가되었다. -따라서, 사용자는 출력된 데이터를 파이프라인을 통해 다른 도구로 전달하거나, 스크립트 언어 등에서 쉽게 처리할 수 있다. +이번 릴리스에는 ``--format`` 옵션을 통해 ``json``, ``yaml`` 과 같은 구조적 데이터로 출력하는 기능이 추가되었다. +따라서 사용자는 출력 결과를 파일로 저장하거나 파이프라인을 통해 다른 도구 또는 스크립트로 전달하여 다양한 방식으로 활용할 수 있다. .. code-block:: - $ furiosactl info --output json - [{"dev_name":"npu7","product_name":"warboy","device_uuid":"844972B6-8252-4A9F-8A20-142A8B9CE5DA","device_sn":"WBYB0233HH178KREO","firmware":"1.6.0, 7a3b908","temperature":"47°C","power":"0.99 W","pci_bdf":"0000:d6:00.0","pci_dev":"492:0"}] + $ furiosactl info --format json + [{"dev_name":"npu7","product_name":"warboy","device_uuid":"","device_sn":"","firmware":"1.6.0, 7a3b908","temperature":"47°C","power":"0.99 W","pci_bdf":"0000:d6:00.0","pci_dev":"492:0"}] - $ furiosactl info --output yaml + $ furiosactl info --format yaml - dev_name: npu7 product_name: warboy - device_uuid: 844972B6-8252-4A9F-8A20-142A8B9CE5DA - device_sn: WBYB0233HH178KREO + device_uuid: + device_sn: firmware: 1.6.0, 7a3b908 temperature: 47°C power: 0.98 W pci_bdf: 0000:d6:00.0 pci_dev: 492:0 -또한 ``info`` 서브 커맨드가 NPU 클럭 속도(Clock Frequency)를 출력하도록 개선되었다. +또한 ``info`` 서브 커맨드에 추가/개선된 사항이 있다. + +* NPU 클럭 속도(Clock Frequency) 항목을 추가하였다. +* PCI 카드 전체에서 사용하는 전력(power)을 표시하도록 개선하였다. **furiosa-npu-metrics-exporter 개선** ``furiosa-npu-metrics-exporter`` 커맨드는 NPU의 성능 및 상태 지표들을 `OpenMetrics `_ -형식으로 서빙하는 웹서버이다. 이 지표들은 Prometheus 등 OpenTelemetry의 수집 도구를 통해 수집할 수 있다. +형식으로 서빙하는 웹서버이다. 이 지표들은 Prometheus 를 비롯한 OpenMetrics 호환 수집 도구를 통해 수집할 수 있다. 0.10.0 릴리스에 포함된 버전은 NPU의 클럭 속도(Clock Frequency)와 NPU 사용률(NPU Utialization)을 출력 지표로 포함하도록 개선되었다. NPU 사용률 기능은 아직 실험적인 기능으로 아래와 같이 ``--enable-npu-utilization`` diff --git a/v0.10.0/ko/_sources/software/cli.rst.txt b/v0.10.0/ko/_sources/software/cli.rst.txt index 3066576..870c203 100644 --- a/v0.10.0/ko/_sources/software/cli.rst.txt +++ b/v0.10.0/ko/_sources/software/cli.rst.txt @@ -137,7 +137,7 @@ NPU에 존재하는 각 코어가 사용 중인지 유휴 상태인지 여부를 furiosa-bench (벤치마크 도구) #################################### -``furiosa-bench`` 명령은 다양한 런타임 설정을 통해 주어진 모델을 실행시켜 지연시간 및 처리량을 얻을수 있다. +``furiosa-bench`` 명령은 다양한 런타임 설정을 통해 주어진 모델을 실행시켜 지연시간 및 처리량을 얻을 수 있다. 문법 개요 @@ -195,7 +195,8 @@ MODEL_PATH 는 ONNX, TFLite 혹은 furiosa-compiler를 통해 생성된 ENF를 .. code-block:: sh - $ furiosa-bench mnist-8.onnx --workload L -n 1000 -w 8 -t 2 -o mnist.json | cat mnist.json + $ furiosa-bench mnist-8.onnx --workload L -n 1000 -w 8 -t 2 -o mnist.json + $ cat mnist.json { "model_data": { diff --git a/v0.10.0/ko/_sources/software/compiler.rst.txt b/v0.10.0/ko/_sources/software/compiler.rst.txt index 8c99d6b..ed3f684 100644 --- a/v0.10.0/ko/_sources/software/compiler.rst.txt +++ b/v0.10.0/ko/_sources/software/compiler.rst.txt @@ -74,7 +74,7 @@ FuriosaAI의 컴파일러는 `TFLite `_ 와 `On Print version ``SOURCE`` 는 -`TFLite `_ 나 `Onnx `_ 파일의 경로이며 +`TFLite `_ 나 `ONNX `_ 파일의 경로이며 NPU 가속을 위해서는 :ref:`ModelQuantization` 의 결과로 생성된 모델을 사용해야 한다. ``-o OUTPUT`` 은 생략 가능한 옵션이며 지정한다면 출력되는 파일 이름을 지정할 수 있다. @@ -204,7 +204,7 @@ scheme 으로 시작하는 URL을 설정하면 Redis 클러스터를 캐쉬 스 # When you want to specify a Redis cluster over SSL as the cache storage export FC_CACHE_STORE_URL=rediss://:@127.0.0.1:25945 -캐쉬는 기본으로 30일의 유효시간을 가지고 있으며 환경변수 ``FC_CACHE_LIFETIME`` 를 통해 초 단위 설정을 통해 +캐쉬는 기본으로 30일의 유효기간을 가지고 있으며 환경변수 ``FC_CACHE_LIFETIME`` 를 통해 초 단위 설정을 통해 오버라이드 가능하다. .. code-block:: sh diff --git a/v0.10.0/ko/objects.inv b/v0.10.0/ko/objects.inv index b3f0baa..f7ae193 100644 Binary files a/v0.10.0/ko/objects.inv and b/v0.10.0/ko/objects.inv differ diff --git a/v0.10.0/ko/releases/0.10.0.html b/v0.10.0/ko/releases/0.10.0.html index bc48823..2b176e9 100644 --- a/v0.10.0/ko/releases/0.10.0.html +++ b/v0.10.0/ko/releases/0.10.0.html @@ -77,9 +77,9 @@
            • 설치 또는 업그레이드 방법
            • 주요 변경 사항
              • 차세대 런타임 엔진(FuriosaRT) 도입 및 런타임 개선
              • -
              • 서빙 프레임워크 및 모델 서버
              • +
              • 모델 서버와 서빙 프레임워크 개선
              • 모델 양자화 도구(quantization tool) 개선
              • -
              • 컴파일러 개선
              • +
              • 컴파일러 개선
              • 성능 프로파일러(Profiler) 개선
              • furiosa-litmus 개선
              • furiosa-bench 명령행 도구 추가
              • @@ -135,14 +135,15 @@

                Release Notes - 0.10.0

                -

                Furiosa SDK 0.10.0은 메이저 릴리스(Major Release)로 멀티 디바이스를 지원하는 차세대 런타임 엔진, -추론 시간을 크게 줄일 수 있는 최적화 옵션, NPU의 사용량과 연산, -IO 비중을 OpenTelemetry를 통해 제공하는 기능 개선 등을 포함한다. +

                Furiosa SDK 0.10.0은 메이저 릴리스(Major Release)로 +여러 장치를 지원하는 차세대 런타임 엔진, +모델의 양자화 연산자를 제거하여 성능을 향샹 시키는 최적화 기능의 사용성 개선, +NPU 사용률 등의 여러 지표를 OpenMetrics 형식으로 제공하는 기능 등을 포함한다. furiosa-litmus는 리포팅 목적의 정보 수집이 가능하도록 개선 되었으며, -furiosa-compiler 명령행 도구의 파이썬 의존성 제거, 벤치마크 커맨드 도구 추가 등의 기능 개선이 이루어졌다. +furiosa-compiler 명령행 도구의 파이썬 의존성 제거, 벤치마크 명령행 도구 추가 등의 기능 개선이 이루어졌다. 그 외에도 다수의 기능 추가, 버그 수정, 성능 개선 등을 포함한다.

                - - +
                컴포넌트 버전 정보
                +@@ -213,7 +214,7 @@

                설치 또는 업그레이드 방법

                경고

                -

                pip를 업그레이드 할 때 아래 오류를 접한다면, pip install --upgrade pip 커맨드를 통해 pip를 먼저 업그레이드 해야 한다.

                +

                pip를 업그레이드 할 때 아래 오류를 접한다면, pip install --upgrade pip 명령을 통해 pip를 먼저 업그레이드 해야 한다.

                ERROR: Could not find a version that satisfies the requirement furiosa-quantizer-impl==0.10.* (from furiosa-quantizer==0.10.*->furiosa-sdk) (from versions: none)
                 ERROR: No matching distribution found for furiosa-quantizer-impl==0.10.* (from furiosa-quantizer==0.10.*->furiosa-sdk)
                 
                @@ -229,14 +230,17 @@

                차세대 런타임 엔진(FuriosaRT) 도입 및 런타임 개선furiosa-benchfuriosa-litmus 같은 명령행 도구, 그리고 서빙 프레임워크 등에서 사용된다. FuriosaRT는 기존 런타임과 거의 호환될 뿐 아니라 다음과 같은 새로운 기능을 포함한다.

                -

                새 API 도입

                +
                +

                새 API 도입

                FuriosaRT는 파이썬 asyncio 를 사용한 비동기(async) API를 새로이 지원한다. 기존의 동기 API는 배치 작업에는 충분하였으나 개별적 요청에 따라 추론을 해야 서빙 시나리오에서는 부족함이 있었다. 새로운 런타임에서는 비동기 API가 기본적으로 지원되며, 기존 기능을 유지하면서도 더 간결하게 사용할 수 있도록 많은 부분이 다듬어졌다. 새 API에 대한 상세한 설명은 Furiosa SDK API Reference - furiosa.runtime 에서 찾아 볼 수 있다.

                -

                다수의 NPU 지원 장치 설정 방법 개선

                +
                +
                +

                멀티 NPU 지원 및 장치 설정 방법 개선

                FuriosaRT에서는 하나의 세션에서 다수의 장치를 지원한다. 따라서 별도 구현 없이도 다수의 장치를 이용하여 고성능 추론을 수행할 수 있다. 또한, 개선된 장치 지정 방법을 제공한다. 기존에는 환경변수 NPU_DEVNAME 또는 session.create(.., device=”..”) 와 같은 API를 이용해서 devfs 의 @@ -244,7 +248,7 @@

                차세대 런타임 엔진(FuriosaRT) 도입 및 런타임 개선devfs 이름을 연상 시키는 환경 변수 NPU_DEVNAME 대신 FURIOSA_DEVICES 라는 새로운 환경변수가 도입되었다. 또한 이 환경 변수는 -NPU 종류, 구성, 개수를 표현하는 텍스트 설정을 받아드린다.

                +NPU 종류, 구성, 개수를 표현하는 텍스트 설정을 받아 들인다.

                export FURIOSA_DEVICES="warboy(2)*8"
                 
                @@ -259,38 +263,88 @@

                차세대 런타임 엔진(FuriosaRT) 도입 및 런타임 개선Furiosa SDK API Reference - Device Specification 에서 찾아볼 수 있다.

                -

                서빙 프레임워크 및 모델 서버

                -

                furiosa-server, furioa-serving 은 각각 모델의 서빙을 제공하는 프레임워크와 -서빙 어플리케이션을 개발하기 위한 라이브러리이다. 이번 릴리스에서는 차세대 런타임인 FuriosaRT를 -사용하도록 개선되었으며 FuriosaRT가 제공하는 장점을 활용할 수 있도록 개선되었다.

                +

                처리량 향상

                +

                (TODO) - 데이터 추가 후 작성 완료

                +
                + +
                +

                모델 서버와 서빙 프레임워크 개선

                +

                furiosa-server, furioa-serving 은 각각 모델의 서빙을 제공하는 웹 서버와 +서빙 애플리케이션을 개발하기 위한 라이브러리이다.

                +

                이번 릴리스에서는 차세대 런타임인 FuriosaRT를 사용하도록 개선되었으며 구체적인 개선 사항은 다음과 같다.

                +
                  +
                • 멀티 NPU 지원 및 장치 설정 방법 개선 이 그대로 적용되어 다수의 장치를 쉽게 설정할 수 있다.

                • +
                • FuriosaRT가 제공하는 asyncio 기반의 새 API를 사용하도록 내부가 개선되어 더 적은 리소스로 더 높은 성능을 낼 수 있다.

                • +
                • FuriosaRT의 성능 향상 혜택을 그대로 볼 수 있다 (특히 더 높은 워커 수를 이용할 수 있다).

                • +
                +

                모델 서버에 대한 자세한 설명은 모델 서버 (서빙 프레임워크) 을 참고한다.

                모델 양자화 도구(quantization tool) 개선

                -

                furiosa-quantizer 는 이미 트레이닝 된 모델을 양자화된 모델로 변환해주는 라이브러리이다. -(TODO)

                +

                furiosa-quantizer 는 트레이닝 된 모델을 양자화된 모델로 변환(post-training quantization) 해주는 +라이브러리이다. 이번 0.10.0 릴리스에는 양자화 도구의 사용성을 크게 개선 하였으며 이를 위해 +furiosa.quantizer.quantize() 함수의 일부 파라메터가 변경되었다.

                +
                +

                기존 문제점

                +

                furiosa.quantizer.quantize() 함수는 모델 양자화 도구의 핵심 함수로 +ONNX 모델을 양자화된 모델(quantized model)로 변환하여 반환한다. +입력 타입을 float32 대신 uint8 로 직접 사용할 수 있도록 하는 with_quantize +파라메터를 제공하는데, 이미지와 같이 원본 데이터(픽셀 값)이 uint8 로 표현되는 경우에 실행 중 양자화 과정을 생략할 수 있어 +큰 성능 향상을 기대할 수 있다. +예를 들면, YOLOv5 Large 같은 모델의 경우 이 옵션을 사용하면 60.639 ms 에서 0.277 ms 로 실행 시간이 크게 개선된다.

                +

                동일한 방법으로 출력 타입도 float32 대신 unt8 로 직접 사용할 수 있도록 하는 normalized_pixel_outputs +옵션을 제공하는데 모델의 출력이 RGB 형태로 표현되는 이미지이거나, 정수 값으로 직접 사용 가능한 경우 선택할 수 있다. +이 옵션 역시 큰 성능 향상을 기대할 수 있다.

                +

                응용에 따라 두 옵션이 사용 가능한 경우 수배에서 수백배까지도 실행 시간을 단축시킬 수 있다. +그러나 다음과 같은 한계와 피드백이 있었다.

                +
                  +
                • 모델의 출력이 이미지가 아닌 경우 파라메터 이름 normalized_pixel_outputs 가 의미를 잘 표현하지 못한다.

                • +
                • normalized_pixel_outputs 옵션은 지정된 출력 텐서의 범위를 0과 1 사이 실수로 전제하는데 다양한 응용에 적용하는데 한계가 있다.

                • +
                • with_quantize, normalized_pixel_outputs 옵션 모두 uint8 타입만 지원했으며 int8 타입을 지원하지 못했다.

                • +
                -
                -

                컴파일러 개선

                +
                +

                개선 사항

                +
                  +
                • furiosa.quantizer.quantize() 에서 with_quantize, normalized_pixel_outputs 가 파라미터에서 제거 된다.

                • +
                • 대신 ModelEditor 추가되어 모델의 입력/출력 타입에 대한 상세한 최적화 옵션을 설정할 수 있으며 다음 기능을 제공한다. +* convert_input_type(tensor_name, TensorType) 메소드는 텐서 이름을 받아 해당 입력 텐서에 해당되는 +quantize 연산자를 제거하고 입력 타입을 TensorType 으로 변경한다. +* convert_output_type(tensor_name, TensorType, tensor_range) 메소드는 텐서 이름을 받아 해당 출력 텐서에 해당되는 +dequantize 연산자를 제거하고 입력 타입을 TensorType 으로 변경하고 주어진 tensor_range 범위에 맞게 스케일하도록 모델을 수정한다.

                • +
                • convert_{output,input}_type 함수는 텐서 이름을 사용하기 때문에 furiosa.quantizer 모듈 아래 get_pure_input_names(ModelProto) get_output_names(ModelProto) 같은 헬퍼 함수를 사용하여 텐서 이름을 얻어야 한다.

                • +
                +
                +

                참고

                +

                이번 릴리즈에 포함된 furiosa.quantizer.quantize() 에서 with_quantize, normalized_pixel_outputs +가 파라미터에서 제거 된 것은 기존 코드를 수정해야 하는 변경이다.

                +
                +

                더 자세한 내용은 ModelEditor 의 +API 레퍼런스를 참고할 수 있으며 실제 적용 예는 튜토리얼 및 코드 예제 의 예제 코드에서 찾아볼 수 있다.

                +
                +
                +
                +

                컴파일러 개선

                0.10.0의 컴파일러는 Dequantize 연산자의 NPU 가속을 지원한다. 따라서 Dequantize 연산을 잘 활용할 수 있는 모델은 성능이 개선될 수 있다. Dequantize 연산자 가속과 관련된 다른 최적화 관련 옵션은 최적화 가이드에서 찾아볼 수 있다.

                또한, 컴파일러 결과 캐시 기능이 충분히 안정화 되었다고 판단되어 결과 캐쉬 유효기간이 기존 2일에서 30일로 변경된다. 컴파일러 캐쉬 (Compiler Cache) 에서 자세한 설명을 찾아볼 수 있다.

                그 외에도 컴파일러 명령행 도구는 다음 사항이 개선되었다.

                  -
                • furiosa compile 대신 furiosa-compiler 커맨드를 직접 사용하실 수 있다.

                • -
                • furiosa-compiler 커맨드는 Python 의존성을 필요하지 않는다.

                • +
                • furiosa compile 대신 furiosa-compiler 명령을 직접 사용할 수 있다.

                • +
                • furiosa-compiler 명령은 네이티브 실행 파일(native executable)이 되어 Python 실행 환경을 요구하지 않는다.

                • apt install furiosa-compiler 명령을 통해 컴파일러를 설치할 수 있다.

                • -
                • Python 의존성을 가지는 기존 furiosa compile 커맨드는 현재는 호환성을 위해 유지되며 향후 릴리스에서 제거 될 수 있다.

                • +
                • Python 의존성을 가지는 기존 furiosa compile 명령는 현재는 호환성을 위해 유지되며 향후 릴리스에서 제거 될 수 있다.

                컴파일러 명령행 도구의 자세한 사용법은 furiosa-compiler 에서 찾아볼 수 있다.

                성능 프로파일러(Profiler) 개선

                -

                성능 프로파일러는 추론의 실제 실행시간을 구간 별로 측정하여 성능 분석을 돕는 도구이다. +

                성능 프로파일러는 추론의 실제 실행시간을 구간별로 측정하여 성능 분석을 돕는 도구이다. 이번 릴리스에서는 프로파일러 컨텍스트를 이용한 트레이스 기능에 임시 중단/재개 기능이 추가 되었다.

                -

                사용자는 프로파일링 컨텍스트 내에서 전/후처리 시간, 워밍업(warming up) 시간 등 프로파일링을 원하지 않는 구간을 -을 제외하고 프로파일링 함으로써 프로파일링에 소요되는 오버헤드 및 프로파일링 결과물의 크기를 줄일 수 있다. -간단히 profile.pause()profile.resume() 함수를 호출하여 프로파일링을 임시로 중단/재개할 수 있으며 +

                사용자는 프로파일링 컨텍스트 내에서 전/후처리 시간, 워밍업(warming up) 시간 등 프로파일링이 불필요한 구간을 +제외하고 프로파일링 함으로써 프로파일링에 소요되는 오버헤드 및 프로파일링 결과물의 크기를 줄일 수 있다. +profile.pause()profile.resume() 함수를 호출하여 프로파일링을 임시로 중단/재개할 수 있다. 자세한 사용법과 예제는 프로파일러 컨텍스트의 일시적 중단/재개 에서 찾아볼 수 있다.

                @@ -298,29 +352,30 @@

                furiosa-litmus 개선furiosa-litmus 는 모델에 대한 NPU와 Furiosa SDK의 호환성을 검사하는 도구이다. 0.10.0 릴리스에서는 furiosa-litmus 명령행 도구에 에러 리포팅을 위한 정보 수집 기능이 추가되었다. 또한 검사하는 단계가 3단계에서 4단계로 확장되었으며 4단계는 모델을 실제 런타임에서 실행하여 추론 성능을 측정한다.

                -

                다음과 같이 --dump <OUTPUT_SUFFIX> 옵션을 사용하면 furiosa-litmus``가 수집한 - 단계별 로그와 새로 추가된 4단계에서 실행한 추론 실행의 프로파일링 결과를 ``<OUTPUT_SUFFIX>-<unix_epoch>.zip -파일로 저장할 수 있다.

                -
                $ furiosa-litmus <MODEL_PATH> --dump <OUTPUT_SUFFIX>
                +

                furiosa-litmus 실행 시 --dump <OUTPUT_PREFIX> 옵션을 사용하면 +각 단계별로 출력되는 로그와 컴파일 단계에서 생성하는 메타데이터, 추론 단계에서 수집하는 프로파일링 결과를 모아 +<OUTPUT_PREFIX>-<unix_epoch>.zip 파일로 저장한다.

                +
                $ furiosa-litmus <MODEL_PATH> --dump <OUTPUT_PREFIX>
                 

                수집된 정보에는 모델 자체를 포함하지 않으며 모델 네트워크의 메타데이터, 메모리 사용량, 환경 정보(파이썬 버전, SDK, 컴파일러의 버전 및 주요 의존 라이브러리 버전) 등을 포함한다. -unzip 명령을 통해 직접 압축을 풀어 내용을 확인할 수 있으며 버그 리포팅시 해당 파일을 첨부하면 -버그 리포팅에 도움이 된다.

                +unzip 명령으로 직접 압축을 풀어 내용을 확인할 수 있으며 +버그 리포팅 시 해당 파일을 첨부하면 진단 및 분석에 도움이 된다.

                furiosa-bench 명령행 도구 추가

                성능 벤치마크 명령행 도구인 furiosa-bench 가 추가되었다. 새로 도입되는 furiosa-bench 커맨드는 다양한 워크로드와 런타임 설정을 간단하게 제어할 수 있는 옵션을 제공한다. 지연 시간과 처리량 위주 워크로드를 선택 가능하며 -얼마나 많은 장치를 사용하는지, 얼마나 오래 수행할지 등을 옵션으로 설정할 수 있다. ONNX와 Tflite 모델을 -사용할 수 있으며 이미 컴파일러를 통해 컴파일된 ENF 포맷의 모델도 입력으로 받아 들인다. +얼마나 많은 장치를 사용할지, 얼마나 오래 수행할지 등을 옵션으로 설정할 수 있다. ONNX와 Tflite 모델을 +사용할 수 있으며 모델을 furiosa-compiler로 컴파일한 ENF 파일도 사용할 수 있다. 커맨드의 자세한 설명은 furiosa-bench (벤치마크 도구) 에서 찾아볼 수 있다.

                -

                처리량 벤치마크 예시

                +

                처리량(throughput) 벤치마크 예시

                $ furiosa-bench ./model.onnx --workload throughput -n 10000 --devices "warboy(1)*2" --workers 8 --batch 8
                 
                +

                지연시간(latency) 벤치마크 예시

                $ furiosa-bench ./model.onnx --workload latency -n 10000 --devices "warboy(2)*1"
                 
                @@ -335,16 +390,16 @@

                furiosa-toolkit 개선list, info 등의 서브 커맨드 실행 시 아스키를 이용한 표 형식으로 내용을 출력하고 있었다. -이번 릴리스에는 --output 옵션을 통해 json, `yaml`과 같은 구조적 데이터로 출력하는 기능이 추가되었다. -따라서, 사용자는 출력된 데이터를 파이프라인을 통해 다른 도구로 전달하거나, 스크립트 언어 등에서 쉽게 처리할 수 있다.

                -
                $ furiosactl info --output json
                -[{"dev_name":"npu7","product_name":"warboy","device_uuid":"844972B6-8252-4A9F-8A20-142A8B9CE5DA","device_sn":"WBYB0233HH178KREO","firmware":"1.6.0, 7a3b908","temperature":"47°C","power":"0.99 W","pci_bdf":"0000:d6:00.0","pci_dev":"492:0"}]
                +이번 릴리스에는 --format 옵션을 통해 json, yaml 과 같은 구조적 데이터로 출력하는 기능이 추가되었다.
                +따라서 사용자는 출력 결과를 파일로 저장하거나 파이프라인을 통해 다른 도구 또는 스크립트로 전달하여 다양한 방식으로 활용할 수 있다.

                +
                $ furiosactl info --format json
                +[{"dev_name":"npu7","product_name":"warboy","device_uuid":"<device_uuid>","device_sn":"<device_sn>","firmware":"1.6.0, 7a3b908","temperature":"47°C","power":"0.99 W","pci_bdf":"0000:d6:00.0","pci_dev":"492:0"}]
                 
                -$ furiosactl info --output yaml
                +$ furiosactl info --format yaml
                 - dev_name: npu7
                   product_name: warboy
                -  device_uuid: 844972B6-8252-4A9F-8A20-142A8B9CE5DA
                -  device_sn: WBYB0233HH178KREO
                +  device_uuid: <device_uuid>
                +  device_sn: <device_sn>
                   firmware: 1.6.0, 7a3b908
                   temperature: 47°C
                   power: 0.98 W
                @@ -352,11 +407,15 @@ 

                furiosa-toolkit 개선info 서브 커맨드가 NPU 클럭 속도(Clock Frequency)를 출력하도록 개선되었다.

                +

                또한 info 서브 커맨드에 추가/개선된 사항이 있다.

                +
                  +
                • NPU 클럭 속도(Clock Frequency) 항목을 추가하였다.

                • +
                • PCI 카드 전체에서 사용하는 전력(power)을 표시하도록 개선하였다.

                • +

                furiosa-npu-metrics-exporter 개선

                furiosa-npu-metrics-exporter 커맨드는 NPU의 성능 및 상태 지표들을 OpenMetrics -형식으로 서빙하는 웹서버이다. 이 지표들은 Prometheus 등 OpenTelemetry의 수집 도구를 통해 수집할 수 있다.

                +형식으로 서빙하는 웹서버이다. 이 지표들은 Prometheus 를 비롯한 OpenMetrics 호환 수집 도구를 통해 수집할 수 있다.

                0.10.0 릴리스에 포함된 버전은 NPU의 클럭 속도(Clock Frequency)와 NPU 사용률(NPU Utialization)을 출력 지표로 포함하도록 개선되었다. NPU 사용률 기능은 아직 실험적인 기능으로 아래와 같이 --enable-npu-utilization 옵션을 통해 활성화해야 한다.

                diff --git a/v0.10.0/ko/searchindex.js b/v0.10.0/ko/searchindex.js index a6b6d73..716a56f 100644 --- a/v0.10.0/ko/searchindex.js +++ b/v0.10.0/ko/searchindex.js @@ -1 +1 @@ -Search.setIndex({"docnames": ["customer-support/bugs", "index", "npu/intro", "npu/supported_operators", "releases/0.10.0", "releases/0.5.0", "releases/0.6.0", "releases/0.7.0", "releases/0.8.0", "releases/0.9.0", "software/c-sdk", "software/cli", "software/compiler", "software/installation", "software/intro", "software/kubernetes_support", "software/profiler", "software/python-sdk", "software/quantization", "software/references", "software/serving", "software/tutorials", "software/vm_support"], "filenames": ["customer-support/bugs.rst", "index.rst", "npu/intro.rst", "npu/supported_operators.rst", "releases/0.10.0.rst", "releases/0.5.0.rst", "releases/0.6.0.rst", "releases/0.7.0.rst", "releases/0.8.0.rst", "releases/0.9.0.rst", "software/c-sdk.rst", "software/cli.rst", "software/compiler.rst", "software/installation.rst", "software/intro.rst", "software/kubernetes_support.rst", "software/profiler.rst", "software/python-sdk.rst", "software/quantization.rst", "software/references.rst", "software/serving.rst", "software/tutorials.rst", "software/vm_support.rst"], "titles": ["\ubc84\uadf8 \uc2e0\uace0", "FuriosaAI NPU \ubc0f SDK \ubb38\uc11c", "FuriosaAI NPU", "NPU \uac00\uc18d \uc9c0\uc6d0 \uc5f0\uc0b0\uc790 \ubaa9\ub85d", "Release Notes - 0.10.0", "Release Notes - 0.5.0", "Release Notes - 0.6.0", "Release Notes - 0.7.0", "Release Notes - 0.8.0", "Release Notes - 0.9.0", "C SDK \uc124\uce58 \ubc0f \uc0ac\uc6a9 \uac00\uc774\ub4dc", "\uba85\ub839\ud589 \ub3c4\uad6c", "\ucef4\ud30c\uc77c\ub7ec", "\ub4dc\ub77c\uc774\ubc84, \ud38c\uc6e8\uc5b4, \ub7f0\ud0c0\uc784 \uc124\uce58 \uac00\uc774\ub4dc", "FuriosaAI \uc18c\ud504\ud2b8\uc6e8\uc5b4 \uc2a4\ud0dd \uc18c\uac1c", "Kubernetes \uc9c0\uc6d0", "\uc131\ub2a5 \ud504\ub85c\ud30c\uc77c\ub9c1", "Python SDK \uc124\uce58 \ubc0f \uc0ac\uc6a9 \uac00\uc774\ub4dc", "\ubaa8\ub378 \uc591\uc790\ud654", "\ub808\ud37c\ub7f0\uc2a4 \ubb38\uc11c", "\ubaa8\ub378 \uc11c\ubc84 (\uc11c\ube59 \ud504\ub808\uc784\uc6cc\ud06c)", "\ud29c\ud1a0\ub9ac\uc5bc \ubc0f \ucf54\ub4dc \uc608\uc81c", "\uac00\uc0c1 \uba38\uc2e0 \ud658\uacbd \uc9c0\uc6d0"], "terms": {"\uc0ac\uc6a9": [0, 1, 4, 5, 6, 7, 8, 9, 11, 12, 14, 18, 22], "\uc911": [0, 5, 9, 11, 14, 15], "\ud574\uacb0\ub418\uc9c0": 0, "\uc54a\ub294": [0, 3, 4, 7, 14, 16, 17], "\ubb38\uc81c\ub97c": [0, 14, 16, 17], "\uacaa\uc744": 0, "\uacbd\uc6b0": [0, 2, 3, 4, 6, 7, 10, 12, 13, 14, 15, 17, 20, 22], "furiosaai": [0, 3, 5, 6, 8, 10, 11, 12, 13, 15, 16, 18, 20, 22], "\uace0\uac1d\uc9c0\uc6d0": [0, 1, 11], "\uc13c\ud130": [0, 1, 11], "\uc5d0\uc11c": [0, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 14, 15, 17], "\uc2e0\uace0\ub97c": [0, 5], "\ud560": [0, 4, 5, 6, 7, 8, 9, 12, 13, 14, 15, 16, 17, 20], "\uc218": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 22], "\uc788\ub2e4": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 22], "\uc2e0\uace0\uc5d0\ub294": 0, "\uae30\ubcf8\uc801\uc73c\ub85c": [0, 4, 7, 11, 15, 16], "\ub2e4\uc74c": [0, 4, 5, 8, 9, 12, 13, 15, 17, 20], "\uc815\ubcf4\uac00": [0, 9, 16], "\ud3ec\ud568\ub418\uc5b4\uc57c": 0, "\ud55c\ub2e4": [0, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 22], "\ubb38\uc81c": [0, 5], "\uc7ac\ud604": 0, "\ubc29\ubc95": [0, 16, 17], "\ubc1c\uc0dd": 0, "\ub2f9\uc2dc": 0, "\ub85c\uadf8": [0, 11], "\ub610\ub294": [0, 2, 7, 10, 12, 13, 15, 16, 17, 20, 22], "\uc2a4\ud06c\ub9b0\uc0f7": 0, "sdk": [0, 3, 4, 5, 8, 9, 11, 12, 15, 16, 18, 19, 20, 21], "\ubc84\uc804": [0, 3, 5, 10, 11, 12, 15, 17, 20], "\uc815\ubcf4": [0, 11], "\ubaa8\ub378": [0, 1, 5, 6, 7, 12, 16, 17, 21], "\ucef4\ud30c\uc77c": [0, 5, 7, 9, 11, 12, 14, 17, 20, 21], "\uc2e4\ud328": 0, "\uc2dc": [0, 4, 7, 9, 13, 15, 17], "\ucef4\ud30c\uc77c\ub7ec": [0, 1, 2, 8, 17], "furiosa": [0, 1, 10, 14, 15, 16, 17, 18, 20, 22], "sdk\ub294": [0, 2, 10, 11, 14, 15, 16, 17, 18, 20], "\uc5d0\ub7ec\uac00": [0, 5], "\ubc1c\uc0dd\ud558\ub294": [0, 17], "\uc544\ub798\uc640": [0, 4, 6, 7, 8, 9, 11, 12, 13, 15, 16, 17, 20], "\uac19\uc740": [0, 2, 4, 9, 12, 14, 16, 17, 20], "\uc815\ubcf4\ub97c": [0, 5, 7, 9, 11, 13, 14, 15, 22], "\ucd9c\ub825\ud55c\ub2e4": [0, 7, 8, 11, 18], "\ud654\uba74\uc744": 0, "\ubcf8\ub2e4\uba74": 0, "inform": [0, 5, 11, 15], "dump": [0, 4, 5, 11], "\uc774\ud558\uc758": 0, "\uc815\ubcf4\uc640": [0, 5, 15], "\uba54\uc2dc\uc9c0\uc5d0": 0, "\ucd9c\ub825\ub418\ub294": [0, 12, 15], "\ub85c\uadf8\ud30c\uc77c": 0, "\uc544\ub798": [0, 3, 4, 5, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20], "\uc608\uc5d0\uc11c\ub294": [0, 16], "home": [0, 5, 7, 12], "local": [0, 5, 7, 8, 11, 20], "state": [0, 2, 5, 7, 20], "log": [0, 3, 5, 7, 11, 20], "compil": [0, 4, 5, 7, 8, 9, 17, 20], "20211121223028": [0, 5, 7], "l5w4g6": [0, 5, 7], "\uc744": [0, 4, 6, 7, 8, 9, 10, 11, 12, 14, 15, 18, 20], "\uc758": [0, 4, 7, 8, 9, 12, 14, 15, 16, 17, 20, 22], "bug": 0, "report": [0, 5, 12, 16], "\uc139\uc158\uc5d0": 0, "\uc2e0\uace0\ud558\ub77c": 0, "save": [0, 5, 7, 12, 20], "us": [0, 11, 20], "0": [0, 2, 3, 10, 11, 12, 13, 15, 16, 17, 18, 20, 22], "5": [0, 2, 4, 6, 7, 9, 11, 12, 13, 16, 18, 22], "rev": [0, 5, 11, 20, 22], "407c0c51f": [0, 5], "modifi": 0, "built": [0, 5, 11, 20], "2021": [0, 5, 11], "11": [0, 4, 5, 7, 9, 11, 20], "18": [0, 5], "22": [0, 5, 13], "32": [0, 2, 5], "34": [0, 5, 11], "22t06": [0, 5], "30": [0, 5, 12], "28": [0, 5, 9, 11, 20], "392114z": 0, "info": [0, 4, 5, 8, 9, 15, 20], "npu": [0, 4, 6, 7, 8, 9, 10, 11, 14, 16, 17, 20], "npu0pe0": [0, 4, 5, 8, 11, 15, 20], "i": [0, 9, 11, 12, 17, 20, 22], "being": [0, 20], "initi": [0, 20], "397757z": 0, "nuxinn": [0, 20], "creat": [0, 4, 5, 7, 8, 11, 17, 20], "pe": [0, 2, 4, 5, 12, 15, 20], "peid": [0, 20], "1": [0, 2, 4, 5, 6, 7, 8, 9, 11, 12, 13, 16, 20, 22], "6": [0, 3, 4, 9, 11, 16], "from": [0, 4, 5, 6, 7, 8, 9, 11, 12, 16, 17, 20], "onnx": [0, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 18, 20], "dfg": [0, 11, 12], "423026z": 0, "profil": [0, 8, 11, 16], "receiv": 0, "termin": 0, "signal": [0, 9], "423371z": [0, 5], "error": [0, 4, 5, 9, 17, 20], "fail": [0, 5], "model": [0, 1, 4, 6, 7, 11, 16, 18, 19, 20, 22], "static": [0, 5, 10], "shape": [0, 5, 14, 16, 20], "tensor": [0, 5, 6, 8, 14], "input": [0, 5, 7, 8, 12, 16, 20], "contain": [0, 5, 15], "an": [0, 5], "unsupport": [0, 5], "dimens": [0, 5], "valu": [0, 5, 12, 15], "some": [0, 5], "dimparam": [0, 5], "batch_siz": [0, 5, 7, 8, 12], "python": [0, 1, 4, 5, 8, 9, 10, 11, 12, 16, 18, 19, 20, 21], "version": [0, 4, 5, 9, 11, 12, 14, 15, 17], "3": [0, 4, 5, 7, 8, 11, 13, 16, 17, 20], "8": [0, 2, 4, 5, 7, 11, 14, 15, 16, 17, 18, 20, 22], "10": [0, 5, 7, 8, 9, 10, 11, 12, 15, 16, 17], "default": [0, 5, 11, 12, 15, 20, 22], "sep": [0, 5], "16": [0, 2, 5, 9, 16], "42": [0, 5], "gcc": [0, 5, 10], "9": [0, 4, 5, 7, 8, 11, 13, 16, 17, 20], "libnux": [0, 4, 5, 6, 7, 8, 9, 10, 13], "path": [0, 5, 11, 12, 20], "so": [0, 5, 11, 20], "runtim": [0, 4, 5, 6, 7, 8, 9, 11, 12, 16], "pleas": [0, 5, 9, 11], "check": [0, 5, 11, 22], "If": [0, 5], "you": [0, 5, 12, 16], "have": [0, 5], "problem": [0, 5], "file": [0, 5, 6, 7, 11, 12, 15, 16, 20], "http": [0, 5, 13, 15, 16, 17, 20], "ai": [0, 1, 5, 13, 15, 16, 17, 20], "atlassian": [0, 5], "net": [0, 5], "servicedesk": [0, 5], "custom": [0, 5, 20], "portal": [0, 5], "abov": [0, 5], "\uc704\uc640": [0, 10, 16, 20], "\ucd9c\ub825\ub418\uc9c0": 0, "\ubc29\ubc95\uc73c\ub85c": [0, 10], "\ud544\uc694": [0, 13], "\uc9c1\uc811": [0, 4, 11, 12, 13, 14, 16, 17], "\uc218\uc9d1\ud558\uc5ec": [0, 11], "\uc5d0": [0, 1, 2, 5, 8, 10, 15, 16, 20, 22], "\ud30c\uc774\uc36c": [0, 4, 8, 9], "\ub7f0\ud0c0\uc784\uc758": [0, 14], "\uc815\ubcf4\ub294": [0, 14, 15, 20], "\ub2e4\uc74c\uacfc": [0, 4, 5, 6, 7, 8, 9, 10, 11, 12, 15, 16, 17, 20], "\uac19\uc774": [0, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 20], "\ud30c\uc545\ud560": [0, 8, 14], "c": [0, 1, 3, 4, 5, 7, 8, 9, 11, 15, 19, 20], "import": [0, 5, 6, 7, 8, 12, 16, 20], "print": [0, 8, 11, 12, 15, 16, 20], "__full_version__": 0, "load": [0, 8, 11, 16], "nativ": [0, 11], "librari": [0, 8, 10, 11], "usr": [0, 8, 10, 11, 15, 16], "lib64": 0, "\uc774": [1, 4, 5, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 18, 22], "\ubb38\uc11c\ub294": 1, "\uc18c\uac1c\uc640": 1, "\ud65c\uc6a9\uc5d0": 1, "\ud544\uc694\ud55c": [1, 10, 11, 12, 14, 17, 20, 22], "\uc124\uce58": [1, 5, 6, 7, 14, 22], "\ubc29\ubc95\uc744": [1, 4, 8, 9, 13, 15, 16, 18, 22], "\uc81c\uacf5\ud55c\ub2e4": [1, 2, 4, 6, 9, 10, 11, 14, 15, 16, 17, 18, 20], "furiosaai\uc758": [1, 2, 10, 12, 13, 14], "\uc18c\ud504\ud2b8\uc6e8\uc5b4\ub294": 1, "\ucee4\ub110": [1, 6, 11, 13, 17], "\ub4dc\ub77c\uc774\ubc84": [1, 4, 6, 7, 8, 9, 10, 11, 17, 22], "\ud38c\uc6e8\uc5b4": [1, 4, 6, 7, 8, 9, 10, 11, 17], "\ub7f0\ud0c0\uc784": [1, 2, 6, 7, 8, 9, 10, 11, 17], "\uba85\ub839\ud589": [1, 7, 8, 9, 12, 15, 17, 18, 20], "\ub3c4\uad6c\ub97c": [1, 2, 4, 11, 13, 14, 15, 16, 17, 18], "\ud3ec\ud568\ud55c\ub2e4": [1, 2, 4, 8, 9], "\ud3c9\uac00": [1, 13], "\ud504\ub85c\uadf8\ub7a8": [1, 14], "earli": 1, "access": [1, 13], "program": 1, "\ub4f1\ub85d": [1, 13], "\ud6c4": [1, 13, 15, 22], "\ucd5c\uc885": 1, "\uc0ac\uc6a9\uc790": [1, 8, 13], "\ub77c\uc774\uc13c\uc2a4": 1, "\ub3d9\uc758": 1, "end": 1, "user": [1, 13], "licens": 1, "agreement": 1, "\ub530\ub77c": [1, 2, 4, 8, 10, 11, 12, 13, 14, 15, 17], "\ubc30\ud3ec\ub418\uba70": [1, 15], "\ud604\uc7ac\ub294": [1, 4, 13], "contact": [1, 13], "\ub85c": [1, 2, 4, 5, 9, 11, 13, 14, 15, 16, 20, 22], "\ubb38\uc758\ud558\uc5ec": [1, 13], "\ud504\ub85c\uadf8\ub7a8\uc744": [1, 8, 11, 12, 13, 14, 17], "\uc2dc\uc791\ud560": [1, 17], "furisaai": 1, "\uc18c\uac1c": [1, 15], "warboi": [1, 4, 5, 6, 7, 8, 9, 11, 12, 13, 14, 15, 22], "\ud558\ub4dc\uc6e8\uc5b4": 1, "\uc0ac\uc591": 1, "\uc131\ub2a5": [1, 6, 8, 9, 12], "\ub4f1": [1, 2, 4, 6, 11, 12, 22], "\uc790\uc138\ud55c": [1, 4, 5, 6, 7, 8, 9, 11, 14, 15, 17, 20], "\uac00\uc18d": [1, 5, 6, 7, 8, 9, 12, 14], "\uc9c0\uc6d0": [1, 4, 6, 7, 8, 9, 12, 20], "\uc5f0\uc0b0\uc790": [1, 4, 5, 6, 7, 8, 9, 12, 14, 16], "\ubaa9\ub85d": [1, 5, 6, 7, 12, 14], "\uc18c\ud504\ud2b8\uc6e8\uc5b4": [1, 2, 11, 13, 17], "\uc2a4\ud0dd": 1, "\uac00\uc774\ub4dc": [1, 4, 6, 7, 8, 9, 11, 14, 22], "\ub3c4\uad6c": [1, 6, 12, 17, 20, 22], "\uc591\uc790\ud654": [1, 6, 11, 12, 17], "quantiz": [1, 2, 7, 11, 16], "zoo": [1, 19], "kubernet": [1, 7, 20], "\uac00\uc0c1": 1, "\uba38\uc2e0": 1, "\ud658\uacbd": [1, 4, 11, 12, 15, 20], "\uc2dc\uc791\ud558\uae30": [1, 21], "\uace0\uae09": [1, 20, 21], "\ucd94\ub860": [1, 2, 4, 6, 7, 8, 12, 14, 16, 17, 20, 21], "api": [1, 4, 9, 10, 13, 20, 21], "cpu": [1, 3, 6, 15, 21], "\uae30\ubc18": [1, 8, 9, 18, 21], "\ucd94\ub860\uacfc": [1, 21], "\uc815\ud655\ub3c4": [1, 8, 9, 21], "\ube44\uad50\ud558\uae30": [1, 21], "\uc774\ubbf8\uc9c0": [1, 6, 17, 21], "\ubd84\ub958": [1, 21], "imag": [1, 2, 4, 6, 8, 9, 13, 15, 16, 21, 22], "classif": [1, 2, 21], "\uac1d\uccb4": [1, 21], "\ud0d0\uc9c0": [1, 21], "ssd": [1, 8, 12, 14, 18, 20, 21], "object": [1, 2, 8, 21], "detect": [1, 2, 8, 21], "\uc11c\ubc84": [1, 5, 10, 15, 17, 22], "\ud504\ub808\uc784\uc6cc\ud06c": [1, 12, 14, 17], "languag": [1, 10, 19], "\ud648\ud398\uc774\uc9c0": 1, "\ubc84\uadf8": [1, 4, 5, 7, 11], "\uc2e0\uace0": [1, 5], "npu\ub294": 2, "\ub525\ub7ec\ub2dd": 2, "\ucd94\ub860\uc5d0": 2, "\ucd5c\uc801\ud654\ub41c": [2, 5, 8, 12, 14, 17], "\uc544\ud0a4\ud14d\uccd0\ub85c": 2, "\uc124\uacc4\ub41c": [2, 4], "\uce69\uc73c\ub85c": 2, "\uc801\uc740": 2, "\ube44\uc6a9\uc73c\ub85c": 2, "\ub192\uc740": [2, 4, 6, 8, 10, 14, 16], "\uc131\ub2a5\uc744": [2, 4, 6, 8, 10, 16, 18], "\ubcf4\uc5ec\uc900\ub2e4": 2, "\uc791\uc740": [2, 8, 14], "\ubc30\uce58": [2, 4, 7, 12], "\ud06c\uae30\uc758": [2, 9], "\ucd5c\uc801\ud654\ub418\uc5b4": 2, "\uc694\uccad\uc5d0\ub3c4": 2, "\uce69\uc758": 2, "\ubaa8\ub4e0": [2, 12, 15, 20], "\uc790\uc6d0\uc744": [2, 14], "\ucd5c\ub300\ub85c": 2, "\ud65c\uc6a9\ud558\uc5ec": [2, 14, 18], "\uc5f0\uc0b0\ud568\uc73c\ub85c\uc368": 2, "\ub0ae\uc740": [2, 8, 10, 14, 16], "\uc751\ub2f5\uc18d\ub3c4\ub97c": 2, "\ub2ec\uc131\ud55c\ub2e4": 2, "\ub610\ud55c": [2, 3, 4, 5, 10, 11, 14, 15, 16, 20], "\ub300\uc6a9\ub7c9": 2, "\uc628\uce69": 2, "\uba54\ubaa8\ub9ac\ub294": 2, "\uc8fc\uc694": [2, 20], "cnn": 2, "\ubaa8\ub378\ub4e4\uc744": 2, "\uba54\ubaa8\ub9ac\uc5d0": 2, "\ucd5c\ub300\ud55c": 2, "\uc720\uc9c0\ud558\uc5ec": 2, "\uba54\ubaa8\ub9ac": [2, 3, 4, 6, 9, 12], "\ubcd1\ubaa9\uc744": 2, "\uc81c\uac70\ud558\uace0": 2, "\uc5d0\ub108\uc9c0": 2, "\ud6a8\uc728\uc744": 2, "\ub2ec\uc131\ud560": 2, "\uc788\ub3c4\ub85d": [2, 4, 7, 8, 9, 11, 14, 15, 18], "ocr": 2, "super": 2, "resolut": 2, "\ub2e4\uc591\ud55c": [2, 4, 7, 8, 9, 11, 12, 13, 14, 17, 18], "vision": [2, 5, 7, 8, 14], "task\uc5d0": 2, "\uc0ac\uc6a9\ub418\ub294": [2, 12, 14, 16, 17, 18], "\uc9c0\uc6d0\ud558\uba70": [2, 4, 14], "\ud2b9\ud788": [2, 9], "art": 2, "\ubaa8\ub378\ub4e4\uc5d0\uc11c": 2, "\uc815\ud655\ub3c4\uc640": 2, "\uc5f0\uc0b0\ud6a8\uc728\uc744": 2, "\uac00\ub2a5\ud558\uac8c": [2, 5, 14], "\ud558\ub294": [2, 4, 7, 8, 12, 13, 14, 15, 16, 17], "depthwis": 2, "group": [2, 3, 6, 7], "convolution\uacfc": 2, "\uc5f0\uc0b0\uc5d0": [2, 11], "\ub300\ud574\uc11c": 2, "\ucc28\ubcc4\ud654\ub41c": 2, "1\uc138\ub300": [2, 14, 18], "npu\uc778": [2, 14], "warboy\ub294": [2, 18], "64": 2, "tops\uc758": 2, "\uc131\ub2a5\uacfc": 2, "32mb": 2, "sram\uc744": 2, "2\uac1c\uc758": [2, 12], "process": [2, 8, 12, 20, 22], "element": [2, 12], "\uad6c\uc131\ub418\uc5b4": 2, "\uac01\uac01": [2, 4, 14, 20], "\uac16\ub294": 2, "\ub3c5\ub9bd\uc801\uc778": 2, "\ub514\ubc14\uc774\uc2a4\ub85c": 2, "\uc0ac\uc6a9\ud560": [2, 4, 5, 8, 10, 11, 12, 13, 14, 15, 16, 17, 22], "\uc804\uccb4": [2, 6, 7, 8, 12, 15], "\uc131\ub2a5\uc73c\ub85c": 2, "\ubaa8\ub378\uc758": [2, 3, 4, 7, 8, 9, 14, 16, 20], "\uadf9\ub300\ud654\ud574\uc57c": 2, "pe\ub97c": [2, 12], "1\uac1c\uc758": [2, 12], "\ud070": [2, 6, 9, 12], "pe\ub85c": 2, "fusion\ud558\uc5ec": 2, "\uc0ac\uc6a9\uc790\uc758": [2, 13], "\ud06c\uae30": [2, 12], "\ud639\uc740": [2, 7, 11], "\uc694\uad6c": [2, 15], "\uc0ac\ud56d\uc5d0": 2, "\uc751\ub2f5\uc18d\ub3c4\uc5d0": 2, "\ucd5c\uc801\ud654\ud558\ub3c4\ub85d": 2, "\uc0ac\uc6a9\ud558\uac70\ub098": 2, "\ucc98\ub9ac\ub7c9\uc5d0": 2, "\ucd5c\uc801\ud654\ud558\uae30": 2, "\uc704\ud574": [2, 4, 5, 7, 9, 13, 14, 15, 16, 17, 18, 20, 22], "\uac01": [2, 4, 8, 9, 11, 14, 15, 22], "pe\ub4e4\uc744": 2, "\ub3c5\ub9bd\uc801\uc73c\ub85c": [2, 5, 12], "\uc0ac\uc6a9\ud558\ub3c4\ub85d": [2, 4, 22], "\uad6c\uc131\ud560": [2, 17], "npu\ub97c": [2, 5, 8, 11, 12, 13, 14, 15, 17, 18, 22], "\uc704\ud55c": [2, 4, 5, 8, 10, 14, 15, 17, 20, 22], "\ubc0f": [2, 7, 8, 9, 11, 12, 14, 20, 22], "\ud504\ub85c\ud30c\uc77c\ub9c1": [2, 4], "tensorflow": [2, 3, 18], "pytorch\uc5d0\uc11c": 2, "\ud45c\uc900\uc801\uc73c\ub85c": 2, "\uc0ac\uc6a9\ud558\ub294": [2, 7, 8, 11, 12, 14, 15, 17, 20], "int8": [2, 18], "scheme\uc744": 2, "float": 2, "point": 2, "post": [2, 6, 18, 20], "train": [2, 18], "quantization\uc744": 2, "\uc0ac\uc6a9\ud558\uc5ec": [2, 11, 14, 18], "\ubcc0\ud658\ud560": [2, 18], "\uc788\ub294": [2, 3, 4, 7, 8, 9, 11, 14, 15, 16, 17, 20, 22], "sdk\ub97c": [2, 9, 11, 14, 17], "\ucd94\ub860\uc744": [2, 4, 8, 12, 14], "\ubc94\uc6a9\uc801\uc73c\ub85c": 2, "\uc0ac\uc6a9\ub418\uace0": [2, 14], "tensorflowlite\uc640": 2, "\ud3ec\ub9f7\uc73c\ub85c": 2, "\ud6c8\ub828": 2, "export\ub41c": 2, "\ucef4\ud30c\uc77c\ud558\uc5ec": [2, 11, 12], "npu\uc5d0\uc11c": [2, 11, 14, 15, 17], "\uac00\uc18d\ud560": [2, 3, 11, 18], "billion": 2, "transistor\ub85c": 2, "\uc788\uace0": [2, 12], "180mm": 2, "2\uc5d0": 2, "2ghz\ub85c": 2, "\ub3d9\uc791\ud558\uace0": 2, "\uae30\uc900": 2, "peak": 2, "performance\ub97c": 2, "\uac16\ub294\ub2e4": 2, "lpddr4x\uc5d0": 2, "\ub300\ud574": [2, 3, 9, 11, 12, 14, 17], "\ucd5c\ub300": [2, 7, 8], "4266\uc744": 2, "66gb": 2, "s\uc758": 2, "dram": [2, 12], "bandwidth\ub97c": 2, "\uac16\uc73c\uba70": 2, "pcie": 2, "gen4": 2, "8x\uc744": 2, "\uc9c0\uc6d0\ud55c\ub2e4": [2, 4, 18], "perform": [2, 11], "top": [2, 9], "On": 2, "chip": 2, "sram": 2, "mb": 2, "host": [2, 12, 20, 22], "interfac": 2, "lane": 2, "form": 2, "factor": 2, "full": [2, 9, 11], "height": [2, 6], "half": 2, "length": 2, "fhhl": 2, "hhhl": 2, "thermal": 2, "solut": 2, "passiv": 2, "fan": 2, "activ": [2, 17], "tdp": 2, "40": [2, 9, 11, 15, 16], "60w": 2, "configur": [2, 11, 15, 20], "oper": [2, 14, 16], "temperatur": [2, 4], "50": [2, 22], "clock": [2, 4], "speed": 2, "2": [2, 3, 4, 6, 7, 8, 9, 11, 12, 13, 14, 16, 22], "ghz": 2, "ddr": 2, "4266": 2, "mbp": 2, "memori": [2, 11, 12, 15, 22], "type": [2, 5, 6], "lpddr4x": 2, "size": [2, 11, 22], "gb": 2, "max": [2, 9, 11, 16, 18], "bandwidth": 2, "66": 2, "": [2, 5, 9, 11, 15, 18], "mlcommon": 2, "\uc81c\ucd9c\ub41c": 2, "\uacb0\uacfc\ub294": [2, 9, 16], "mlperf": [2, 12], "infer": [2, 6, 7, 8, 11, 12, 14, 16, 20], "edg": [2, 12], "v2": [2, 11, 12, 20], "result": [2, 6, 9, 11, 12, 16], "\ud655\uc778\ud560": [2, 4, 5, 7, 10, 11, 15, 17, 22], "v1": [2, 8, 12, 15, 18], "npu\uc640": [3, 4, 11, 14], "\uc5d0\uc11c\ub294": 3, "lite": [3, 18], "\ubaa8\ub378\uacfc": [3, 11, 12, 17, 18, 20], "\uac00": [3, 4, 5, 6, 8, 9, 11, 14, 15], "\uc9c0\uc6d0\ud558\ub294": [3, 4, 5, 10, 14, 18, 20], "\uc5f0\uc0b0\uc790\ub4e4\uc744": 3, "\uc774\ub984\uc740": [3, 12], "\ub97c": [3, 4, 5, 6, 8, 9, 10, 11, 12, 14, 15, 16, 17, 20, 22], "\uae30\uc900\uc73c\ub85c": 3, "\uac00\uc18d\uc744": [3, 4, 12, 14], "\uc9c0\uc6d0\ud558\uc9c0": [3, 14], "\uacbd\uc6b0\uc5d0\ub294": 3, "cpu\uc5d0\uc11c": [3, 14, 16], "\ub3d9\uc791\ud558\uac8c": 3, "\ub41c\ub2e4": [3, 4, 8, 10, 11, 12, 13, 14, 15, 17, 20, 22], "\uc77c\ubd80": [3, 12, 15, 22], "\uc5f0\uc0b0\uc790\ub294": [3, 14], "\ud2b9\uc815": [3, 4, 8, 9, 14, 17, 20, 22], "\uc870\uac74\uc744": [3, 7, 14, 15], "\ub9cc\uc871\ud558\uc9c0": 3, "\uc54a\uc744": [3, 13], "\ub2e4\uc218\uc758": [3, 4, 6, 7, 8, 9, 14, 15, 20], "\uc5f0\uc0b0\uc790\ub85c": 3, "\ubd84\ud560\ub418\uc5b4": 3, "\ub3d9\uc791\ud558\uac70\ub098": 3, "\ub3d9\uc791\ud560": [3, 12, 22], "\uac00\uc911\uce58\uac00": 3, "\ubcf4\ub2e4": [3, 7, 9], "\ud06c\uac70\ub098": 3, "npu\uc758": [3, 4, 5, 6, 12, 14, 15, 16, 22], "\uba54\ubaa8\ub9ac\ub85c": 3, "\uc5f0\uc0b0\uc744": [3, 4], "\ucc98\ub9ac\ud558\uae30\uc5d0": 3, "\ubd80\uc871\ud55c": 3, "\uacbd\uc6b0\uac00": [3, 20], "\ud55c": 3, "\uac00\uc9c0": [3, 15, 16], "\uc608\uc774\ub2e4": [3, 7, 8], "\uc774\ub984": [3, 4, 5, 7, 8, 9, 15], "\ucd94\uac00": [3, 5, 7, 9, 11, 15, 16], "\uc124\uba85": [3, 11, 12, 15], "add": [3, 8], "averagepool": 3, "batchnorm": [3, 5, 7], "conv": [3, 7, 8], "\ub2e4\uc74c\uc5d0": 3, "\uacbd\uc6b0\uc5d0": [3, 7], "\ud55c\ud558\uc5ec": 3, "clip": 3, "concat": [3, 6], "h": [3, 10, 11, 12], "axi": [3, 7], "7": [3, 4, 9, 13], "128": [3, 6], "dilat": 3, "12": [3, 5, 7, 8, 11, 15, 16], "\uc778": [3, 6, 20], "convtranspos": [3, 5, 8], "depthtospac": [3, 7], "crd": [3, 6], "\ubaa8\ub4dc": [3, 6, 7], "dcr": [3, 7], "exp": [3, 7], "\uc774\uc0c1": 3, "\ubd80\ud130": [3, 4, 5, 7, 10, 18, 21], "elu": [3, 7], "erf": [3, 7], "expand": 3, "flatten": [3, 20], "gemm": [3, 8], "gelu": [3, 7], "leakyrelu": [3, 5], "lpnormal": 3, "p": [3, 8], "\uc774\uace0": [3, 20], "batch": [3, 4, 7, 11], "matmul": [3, 7, 8], "maxpool": [3, 8], "mean": [3, 9, 11, 16], "mul": [3, 8], "pad": [3, 7], "cwh": 3, "reducel2": 3, "reducesum": 3, "relu": 3, "reshap": [3, 20], "resiz": [3, 7], "linear": [3, 7], "nearest": [3, 7], "pow": [3, 5, 7], "spacetodepth": [3, 7], "sigmoid": 3, "slice": [3, 6, 7], "softmax": [3, 7], "\ud55c\ud574": 3, "softplu": 3, "sub": [3, 5, 7, 8, 11], "split": [3, 11], "sqrt": [3, 5], "tanh": [3, 7], "transpos": [3, 6], "unsqueez": 3, "0\uc740": [4, 6, 7, 8, 9], "\uba54\uc774\uc800": [4, 6, 7, 8, 9], "\ub9b4\ub9ac\uc2a4": 4, "major": [4, 15], "\uba40\ud2f0": 4, "\ub514\ubc14\uc774\uc2a4\ub97c": [4, 14], "\uc2dc\uac04\uc744": [4, 7, 8, 16], "\ud06c\uac8c": [4, 6], "\uc904\uc77c": 4, "\ucd5c\uc801\ud654": [4, 9, 14, 18, 21], "\uc635\uc158": [4, 7, 8, 12], "\uc0ac\uc6a9\ub7c9\uacfc": 4, "\uc5f0\uc0b0": [4, 16], "io": [4, 11, 15], "\ube44\uc911\uc744": 4, "opentelemetry\ub97c": 4, "\ud1b5\ud574": [4, 7, 8, 9, 11, 12, 13, 14, 15, 16, 20, 22], "\uc81c\uacf5\ud558\ub294": [4, 8, 13, 14, 15, 17, 18, 20, 22], "\uae30\ub2a5": [4, 5, 6, 7, 8, 9], "\ub4f1\uc744": [4, 6, 9, 11, 15, 17], "litmus\ub294": 4, "\ub9ac\ud3ec\ud305": [4, 11], "\ubaa9\uc801\uc758": 4, "\uc218\uc9d1\uc774": 4, "\uac00\ub2a5\ud558\ub3c4\ub85d": [4, 8], "\ub418\uc5c8\uc73c\uba70": 4, "\ub3c4\uad6c\uc758": [4, 9], "\uc758\uc874\uc131": [4, 6, 17], "\uc81c\uac70": [4, 6, 15], "\ubca4\uce58\ub9c8\ud06c": 4, "\ucee4\ub9e8\ub4dc": [4, 11], "\ub4f1\uc758": [4, 11, 15, 16, 17], "\uac1c\uc120\uc774": [4, 5, 9], "\uc774\ub8e8\uc5b4\uc84c\ub2e4": 4, "\uadf8": [4, 5, 6, 8, 9, 11, 17], "\uc678\uc5d0\ub3c4": [4, 5, 8, 16], "\uc218\uc815": [4, 7], "\ud328\ud0a4\uc9c0": [4, 7, 8, 9, 10, 20], "driver": [4, 6, 7, 8, 9, 13, 15], "firmwar": [4, 8, 9, 11, 13], "hal": [4, 7, 8, 9], "hardwar": [4, 7, 8, 9, 22], "abstract": [4, 7, 8, 9], "layer": [4, 7, 8, 9], "server": [4, 6, 7, 8, 9, 20, 22], "serv": [4, 7, 8, 9, 20], "furiosactl": [4, 7, 8, 9, 15], "devic": [4, 5, 8, 9, 11, 14, 22], "plugin": [4, 5, 7, 8, 9, 14], "featur": [4, 7, 8, 9], "discoveri": [4, 7, 8, 9], "apt": [4, 5, 6, 7, 8, 9, 10, 11, 12, 15, 17], "\uad00\ub9ac\uc790": [4, 10, 13], "\uc0ac\uc6a9\ud558\uace0": [4, 6, 7, 8, 9, 14, 17], "\uc788\ub2e4\uba74": [4, 6, 7, 8, 9, 11, 15, 17, 20], "\uc5c5\uadf8\ub808\uc774\ub4dc\ud560": [4, 6, 7, 8, 9], "get": [4, 6, 7, 8, 9, 10, 11, 13, 15, 20], "updat": [4, 6, 7, 8, 9, 10, 13, 15, 22], "upgrad": [4, 6, 7, 8, 9, 17], "\ud328\ud0a4\uc9c0\ub97c": [4, 10, 11, 13], "\uc9c0\uc815\ud574\uc11c": [4, 8, 9], "\ud558\uace0": [4, 8, 9, 14], "\uc2f6\ub2e4\uba74": [4, 8, 9, 15, 17], "\uc2e4\ud589": [4, 6, 7, 8, 9, 11, 14, 15, 16], "\uc124\uc815": [4, 5, 8, 9, 10, 16, 20, 22], "\ubc29\ubc95\uc5d0": [4, 7, 8, 9, 11], "\ub300\ud55c": [4, 5, 6, 7, 8, 9, 14, 16, 17, 20], "\uc124\uba85\uc740": [4, 5, 7, 8, 9], "\ucc3e\uc744": [4, 5, 6, 7, 8, 9, 11, 12, 14, 15, 17, 20], "instal": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 17, 20, 22], "y": [4, 7, 8, 9, 10, 11, 13, 15, 17], "\uc5c5\uadf8\ub808\uc774\ub4dc\ub294": [4, 8, 9], "\uc2e4\ud589\ud55c\ub2e4": [4, 8, 9, 12, 17], "\uc0c8\ub85c": [4, 8, 9, 12, 17], "\ucd94\uac00\ub41c": [4, 7, 9], "\uae30\ub2a5\ub4e4\uc744": [4, 9], "\uc0ac\uc6a9\ud558\uae30": [4, 8, 9, 10, 13, 14, 22], "\uc704\ud574\uc11c\ub294": [4, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 20], "\uc124\uce58\uc640": [4, 9, 14], "\uad00\ub828\ub41c": [4, 9, 22], "\ub3c4\uad6c\ub4e4\uc774": [4, 9, 22], "\ucd5c\uc2e0": [4, 7, 9, 13, 14, 17], "\ubc84\uc804\uc73c\ub85c": [4, 7, 9, 17], "\uba3c\uc800": [4, 9], "\uc5c5\ub370\uc774\ud2b8": [4, 9, 15, 17], "\ub418\uc5b4\uc57c": [4, 9], "\uc124\uc815\uc5d0": 4, "pip": [4, 5, 6, 7, 8, 9, 11, 17, 20], "setuptool": [4, 9, 17], "wheel": [4, 9, 17], "pip\ub97c": [4, 17, 20], "\ub54c": [4, 5, 7, 10, 12, 14, 15, 16, 17, 18, 20], "\uc624\ub958\ub97c": 4, "\uc811\ud55c\ub2e4\uba74": 4, "\ucee4\ub9e8\ub4dc\ub97c": [4, 11, 13, 15, 20, 22], "\ud574\uc57c": [4, 17], "could": [4, 9, 17], "find": [4, 9, 15, 16, 17], "satisfi": [4, 9, 17], "requir": [4, 8, 9, 17], "impl": [4, 9, 17], "none": [4, 9, 11, 15, 17, 22], "No": [4, 9, 17], "match": [4, 9, 17], "distribut": [4, 9, 17], "found": [4, 9, 17], "\ub9b4\ub9ac\uc2a4\ub294": [4, 9], "furiosart\ub294": 4, "\ub77c\uc774\ube0c\ub7ec\ub9ac\ub85c": [4, 14], "\ud5a5\ud6c4": [4, 10], "\ub354": [4, 5, 6, 8, 9, 10, 11, 12, 14, 15, 16, 20], "\ub9ce\uc740": [4, 5, 8, 10, 12, 14, 16], "\uae30\ub2a5\uc744": [4, 7, 8, 10, 11, 14, 15, 16, 17, 20], "\uc81c\uacf5\ud560": [4, 10], "\uc124\uacc4\ub418\uc5c8\uc73c\uba70": 4, "\uc6cc\ud06c\ub85c\ub4dc\uc5d0\uc11c": 4, "\ud575\uc2ec": [4, 8], "api\ub97c": [4, 5, 7, 10, 12, 14, 17, 20], "\uc81c\uacf5": 4, "\ubfd0": 4, "\uc544\ub2c8\ub77c": [4, 7, 14], "\uc640": [4, 10, 12, 13, 14, 16, 17], "\uadf8\ub9ac\uace0": [4, 8], "\ub4f1\uc5d0\uc11c": 4, "\uc0ac\uc6a9\ub41c\ub2e4": 4, "\uae30\uc874": [4, 5, 7, 8, 9, 12, 17], "\ub7f0\ud0c0\uc784\uacfc": [4, 14, 17], "\uac70\uc758": 4, "\ud638\ud658\ub420": 4, "\uc0c8\ub85c\uc6b4": [4, 9, 10], "\uc0c8": [4, 9, 10], "asyncio": [4, 5, 7, 8], "\uc0ac\uc6a9\ud55c": [4, 16], "\ube44\ub3d9\uae30": [4, 10, 14], "async": [4, 6, 8], "\uc0c8\ub85c\uc774": 4, "\uae30\uc874\uc758": [4, 7], "\ub3d9\uae30": 4, "api\ub294": [4, 5, 7, 8, 10], "\uc791\uc5c5\uc5d0\ub294": 4, "\ucda9\ubd84\ud558\uc600\uc73c\ub098": 4, "\uac1c\ubcc4\uc801": 4, "\uc694\uccad\uc5d0": [4, 8], "\uc2dc\ub098\ub9ac\uc624\uc5d0\uc11c\ub294": [4, 8], "\ubd80\uc871\ud568\uc774": 4, "\uc788\uc5c8\ub2e4": [4, 9], "\ub7f0\ud0c0\uc784\uc5d0\uc11c\ub294": 4, "api\uac00": [4, 9, 10], "\uc9c0\uc6d0\ub418\uba70": 4, "\uc720\uc9c0\ud558\uba74\uc11c\ub3c4": 4, "\uac04\uacb0\ud558\uac8c": [4, 9], "\ubd80\ubd84\uc774": 4, "\ub2e4\ub4ec\uc5b4\uc84c\ub2e4": 4, "api\uc5d0": [4, 8], "\uc0c1\uc138\ud55c": 4, "refer": [4, 15], "\ucc3e\uc544": [4, 8], "\ubcfc": [4, 7, 8, 9, 15, 16, 20], "\uc7a5\uce58": [4, 5, 8, 9, 11, 13, 15], "furiosart\uc5d0\uc11c\ub294": 4, "\ud558\ub098\uc758": [4, 12, 16, 20], "\uc138\uc158\uc5d0\uc11c": 4, "\uc7a5\uce58\ub97c": [4, 5, 8, 11, 14, 15], "\ub530\ub77c\uc11c": [4, 8, 12, 13, 16, 17], "\ubcc4\ub3c4": 4, "\uad6c\ud604": 4, "\uc5c6\uc774\ub3c4": 4, "\uc774\uc6a9\ud558\uc5ec": [4, 8, 10, 12, 14, 15, 17, 20], "\uace0\uc131\ub2a5": [4, 8, 14], "\uc218\ud589\ud560": [4, 14, 16], "\uac1c\uc120\ub41c": 4, "\uc9c0\uc815": [4, 5, 15], "\uae30\uc874\uc5d0\ub294": [4, 5], "\ud658\uacbd\ubcc0\uc218": [4, 7, 12, 16], "npu_devnam": [4, 5, 15], "session": [4, 7, 8, 14], "\uc774\uc6a9\ud574\uc11c": 4, "devf": 4, "\uc7a5\uce58\ud30c\uc77c": 4, "\uc774\ub984\uc744": [4, 5, 11, 12, 13, 20], "\uc124\uc815\ud574\uc57c": 4, "\ud588\ub2e4": [4, 5], "\ubc29\ubc95\uc740": [4, 5, 6, 14, 15, 16, 18, 22], "\ud658\uacbd\uc5d0\uc11c": [4, 12, 14, 16, 22], "\uadf8\ub300\ub85c": 4, "\uc801\uc6a9\ud558\uae30": [4, 15], "\uc5b4\ub835\uace0": 4, "\uc0ac\uc6a9\ud574\uc57c": [4, 12], "\uc124\uc815\uc774": [4, 15, 20, 22], "\ubcf5\uc7a1\ud588\ub2e4": 4, "\uc774\ubc88": [4, 8], "\uc5f0\uc0c1": 4, "\uc2dc\ud0a4\ub294": 4, "\ubcc0\uc218": 4, "\ub300\uc2e0": [4, 9, 15, 17, 22], "furiosa_devic": 4, "\ub77c\ub294": [4, 17], "\ud658\uacbd\ubcc0\uc218\uac00": 4, "\ub3c4\uc785\ub418\uc5c8\ub2e4": [4, 7], "\ubcc0\uc218\ub294": [4, 12], "\uc885\ub958": 4, "\uad6c\uc131": [4, 11, 20], "\uac1c\uc218\ub97c": 4, "\ud45c\ud604\ud558\ub294": 4, "\ud14d\uc2a4\ud2b8": [4, 15], "\uc124\uc815\uc744": [4, 10, 11, 12, 22], "\ubc1b\uc544\ub4dc\ub9b0\ub2e4": 4, "export": [4, 12, 16], "\uc704": [4, 10, 13, 14, 15, 16, 20, 22], "\uc608\uc81c\ub294": [4, 6, 20], "furiosart\uac00": 4, "\uc2dc\uc2a4\ud15c\uc5d0\uc11c": [4, 10, 17], "\uac00\uc6a9\ud55c": [4, 15], "\ud4e8\uc804\ub41c": 4, "8\uac1c\uc758": 4, "warboy\ub97c": 4, "\uc0ac\uc6a9\ud558\uac8c": 4, "\uc608\uc640": 4, "\uc7a5\uce58\uc758": [4, 5, 9, 11, 13], "\uc2dd\ubcc4\uc790\ub97c": [4, 22], "\uc9c0\uc815\ud558\ub294": 4, "\ubc29\ubc95\ub3c4": 4, "\ud558\uc704": [4, 7, 11], "\ud638\ud658\uc131": [4, 6], "\ubcf4\uc7a5\uc744": 4, "\ubcc0\uc218\ub3c4": 4, "\uc5ec\uc804\ud788": 4, "\uacfc": [4, 7, 14, 16], "\uac00\ub2a5\ud558\ub2e4": [4, 5, 12, 15], "\uadf8\ub7ec\ub098": [4, 12], "\ub9b4\ub9ac\uc2a4\uc5d0\uc11c": 4, "\ud658\uacbd\ubcc0\uc218\ub294": 4, "\uc81c\uac70\ub420": [4, 10], "\uc608\uc815\uc774\ub2e4": [4, 10], "specif": [4, 18, 20], "\ucc3e\uc544\ubcfc": [4, 5, 7, 8, 9, 14, 18, 20], "furioa": [4, 8], "\uc740": [4, 5, 8, 11, 12, 14], "\uc11c\ube59\uc744": [4, 17], "\ud504\ub808\uc784\uc6cc\ud06c\uc640": [4, 8], "\uc5b4\ud50c\ub9ac\ucf00\uc774\uc158\uc744": [4, 17], "\uac1c\ubc1c\ud558\uae30": 4, "\ub77c\uc774\ube0c\ub7ec\ub9ac\uc774\ub2e4": 4, "\ub9b4\ub9ac\uc2a4\uc5d0\uc11c\ub294": 4, "\ub7f0\ud0c0\uc784\uc778": [4, 10, 17], "furiosart\ub97c": 4, "\uac1c\uc120\ub418\uc5c8\uc73c\uba70": 4, "\uc7a5\uc810\uc744": [4, 16], "\ud65c\uc6a9\ud560": [4, 7, 12, 14, 17, 20], "\uac1c\uc120\ub418\uc5c8\ub2e4": [4, 5, 8, 9], "\ub294": [4, 6, 8, 9, 11, 12, 14, 15, 17, 22], "\uc774\ubbf8": [4, 7, 8, 9, 11, 13, 15, 17], "\ud2b8\ub808\uc774\ub2dd": [4, 8, 9], "\ub41c": [4, 8, 9, 15, 17], "\ubaa8\ub378\uc744": [4, 5, 7, 8, 9, 11, 12, 14, 17, 18, 20], "\uc591\uc790\ud654\ub41c": [4, 7, 8, 9, 11, 18], "\ubaa8\ub378\ub85c": [4, 8, 9, 17, 18], "\ubcc0\ud658\ud574\uc8fc\ub294": [4, 8, 9], "todo": 4, "0\uc758": 4, "\ucef4\ud30c\uc77c\ub7ec\ub294": [4, 5, 12, 14], "dequant": [4, 9, 16], "\uc5f0\uc0b0\uc790\uc758": [4, 6, 7], "\uc798": [4, 11, 12, 14, 17], "\ubaa8\ub378\uc740": [4, 8, 14, 20], "\uc131\ub2a5\uc774": [4, 9], "\uac1c\uc120\ub420": 4, "\uac00\uc18d\uacfc": 4, "\ub2e4\ub978": [4, 7, 8, 10, 17], "\uad00\ub828": [4, 7, 22], "\uc635\uc158\uc740": [4, 11, 12, 15, 22], "\uac00\uc774\ub4dc\uc5d0\uc11c": 4, "\uacb0\uacfc": [4, 7, 8, 11], "\uce90\uc2dc": 4, "\uae30\ub2a5\uc774": [4, 7, 8], "\ucda9\ubd84\ud788": 4, "\uc548\uc815\ud654": 4, "\ub418\uc5c8\ub2e4\uace0": 4, "\ud310\ub2e8\ub418\uc5b4": 4, "\uce90\uc26c": [4, 7], "\uc720\ud6a8\uae30\uac04\uc774": 4, "2\uc77c\uc5d0\uc11c": 4, "30\uc77c\ub85c": 4, "\ubcc0\uacbd\ub41c\ub2e4": 4, "cach": [4, 7], "\uc124\uba85\uc744": [4, 11, 13, 22], "\ub3c4\uad6c\ub294": [4, 8, 9, 18], "\uc0ac\ud56d\uc774": [4, 15], "\uc0ac\uc6a9\ud558\uc2e4": 4, "\ucee4\ub9e8\ub4dc\ub294": [4, 11], "\uc758\uc874\uc131\uc744": 4, "\ud544\uc694\ud558\uc9c0": 4, "\uc54a\ub294\ub2e4": [4, 16], "\uba85\ub839\uc744": [4, 12, 13, 15, 17, 22], "\ucef4\ud30c\uc77c\ub7ec\ub97c": 4, "\uc124\uce58\ud560": [4, 12, 13, 14, 15, 17], "\uac00\uc9c0\ub294": 4, "\ud638\ud658\uc131\uc744": 4, "\uc720\uc9c0\ub418\uba70": 4, "\ub420": 4, "\uc0ac\uc6a9\ubc95\uc740": [4, 6, 7, 8, 12, 14, 17], "\ud504\ub85c\ud30c\uc77c\ub7ec\ub294": 4, "\ucd94\ub860\uc758": 4, "\uc2e4\uc81c": [4, 12, 20], "\uc2e4\ud589\uc2dc\uac04\uc744": 4, "\uad6c\uac04": [4, 16], "\ubcc4\ub85c": 4, "\uce21\uc815\ud558\uc5ec": [4, 7], "\ubd84\uc11d\uc744": 4, "\ub3d5\ub294": 4, "\ub3c4\uad6c\uc774\ub2e4": [4, 8, 9, 11, 17], "\ucee8\ud14d\uc2a4\ud2b8\ub97c": [4, 7], "\uc774\uc6a9\ud55c": [4, 8, 11, 13, 15], "\ud2b8\ub808\uc774\uc2a4": [4, 8], "\uae30\ub2a5\uc5d0": [4, 17], "\uc784\uc2dc": 4, "\uc911\ub2e8": 4, "\uc7ac\uac1c": 4, "\ub418\uc5c8\ub2e4": [4, 7, 8], "\uc0ac\uc6a9\uc790\ub294": [4, 8, 14, 16], "\ucee8\ud14d\uc2a4\ud2b8": [4, 16], "\ub0b4\uc5d0\uc11c": [4, 7, 15, 16, 22], "\uc804": [4, 11], "\ud6c4\ucc98\ub9ac": 4, "\uc2dc\uac04": [4, 6, 11, 12, 14, 15, 16], "\uc6cc\ubc0d\uc5c5": 4, "warm": [4, 16], "up": [4, 15, 16], "\ud504\ub85c\ud30c\uc77c\ub9c1\uc744": 4, "\uc6d0\ud558\uc9c0": 4, "\uad6c\uac04\uc744": [4, 8], "\uc81c\uc678\ud558\uace0": 4, "\ud568\uc73c\ub85c\uc368": 4, "\ud504\ub85c\ud30c\uc77c\ub9c1\uc5d0": 4, "\uc18c\uc694\ub418\ub294": 4, "\uc624\ubc84\ud5e4\ub4dc": 4, "\uacb0\uacfc\ubb3c\uc758": 4, "\ud06c\uae30\ub97c": [4, 12], "\uac04\ub2e8\ud788": [4, 5, 6, 7, 8, 15], "paus": [4, 16], "resum": [4, 16], "\ud568\uc218\ub97c": [4, 8], "\ud638\ucd9c\ud558\uc5ec": [4, 8], "\uc784\uc2dc\ub85c": 4, "\uc7ac\uac1c\ud560": 4, "\uc788\uc73c\uba70": [4, 5, 7, 12, 13, 14, 17], "\uc0ac\uc6a9\ubc95\uacfc": [4, 5], "\ucee8\ud14d\uc2a4\ud2b8\uc758": 4, "\uc77c\uc2dc\uc801": 4, "\ubaa8\ub378\uc5d0": [4, 5, 8, 9, 12, 18, 20], "sdk\uc758": [4, 14, 15], "\uac80\uc0ac\ud558\ub294": [4, 6, 17], "\ub3c4\uad6c\uc5d0": 4, "\uc5d0\ub7ec": 4, "\ub9ac\ud3ec\ud305\uc744": 4, "\uc218\uc9d1": 4, "\ucd94\uac00\ub418\uc5c8\ub2e4": [4, 5, 7, 8, 9], "\ub2e8\uacc4\uac00": 4, "3\ub2e8\uacc4\uc5d0\uc11c": 4, "4\ub2e8\uacc4\ub85c": 4, "\ud655\uc7a5\ub418\uc5c8\uc73c\uba70": 4, "4\ub2e8\uacc4\ub294": 4, "\ub7f0\ud0c0\uc784\uc5d0\uc11c": 4, "\uc2e4\ud589\ud558\uc5ec": [4, 15, 22], "\uce21\uc815\ud55c\ub2e4": 4, "output_suffix": 4, "\uc635\uc158\uc744": [4, 7, 9, 11, 15, 20, 22], "\uc0ac\uc6a9\ud558\uba74": [4, 14, 15, 17, 18], "\uc218\uc9d1\ud55c": 4, "\ub2e8\uacc4\ubcc4": 4, "\ub85c\uadf8\uc640": [4, 11], "4\ub2e8\uacc4\uc5d0\uc11c": 4, "\uc2e4\ud589\ud55c": 4, "\uc2e4\ud589\uc758": 4, "\uacb0\uacfc\ub97c": [4, 7, 8, 11, 12, 16], "unix_epoch": [4, 11], "zip": [4, 11], "\ud30c\uc77c\ub85c": [4, 7, 11, 12, 14, 16], "\uc800\uc7a5\ud560": 4, "model_path": [4, 11, 16], "\uc218\uc9d1\ub41c": [4, 15], "\uc815\ubcf4\uc5d0\ub294": 4, "\uc790\uccb4\ub97c": 4, "\ud3ec\ud568\ud558\uc9c0": 4, "\uc54a\uc73c\uba70": [4, 16], "\ub124\ud2b8\uc6cc\ud06c\uc758": [4, 18], "\uba54\ud0c0\ub370\uc774\ud130": [4, 20], "\uc0ac\uc6a9\ub7c9": 4, "\ucef4\ud30c\uc77c\ub7ec\uc758": 4, "\uc758\uc874": [4, 7], "\ub77c\uc774\ube0c\ub7ec\ub9ac": [4, 10, 17], "unzip": 4, "\uc555\ucd95\uc744": 4, "\ud480\uc5b4": 4, "\ub0b4\uc6a9\uc744": [4, 8, 9], "\ub9ac\ud3ec\ud305\uc2dc": 4, "\ud574\ub2f9": [4, 15, 20, 22], "\ud30c\uc77c\uc744": [4, 7, 10, 11, 12, 14, 15, 16, 22], "\ucca8\ubd80\ud558\uba74": [4, 11], "\ub9ac\ud3ec\ud305\uc5d0": 4, "\ub3c4\uc6c0\uc774": [4, 15], "\ub3c4\uad6c\uc778": [4, 5, 8, 12], "\ub3c4\uc785\ub418\ub294": 4, "\uc6cc\ud06c\ub85c\ub4dc\uc640": [4, 14, 15], "\uac04\ub2e8\ud558\uac8c": [4, 20], "\uc81c\uc5b4\ud560": 4, "\uc9c0\uc5f0": [4, 10, 14], "\uc2dc\uac04\uacfc": [4, 10], "\ucc98\ub9ac\ub7c9": 4, "\uc704\uc8fc": 4, "\uc6cc\ud06c\ub85c\ub4dc\ub97c": [4, 14], "\uc120\ud0dd": [4, 12], "\uac00\ub2a5\ud558\uba70": [4, 17], "\uc5bc\ub9c8\ub098": 4, "\uc0ac\uc6a9\ud558\ub294\uc9c0": 4, "\uc624\ub798": 4, "\uc218\ud589\ud560\uc9c0": 4, "\uc635\uc158\uc73c\ub85c": [4, 13, 20], "\uc124\uc815\ud560": [4, 9, 11, 20, 22], "onnx\uc640": 4, "tflite": [4, 5, 8, 11, 12, 14, 16, 20], "\ucef4\ud30c\uc77c\ub41c": [4, 11, 12, 14], "enf": [4, 9, 11], "\ud3ec\ub9f7\uc758": [4, 15, 20], "\ubaa8\ub378\ub3c4": [4, 7, 14], "\uc785\ub825\uc73c\ub85c": [4, 7, 12, 18], "\ubc1b\uc544": [4, 11, 17, 18], "\ub4e4\uc778\ub2e4": 4, "\ucee4\ub9e8\ub4dc\uc758": 4, "\uc608\uc2dc": [4, 11], "workload": [4, 11], "throughput": [4, 11, 14], "n": [4, 9, 11, 12, 15, 16, 17], "10000": [4, 9, 11], "worker": [4, 11, 15], "latenc": [4, 8, 11, 14, 16], "\uc124\uce58\ub294": [4, 5, 6, 17], "\uad00\ub9ac\uc790\ub97c": 4, "toolkit\uc740": 4, "\uad00\ub9ac": [4, 13], "\uc0c1\ud0dc": [4, 15, 20], "\ubaa8\ub2c8\ud130\ub9c1": 4, "\uc9d1\ud569\uc774\ub2e4": 4, "\ub9b4\ub9ac\uc2a4\uc5d0": [4, 9], "\ud3ec\ud568\ub41c": [4, 6, 8, 9, 12, 15], "\ub3c4\uad6c\ub4e4\uc740": 4, "furiosactl\uc758": 4, "\ucd9c\ub825": [4, 5, 7, 11, 12, 14], "\ud3ec\ub9f7": 4, "\uc774\uc804\uae4c\uc9c0\ub294": 4, "list": [4, 5, 6, 8, 13, 22], "\uc11c\ube0c": [4, 11, 17], "\uc544\uc2a4\ud0a4\ub97c": 4, "\ud45c": 4, "\ud615\uc2dd\uc73c\ub85c": [4, 7, 11, 15], "\ucd9c\ub825\ud558\uace0": 4, "\ub9b4\ub9ac\uc2a4\uc5d0\ub294": 4, "output": [4, 5, 7, 8, 9, 11, 12, 16], "json": [4, 11, 15, 16, 20], "yaml": [4, 5, 11, 15, 20], "\uad6c\uc870\uc801": [4, 8, 16], "\ub370\uc774\ud130\ub85c": [4, 8, 9], "\ucd9c\ub825\ud558\ub294": 4, "\ucd9c\ub825\ub41c": 4, "\ub370\uc774\ud130\ub97c": [4, 7, 8, 11, 12, 14, 15, 16, 18], "\ud30c\uc774\ud504\ub77c\uc778\uc744": 4, "\ub3c4\uad6c\ub85c": [4, 11], "\uc804\ub2ec\ud558\uac70\ub098": 4, "\uc2a4\ud06c\ub9bd\ud2b8": 4, "\uc5b8\uc5b4": [4, 10], "\uc27d\uac8c": [4, 6, 14, 17], "\ucc98\ub9ac\ud560": [4, 7, 8, 18, 20], "dev_nam": 4, "npu7": 4, "product_nam": 4, "device_uuid": 4, "844972b6": 4, "8252": 4, "4a9f": 4, "8a20": 4, "142a8b9ce5da": 4, "device_sn": 4, "wbyb0233hh178kreo": 4, "7a3b908": 4, "47": [4, 9, 11], "power": [4, 5, 8, 9, 11, 15], "99": [4, 9, 11, 16, 18], "w": [4, 5, 8, 9, 11, 15, 16], "pci_bdf": 4, "0000": [4, 5, 8, 9, 11, 15, 22], "d6": 4, "00": [4, 5, 8, 9, 11, 15, 22], "pci_dev": 4, "492": 4, "98": [4, 9, 11], "\ucee4\ub9e8\ub4dc\uac00": 4, "\ud074\ub7ed": 4, "\uc18d\ub3c4": 4, "frequenc": 4, "\ucd9c\ub825\ud558\ub3c4\ub85d": [4, 8], "metric": 4, "\uc9c0\ud45c\ub4e4\uc744": 4, "openmetr": 4, "\uc11c\ube59\ud558\ub294": [4, 14, 17], "\uc6f9\uc11c\ubc84\uc774\ub2e4": 4, "\uc9c0\ud45c\ub4e4\uc740": 4, "prometheu": [4, 15], "opentelemetry\uc758": 4, "\uc218\uc9d1\ud560": [4, 15], "\ubc84\uc804\uc740": 4, "\uc0ac\uc6a9\ub960": 4, "utial": 4, "\uc9c0\ud45c\ub85c": [4, 15], "\ud3ec\ud568\ud558\ub3c4\ub85d": 4, "\uae30\ub2a5\uc740": [4, 5, 12, 14, 17], "\uc544\uc9c1": 4, "\uc2e4\ud5d8\uc801\uc778": 4, "\uae30\ub2a5\uc73c\ub85c": 4, "enabl": [4, 12, 22], "util": [4, 6], "\ud65c\uc131\ud654\ud574\uc57c": 4, "\ub3c4\ucee4": 4, "\uc774\ubbf8\uc9c0\ub97c": 4, "\ud1b5\ud574\uc11c\ub9cc": [4, 5], "\uc81c\uacf5\ub418\uc5c8\ub358": 4, "\ub9b4\ub9ac\uc2a4\ubd80\ud130\ub294": 4, "\ud328\ud0a4\uc9c0\uc5d0": 4, "\ud3ec\ud568\ub418\uc5b4": [4, 5, 10, 15, 22], "\ub9b4\ub9ac\uc988\uc5d0\ub294": 5, "\uc57d": [5, 6, 7], "87\uac1c\uc758": 5, "\ubc84\uadf8\ud53d\uc2a4": 5, "\uac1c\uc120\uc744": [5, 7, 8], "\ud3ec\ud568\ud558\uace0": [5, 6, 7, 8, 17], "\uc911\uc694\ud55c": [5, 8, 16], "\ubcc0\uacbd\uc0ac\ud56d\uc740": [5, 6], "\uac19\ub2e4": [5, 6, 8, 9, 10, 11, 12, 15, 20], "\ub9b4\ub9ac\uc988\uc5d0\uc11c": [5, 10], "\uc5f0\uc0b0\uc790\uc5d0": [5, 7, 12], "\uc9c0\uc6d0\uc744": [5, 11, 14, 15], "\ucd94\uac00\ud55c\ub2e4": [5, 15], "\uac00\uc18d\uc774": [5, 12], "\uc9c0\uc6d0\ub418\ub294": [5, 12], "\uc804\uccb4\ub294": 5, "\ub9b4\ub9ac\uc988": 5, "onnx\uc758": 5, "opset": [5, 7, 12], "13": [5, 12, 18], "\uc5f0\uc0b0\uc790\uae4c\uc9c0": 5, "\uc9c0\uc6d0\ud558\ub3c4\ub85d": 5, "\uccab\ubc88\uc9f8": [5, 8], "commit": [5, 15], "b1d2b74": 5, "api\uc5d0\uc11c": [5, 8], "\uc9c0\uc815\ud560": [5, 7, 9, 12, 15, 20], "\uc774\ub77c\ub294": [5, 14], "\ud658\uacbd\ubcc0\uc218\ub97c": [5, 16], "\uc788\uc5c8\uc9c0\ub9cc": 5, "\ubd80\ud130\ub294": 5, "session\uc744": [5, 12], "\uc0dd\uc131\ud560": [5, 11, 14, 15, 16, 22], "\uba85\uc2dc\uc801\uc73c\ub85c": 5, "\uc9c0\uc815\ud558\uc9c0": 5, "\uc54a\uc73c\uba74": 5, "\uae30\uc874\uacfc": 5, "\ud658\uacbd\ubcc0\uc218\uc5d0": 5, "\uc9c0\uc815\ud55c": [5, 14, 15, 16, 17, 20], "\uc0ac\uc6a9\ud55c\ub2e4": [5, 9, 11, 12, 13, 15, 17], "sess1": 5, "model1": 5, "sess2": 5, "model2": 5, "npu0pe1": [5, 8, 20], "asynchron": [5, 10], "async_sess": 5, "queue": 5, "create_async": [5, 7], "npu1pe2": 5, "\ub450\ubc88\uc9f8": 5, "4f1f114": 5, "\ud150\uc11c": [5, 7, 14], "name": [5, 8, 9, 11, 15, 16, 20, 22], "\uc9c0\uc6d0\uc774\ub2e4": 5, "\ub0b4\uc7a5\ub41c": 5, "\uc21c\uc11c\ub97c": [5, 15], "\ud30c\uc545\ud558\uc5ec": [5, 15], "run": [5, 7, 8, 11, 12, 16, 20], "\uc785\ub825": [5, 7, 8, 14, 15], "\ud30c\ub77c\uba54\ud130\ub85c": [5, 7], "\uc804\ub2ec\ud558\ub294": 5, "\ubc29\ubc95\ub9cc": 5, "\ucc98\ub7fc": [5, 12], "\ud150\uc11c\ub97c": [5, 7, 8, 9], "np1": 5, "np": [5, 6, 8, 16, 20], "random": [5, 16], "randint": 5, "255": 5, "session_input": 5, "dtype": 5, "uint8": [5, 16, 20], "np2": 5, "run_with": 5, "output1": 5, "input2": 5, "input1": 5, "\ubc1c\uc0dd\ud558\uba74": 5, "\ub514\ubc84\uae45\uc744": 5, "\ub85c\uadf8\uac00": [5, 7], "\ub418\uc5b4": [5, 6, 12, 16, 17], "\uac04\ud3b8\ud55c": 5, "\ubcf4\uace0\uc640": 5, "\uace0\uac1d": 5, "\uc9c0\uc6d0\uc758": 5, "mnist": [5, 8, 11, 20], "\ubb38\uc81c\uc5d0": 5, "\ubb38\uc81c\ub4f1\uc774": 5, "\uc911\ubcf5": 5, "\uc0ac\uc6a9\uc5d0": 5, "01aaa40": 5, "completionqueue\uc758": 5, "timeout": 5, "\uc5f0\uacb0": [5, 20], "\uc885\ub8cc": 5, "21cba85": 5, "\uc778\ud130\ub7fd\ud2b8\uc5d0": 5, "hang": 5, "\ud574\uacb0": 5, "a0f4bd7": 5, "grpc\uc640": 5, "rest": [5, 14, 17, 20], "\ud504\ub808\uc784\uc6cc\ud06c\uc778": [5, 8], "\uc2e4\ud589\ud574": 5, "\ucee4\ub9e8\ub4dc\uacfc": 5, "\uacbd\ub85c\uc640": 5, "\ud568\uaed8": [5, 7, 11, 13, 14], "\uc2e4\ud589\ud558\uba74": [5, 12, 15, 16, 20], "\uc774\uc6a9\ud574": [5, 8, 10, 11, 12, 14, 16, 18, 22], "\ubc14\ub85c": [5, 16, 17], "\uc11c\ube59\ud560": [5, 8], "mnistnet_uint8_quant_without_softmax": [5, 8, 20], "npu\uc5d0": [5, 8, 11, 12, 14, 22], "\ud328\ud0a4\uc9c0\ub85c": 5, "\uba85\ub839\uc73c\ub85c": [5, 11, 12, 15, 17], "\ud6c4\uc5d0\ub294": [5, 17], "\uc608\uc81c\uc640": [5, 8], "registri": [5, 7], "mlcommonsresnet50": [5, 7, 8], "resnet50": [5, 7, 8, 12, 14, 18], "sess": [5, 7, 8], "\ud3ec\ud568\ub41c\ub2e4": 5, "toolkit": [5, 15], "\uc788\uc73c\uba74": 5, "\uc0c1\ud0dc\ub97c": [5, 22], "\ud655\uc778\ud558\uac70\ub098": 5, "\uc720\ud734": [5, 11], "temp": [5, 8, 9, 11, 15], "pci": [5, 8, 9, 11, 15], "bdf": [5, 8, 9, 11, 15], "dev": [5, 8, 9, 10, 11, 13, 15], "npu0": [5, 8, 15], "92": 5, "01": [5, 15, 22], "510": 5, "devnam": [5, 15], "statu": 5, "all": [5, 8], "readi": [5, 15, 20], "singl": [5, 15], "fusion": [5, 15], "\uc9c0\uc6d0\uc774": 5, "\ucee4\ub9e8\ub4dc\ub85c": [5, 7, 15, 17, 20], "\ud50c\ub7ec\uadf8\uc778\uacfc": 5, "\ub178\ub4dc": [5, 14], "\ub808\uc774\ube14\ub7ec\ub97c": 5, "\uc124\uce58\ud558\uace0": [5, 13, 22], "pod\uc744": [5, 15], "\ubc30\ud3ec\ud560": [5, 14, 20], "npu\uac00": [5, 11, 12, 14, 15, 17, 22], "\uc2a4\ucf00\uc974": 5, "\ub418\ub3c4\ub85d": 5, "kubectl": [5, 15], "appli": [5, 15], "f": [5, 15], "raw": [5, 15], "githubusercont": [5, 15], "com": [5, 13, 15, 16, 17, 20], "main": 5, "deploy": [5, 15], "node": [5, 14], "label": [5, 14], "\ub9b4\ub9ac\uc988\ub85c": [6, 7, 8], "\uac1c\uc120": 6, "\ubc84\uadf8\ud53d\uc2a4\uc5d0": [6, 7], "234\uac1c\uc758": 6, "pr\uacfc": 6, "900\uc5ec\uac1c\uc758": 6, "\ucee4\ubc0b\uc744": [6, 7], "\uc800\uc7a5\uc18c\ub97c": [6, 7, 8, 9, 13], "pdma": [6, 7, 8], "libnpu": [6, 11], "uninstal": 6, "valid": [6, 22], "2\ub85c": 6, "\uc720\uc800\ub808\ubca8": 6, "\uc548\uc815\uc801\uc774\uace0": 6, "\uc678\uc5d0": 6, "\ub9ac\uc2a4\ud2b8\ub294": [6, 7], "\ucc38\uace0": [6, 15, 17], "space": 6, "depth": 6, "\ucd95": 6, "\ud55c\uc815": 6, "convolut": 6, "\uc0ac\uc6a9\ub7c9\uc744": 6, "\uc694\uad6c\ud558\ub294": [6, 8, 10], "\uc5f0\uc0b0\uc790\uac00": [6, 8], "\ubaa8\ub378\uc5d0\uc11c": [6, 7], "\ud14c\uc2a4\ud06c": 6, "\ube48\ub3c4\ub97c": 6, "\uc904\uc774\ub294": 6, "\uac10\uc18c": 6, "\uacfc\uc815\uc774": [6, 11, 22], "\uba71\ub4f1\uc131": 6, "idempot": 6, "\ubcf4\uc7a5\ud558\ub3c4\ub85d": 6, "pytorch": 6, "pylint": 6, "\uacbd\uace0\ub97c": 6, "\uc81c\uac70\ud558\uc5ec": 6, "\ucf54\ub4dc": [6, 7, 15, 16, 17], "\ud488\uc9c8": 6, "\ud5a5\uc0c1": [6, 8], "numpi": [6, 8, 9, 16, 20], "21": 6, "pyyaml": 6, "\ud504\ub85c\uc81d\ud2b8": 6, "\uad6c\uc870": 6, "litmu": 6, "\ubaa8\ub378\uc774": [6, 7, 12, 14, 17, 18, 20], "sdk\uc640": [6, 10, 17, 18], "\ud638\ud658\ub418\ub294\uc9c0": [6, 11, 17], "\ud328\ud0a4\uc9c0\uc778": [6, 13], "validator\uac00": 6, "litmus\ub85c": 6, "\uc774\ub984\uc774": [6, 20], "\ubcc0\uacbd\ub418\uc5b4": 6, "\ubc29\ubc95\uc774": [6, 9], "\ubcc0\uacbd\ub418\uc5c8\ub2e4": 6, "\uac80\uc0ac": [6, 7], "\ucc38\uc870": 6, "serving\uc740": 6, "\uae30\ubc18\uc73c\ub85c": [6, 8, 10, 14, 18], "api\uc758": [6, 12], "\uc804\ud6c4\uc5d0": 6, "\ube44\uc9c0\ub2c8\uc2a4": 6, "\ub85c\uc9c1\uc774\ub098": 6, "\uc804\ud6c4": 6, "\ucc98\ub9ac": [6, 8, 14, 16, 18], "\ucd94\uac00\ud560": 6, "\uc788\uac8c": [6, 7, 8, 14, 15, 17], "\uac19\uc73c\uba70": 6, "github": [6, 16, 17, 20], "\uc0b4\ud3b4\ubcfc": 6, "dict": 6, "uploadfil": 6, "thread": [6, 8, 11, 16], "synchron": [6, 8], "serveapi": 6, "servemodel": [6, 8], "imagenet": [6, 8], "locat": [6, 8, 22], "exampl": [6, 8, 10, 16, 20], "asset": [6, 8, 16, 20], "image_classif": [6, 8], "def": [6, 8], "convert": 6, "arrai": 6, "your": 6, "preprocess": [6, 8], "function": 6, "ndarrai": [6, 8], "await": [6, 8], "predict": [6, 8, 14], "classifi": 6, "postprocess": [6, 8], "respons": [6, 20], "return": [6, 8], "1400\uc5ec\uac1c\uc758": 7, "manag": [7, 8, 9], "cli": [7, 8, 9], "\uc800\uc7a5\uc18c": [7, 8, 9, 17, 20], "\uc870\uac74\uc5d0\uc11c": 7, "\uac00\uc18d\ub420": [7, 8], "0\uc5d0\uc11c": 7, "\uc5f0\uc0b0\uc790\uc640": 7, "\uc870\uac74\uc740": 7, "\uc544\ub798\uc5d0\uc11c": [7, 18], "chw": 7, "concat\uc758": 7, "dilation\uc774": 7, "12\uae4c\uc9c0": 7, "\uc9c0\uc6d0\ub418\ub3c4\ub85d": 7, "\uce90\uc2dc\ub294": 7, "\ubc14\uc774\ub108\ub9ac\uc640": 7, "\uc18d\uc131\uc5d0": [7, 8], "\uae30\ubc18\ud55c": 7, "\ud574\uc26c": 7, "\uac12\uacfc": 7, "\uc800\uc7a5\ud558\uc5ec": 7, "\ub3d9\uc77c\ud55c": [7, 14, 20], "\uc7ac\ud65c\uc6a9\ud558\uac8c": [7, 12], "\ub85c\uceec": [7, 12, 20], "\uc2dc\uc2a4\ud15c": [7, 12], "redis\ub97c": [7, 12], "\uc2a4\ud1a0\ub9ac\uc9c0\ub85c": [7, 12], "\uacfc\uc815\uc744": [7, 11, 12, 14, 17], "\uc218\ubc18\ud558\ub294": 7, "\ud568\uc218": [7, 16], "\uc800\uc7a5\ub41c": [7, 16, 20], "\uacbd\ub85c\uac00": 7, "\ucd9c\ub825\ub41c\ub2e4": [7, 16], "\ub85c\uadf8\uc5d0\ub294": 7, "\uc774\ud574\ud558\ub294": 7, "\uc720\uc6a9\ud55c": 7, "\ub2f4\uace0": [7, 10], "\uc788\ub294\ub370": [7, 14], "\uac1c\uc120\uc5d0": 7, "\ud78c\ud2b8\ub97c": 7, "\ucd94\uac00\ub85c": [7, 15], "cat": [7, 8, 11, 15], "grep": [7, 15, 22], "hint": 7, "\ud78c\ud2b8\ub9cc": 7, "\ucd9c\ub825\ud574\ubcfc": 7, "\ud78c\ud2b8\ub294": 7, "\uc5b4\ub5a4": [7, 8, 15], "\uc5f0\uc0b0\uc790\ub97c": [7, 12, 14, 18], "\uc65c": 7, "\uac00\uc18d\ub418\uc9c0": 7, "\uc54a\ub294\uc9c0\ub97c": 7, "\uc54c\ub824\uc900\ub2e4": 7, "2022": 7, "05": [7, 9, 11, 20, 22], "24t02": 7, "44": [7, 9, 11], "399402z": 7, "warn": [7, 20], "nux": [7, 8, 10, 20], "19": [7, 9, 11, 20], "logsoftmax": 7, "cannot": 7, "acceler": [7, 22], "yet": 7, "399407z": 7, "should": [7, 11], "bigger": 7, "than": 7, "399408z": 7, "17": [7, 16], "larg": [7, 8], "36": 7, "\uacfc\uc815\uc5d0\uc11c": [7, 11, 12, 14, 17, 18], "\uc218\ud589\ub418\ub294": 7, "\ub2e8\uacc4\ubcc4\ub85c": 7, "\ud504\ub85c\ud30c\uc77c\ub7ec\ub97c": [7, 16], "\ud65c\uc131\ud654": [7, 12, 15, 16, 22], "\ud568\uc218\uac00": 7, "\uc0ac\uc774\uc988\ub97c": 7, "\uc778\uc790\ub85c": [7, 12, 15], "\ubc1b\ub3c4\ub85d": 7, "\uc804\ub2ec\ub41c": 7, "\uc635\uc158\uc774": [7, 9, 15, 22], "\ubc18\uc601\ub418\uc9c0": 7, "\uc544\ub798\ub294": [7, 14, 16], "\uc0ac\uc774\uc988\uc640": 7, "config": [7, 11, 15, 20], "without_quant": [7, 8, 9], "paramet": 7, "permut": 7, "compile_config": 7, "squeez": 7, "\uc774\ud558": [7, 12, 15], "\ubc84\uc804\uc5d0\uc11c": 7, "ax": 7, "\uc18d\uc131\uc774": 7, "\uc9c0\uc815\ub418\uc5b4": 7, "\uc788\uc9c0": [7, 11, 13, 15, 16], "\uc54a\uc740": [7, 9, 11, 13, 17], "\uacbd\uc6b0\uc5d0\ub3c4": 7, "\ud150\uc11c\uc758": [7, 14], "\ubaa8\uc591\uc744": 7, "\ucd94\ub860\ud560": 7, "nxcxhxw": 7, "\uac00\uc9c4": [7, 14], "\ubc1b\ub294": 7, "\ubfd0\ub9cc": [7, 14], "nxcxd": 7, "conv\uc5d0": 7, "conv\uac00": 7, "\ud3b8\ud5a5": 7, "bia": 7, "\ubc1b\uc9c0": 7, "\ubd80\ubd84": 7, "\uadf8\ub798\ud504\ub97c": 7, "conv\ub85c": 7, "\uc735\ud569\ud560": 7, "\uc774\ud6c4": [7, 13, 22], "\uc77c\uad00\ub41c": 7, "\ubc29\uc2dd\uc73c\ub85c": [7, 14], "\ud53c\uc5f0\uc0b0\uc790\uac00": 7, "\ucd08\uae30\uac12\uc744": 7, "\uac00\uc9c0\ub294\uc9c0": 7, "\uc5ec\ubd80\uc640": [7, 22], "\uc0c1\uad00\uc5c6\uc774": 7, "concat\uacfc": 7, "\ud56d\uc0c1": [7, 12], "qdq": 7, "\uc591\uc790\ud654\ud558\ub3c4\ub85d": 7, "\uacfc\uc815": 7, "\uacbd\uace0\uac00": 7, "\ub098\uc9c0": 7, "\uc54a\ub3c4\ub85d": 7, "\ubaa8\uc591": [7, 14], "\ucd94\ub860\ud558\uc9c0": 7, "\ubabb": 7, "\uacbd\uc6b0\ub97c": 7, "\ube60\uc9d0\uc5c6\uc774": 7, "\ubc1c\uacac\ud558\ub3c4\ub85d": 7, "\uac15\ud654": 7, "float32": 7, "\ud615": 7, "\uc18c\uc218\uc810": [7, 18], "\ud615\uc774\ub098": 7, "\uc815\uc218": 7, "\ud615\uc744": 7, "\ub79c\ub364": 7, "\uce98\ub9ac\ube0c\ub808\uc774\uc158\ud560": 7, "\uc8fc\uc5b4\uc84c\uc744": 7, "\ub54c\ub97c": 7, "\uc548\uc815\uc801\uc73c\ub85c": 7, "\ubc1c\uacac\ud558\uace0": 7, "\uc885\ub8cc\ud558\ub3c4\ub85d": 7, "conv\uc758": 7, "\ub370\uc774\ud130": [7, 8, 14, 16, 18], "\uac00\uc911\uce58": 7, "weight": 7, "\uc2a4\ucf00\uc77c": 7, "scale": 7, "\ub108\ubb34": 7, "\uc791\uc544": 7, "\uc2a4\ucf00\uc77c\uc774": 7, "0\uc774": 7, "\ub418\ub294": [7, 15], "\uac00\uc911\uce58\uc758": 7, "\uc2a4\ucf00\uc77c\uc744": 7, "\uc801\uc808\ud788": [7, 22], "\uc870\uc808\ud558\ub3c4\ub85d": 7, "gather": [7, 8], "gather\ub85c": 7, "\uc870\uac74": 7, "\ub77c\uc774\ube0c\ub7ec\ub9ac\ub4e4\uc744": 7, "\uac31\uc2e0": 7, "kubernetes\uc5d0\uc11c": [7, 15], "\uc124\uc815\ud558\ub294": 7, "\uae30\uc874\ucc98\ub7fc": 7, "\ud56d\ubaa9\ub4e4\uc744": 7, "\uc785\ub825\ud558\uac70\ub098": 7, "\uc120\ud0dd\ud558\uc5ec": [7, 13, 14, 17], "\ubc14\uc774\ub108\ub9ac\ub97c": [7, 14], "\uac00\uc838\uc624\ub294": 7, "\uc791\uc5c5\uc740": [7, 13], "\ub124\ud2b8\uc6cc\ud06c\ub97c": [7, 12], "\ubb34\uac70\uc6b4": 7, "\uac83\uc774\ub77c": 7, "non": 7, "api\ub85c": [7, 14, 17], "\uc791\uc131\ub418\uc5c8\uc9c0\ub9cc": 7, "\uac1c\ubc1c": [7, 17], "\ud3b8\uc758\uc131\uc744": 7, "\uae30\ubcf8\uc73c\ub85c": [7, 12], "\ub178\ucd9c\ud55c\ub2e4": [7, 14], "nonblock": [7, 8], "\ubaa8\ub4c8\uc744": [7, 17, 22], "\uc811\uadfc\ud560": [7, 14], "\ubc84\uadf8\ud53d\uc2a4\ub97c": [8, 9], "\ub9b4\ub9ac\uc988\ub294": 8, "\uc751\uc6a9": [8, 10, 17], "\uac1c\ubc1c\uc758": 8, "zoo\uc5d0": 8, "\uc8fc\uc694\ud55c": [8, 14], "4": [8, 9, 11, 13, 16], "libhal": [8, 9, 13], "fastapi": 8, "\uae30\ubc18\uc758": [8, 10, 13, 15, 18], "\ud504\ub808\uc784\uc6cc\ud06c\uc774\ub2e4": 8, "\uc774\uc6a9\ud558\uba74": [8, 13, 14], "fastapi\ub97c": 8, "\ud65c\uc6a9\ud558\ub294": [8, 14], "\uc6f9": 8, "\uc11c\ube44\uc2a4": [8, 20], "\uc751\uc6a9\uc744": [8, 10, 17], "\ube60\ub974\uac8c": [8, 11], "\uac1c\ubc1c\ud560": 8, "\ub9b4\ub9ac\uc988\uc5d0\uc11c\ub294": 8, "\uc5c5\ub370\uc774\ud2b8\ub97c": 8, "pool": 8, "\uc751\uc6a9\uc774\ub77c\ub3c4": 8, "\uc694\uccad\uc73c\ub85c": 8, "\ubcc0\ud658": 8, "\uac00\ub2a5\ud558\ub2e4\uba74": 8, "\uc7a5\ucc29\ud558\uc5ec": 8, "\uc2dc\ud0ac": 8, "npuservemodel": 8, "specifi": [8, 12, 20], "multipl": 8, "npu_devic": [8, 20], "npu1pe0": [8, 9, 11], "worker_num": 8, "\uc2a4\ub808\ub4dc": 8, "\ub3d9\uc791\ud558\ub358": 8, "\uc694\uccad": [8, 16, 20], "\uc791\uace0": 8, "\ube48\ubc88\ud55c": 8, "\uc694\uccad\ub3c4": 8, "\uc9c0\uc5f0\uc2dc\uac04\uc73c\ub85c": 8, "\ud55c\ubc88\uc758": 8, "\uc758\ud574": 8, "\ucc98\ub9ac\ud558\ub294": 8, "\uc751\uc6a9\ub3c4": 8, "\uace0\uc131\ub2a5\uc73c\ub85c": 8, "self": 8, "The": 8, "follow": [8, 11], "code": 8, "same": 8, "time": [8, 11], "wait": [8, 20], "until": 8, "request": [8, 15, 20], "ar": [8, 11, 20], "complet": [8, 20], "\uc678\ubd80": 8, "\ud655\uc7a5": [8, 11, 17], "\ubcf5\uc7a1\ud55c": 8, "\uc7a5\uce58\uc640": 8, "\ud544\uc694\uac00": [8, 13, 14], "\ub7f0\ud0c0\uc784\uc744": [8, 10, 13], "\ud504\ub808\uc784\uc6cc\ud06c\ub97c": 8, "\ud655\uc7a5\ud588\uc73c\uba70": 8, "\ub7f0\ud0c0\uc784\uc73c\ub85c": 8, "openvino\ub97c": 8, "\ucd94\uac00\ud558\uc600\ub2e4": 8, "openvino": 8, "s3": 8, "\ud074\ub77c\uc6b0\ub4dc": 8, "\uc2a4\ud1a0\ub9ac\uc9c0": 8, "model\uc758": 8, "url\uc744": [8, 12], "\uc9c0\uc815\ud558\uba74": [8, 11, 12, 20, 22], "auth": [8, 13], "environ": [8, 15], "variabl": 8, "aioboto": 8, "densenet": 8, "93d63f654f0f192cc4ff5691be60fb9379e9d7fd": 8, "opentelemetri": 8, "\ud638\ud658": [8, 12, 15], "\ud2b8\ub808\uc774\uc2f1": [8, 16], "collector": 8, "\uc5b4\ud50c\ub9ac\ucf00\uc774\uc158\uc758": 8, "\uad6c\uac04\uc758": 8, "\ucd94\uc801\ud560": 8, "\ud65c\uc6a9\uc744": [8, 14], "trace": [8, 11, 20], "get_trac": 8, "\ud638\ucd9c\ud574": 8, "tracer\ub97c": 8, "\ucd08\uae30\ud654": [8, 12], "tracer": 8, "start_as_current_span": 8, "\uc9c0\uc815\ud574\uc8fc\uba74": 8, "__name__": 8, "class": 8, "applic": [8, 20], "int": 8, "input_tensor": 8, "output_tensor": 8, "\uc9c0\uc815\uc740": 8, "furiosa_serving_otlp_endpoint": 8, "\ud658\uacbd\uc124\uc815\uc744": 8, "\uadf8\ub9bc\uc740": [8, 14], "grafana\ub97c": 8, "\uc2dc\uac01\ud654\ud55c": 8, "\uacb0\uacfc\uc758": [8, 16], "\uc678\uc758": 8, "\uac1c\uc120\uc810\uc740": 8, "\uc9c0\uc6d0\ud558\uc5ec": 8, "\ub2e4\uc218": 8, "\uc0d8\ud50c\uc744": 8, "\ud55c\ubc88\uc5d0": [8, 12], "\uc2e4\ud589\ud560": [8, 12, 20], "\uc2a4\ub808\ub4dc\uac00": 8, "\uacf5\uc720\ud560": 8, "\ubd84\uc11d": 8, "panda": 8, "\ubd84\uc11d\ud560": [8, 16], "\ud2b8\ub808\uc774\uc2f1\ud55c": 8, "\ubd84\uc11d\ud558\uc5ec": [8, 18], "\ubcd1\ubaa9\uc9c0\uc810": 8, "\uc2dd\ubcc4": 8, "\ubaa8\ub378\uc131\ub2a5": 8, "\uc6d0\uc778\uc744": 8, "dataframe\uc744": 8, "recordformat": [8, 16], "format": [8, 9, 11, 12, 16], "pandasdatafram": [8, 16], "input_shap": [8, 16], "record": [8, 16], "_": [8, 9, 16], "rang": [8, 9, 11, 16], "rand": [8, 16], "df": [8, 16], "get_pandas_datafram": [8, 16], "trace_id": [8, 16], "id": [8, 16], "dur": [8, 16], "\uc0ac\ud56d\uc744": 8, "silu": 8, "\uc27d\ub3c4\ub85d": 8, "div": 8, "\ucc98\ub9ac\uac00": 8, "auto_pad": 8, "\ub300\ud574\uc11c\ub3c4": 8, "prelu": 8, "\ub9b4\ub9ac\uc988\uc5d0": [8, 10], "\ub3c4\uc785\ub41c": [8, 17], "\uba85\ub839\uc740": [8, 9, 11, 12], "o": [8, 9, 11, 12, 15, 22], "\ud504\ub85c\uc138\uc2a4\uac00": 8, "\uc810\uc720\ud558\uace0": [8, 11], "\uc788\ub294\uc9c0": 8, "pid": [8, 9, 11], "cmd": [8, 11], "132529": [8, 11], "bin": [8, 11, 15, 16], "python3": [8, 11, 17], "uvicorn": [8, 11, 20], "image_classifi": [8, 11, 16], "app": [8, 11], "\uace0\uc720\uc758": 8, "uuid\ub97c": 8, "uuid": [8, 9, 11], "72212674": 8, "61be": 8, "4fca": 8, "a2c9": 8, "555e4ee67ab5": 8, "12180b0": 8, "49": [8, 9, 11, 20], "24": 8, "235": 8, "npu1": [8, 9, 11, 15], "df80fb54": 8, "8190": 8, "44bc": 8, "b9fb": 8, "664fa36c754a": 8, "54": [8, 9, 11], "53": 8, "6d": 8, "511": [8, 9, 11], "\uc0ac\uc6a9\ubc95\uc5d0": [8, 9], "\ub0b4\uc6a9\uc740": [8, 9, 17], "\uacf5\uac1c": [8, 13], "\ud504\ub85c\uc81d\ud2b8\uc774\ub2e4": 8, "yolov5": [8, 18], "medium": 8, "sota": 8, "\uac1d\uccb4\ud0d0\uc9c0": 8, "\ubaa8\ub378\uc778": 8, "yolov5l": 8, "yolov5m": 8, "\uac00\ub2a5\ud55c": [8, 12, 13, 14], "\ub9ac\uc2a4\ud2b8": 8, "\ud074\ub798\uc2a4": 8, "\ub85c\ub529": 8, "\ud074\ub798\uc2a4\uac00": 8, "\uac1c\uc120\ub418\uc5b4": 8, "\uc804\ud6c4\ucc98\ub9ac": 8, "\ucf54\ub4dc\ub97c": [8, 14, 16, 17, 20], "\uc678": 8, "\ud074\ub798\uc2a4\uc640": 8, "block": [8, 10], "\ubcc0\uacbd\ub41c": [8, 15], "load_async": 8, "\ud6c4\ucc98\ub9ac\ub294": 8, "\ucd9c\ub825\uc778": 8, "\uc5b4\ud50c\ub9ac\ucf00\uc774\uc158\uc5d0\uc11c": 8, "\uc811\uadfc\ud558\uae30": 8, "\uc88b\uc740": 8, "\ubcc0\uacbd\ud574\uc8fc\ub294": 8, "\uacfc\uc815\uc73c\ub85c": 8, "\uae34": 8, "\ucc28\uc9c0\ud560": 8, "mobilenet": [8, 12, 14, 18], "resnet34\ub97c": 8, "\ud3ec\ud568\ud588\uc73c\uba70": 8, "\uc790\uccb4": 8, "\ud3c9\uac00\uc5d0": 8, "\uc758\ud558\uba74": 8, "\ucf54\ub4dc\ub294": 8, "70": 8, "\uae4c\uc9c0": [8, 18, 21], "\uc9c0\uc5f0\uc2dc\uac04": [8, 11], "\uaca9\uac10": 8, "\ub2e4\uc74c\uc740": 8, "resnet50\uc758": 8, "\uc608\uc81c\uc774\ub2e4": [8, 16, 20], "pre": 8, "nativepostprocessor": 8, "postprocessor": 8, "test": [8, 11], "jpg": [8, 16], "eval": 8, "\uc0ac\ud56d\uc740": [8, 15], "changelog": 8, "\ub9b4\ub9ac\uc2a4\ub85c": 9, "\uc0ac\ud56d\uc774\ub2e4": 9, "\uc5c5\ub370\uc774\ud2b8\ud558\uc9c0": [9, 17], "\ucc44\ub85c": [9, 17], "\uc5d0\ub7ec\ub97c": [9, 17], "\uc811\ud560": [9, 17], "\uc591\uc790\uc640": 9, "\uad00\ub828\ud558\uc5ec": 9, "\uce98\ub9ac\ube0c\ub808\uc774\uc158": 9, "\ud3ec\ud568\ud558\uba70": 9, "\uc720\uc5f0\ud558\uace0": 9, "\ud2bc\ud2bc\ud55c": 9, "optim": [9, 11, 18], "optimized_onnx_model": 9, "optimize_model": 9, "source_onnx_model": 9, "calibrationmethod": 9, "min_max_asym": 9, "calibration_data": 9, "tqdm": 9, "calibration_dataload": 9, "desc": 9, "unit": 9, "mininterv": 9, "collect_data": 9, "compute_rang": 9, "quantizated_graph": 9, "\uc2dc\uc791\uc5d0\uc11c": 9, "\uc218\ud589": [9, 16, 22], "\uc5ec\ubd80\ub97c": [9, 11, 17, 22], "\uacb0\uc815\ud560": 9, "\uc635\uc158\uc5d0\uc11c": 9, "\uc81c\uac70\ub41c": 9, "\ud568\uc218\uc758": 9, "\uc778\uc790": [9, 22], "with_quant": 9, "normalized_pixel_output": 9, "output\uc744": 9, "fp32\ub85c": 9, "\ud558\uc9c0": 9, "\uc54a\uace0": [9, 12, 13, 16], "uint8\ub85c": 9, "\ubcc0\ud658\ud558\ub3c4\ub85d": 9, "\uc6d0\uc18c": 9, "\ubc94\uc704\uac00": 9, "uint8\uc758": 9, "pixel": 9, "\ubc1b\uc744": [9, 11, 13], "asymmetr": [9, 18], "quasisymmetr": 9, "min": [9, 11, 16, 18], "min_max_sym": 9, "entropi": [9, 18], "entropy_asym": 9, "entropy_sym": 9, "percentil": [9, 11, 16, 18], "percentile_asym": 9, "percentile_sym": 9, "squar": 9, "mse_asym": 9, "mse_sym": 9, "nois": 9, "ratio": 9, "sqnr_asym": 9, "sqnr_sym": 9, "\ubc29\ubc95\uc758": 9, "\uc720\uc6a9\uc131\uc744": 9, "\ud655\uc778\ud558\uae30": [9, 17], "\uc778\uae30\uc788\ub294": 9, "10\uac1c": 9, "\uce98\ub9ac\ube0c\ub808\uc774\uc158\ub4e4\uc744": 9, "\uc801\uc6a9\ud558\uc5ec": [9, 11], "\uc815\ud655\ub3c4\ub97c": [9, 18], "\uce21\uc815\ud558\uc600\ub2e4": 9, "8\uac1c\uc5d0\uc11c": 9, "\ub098\uc740": 9, "\ubcf4\uc600\ub2e4": 9, "efficientnet": [9, 14, 18], "b0\ucc98\ub7fc": 9, "\uadf9\uc801\uc778": 9, "\ud5a5\uc0c1\uc744": 9, "\ubcf4\uc778": 9, "\uacbd\uc6b0\ub3c4": 9, "\ucd5c\uc18c\ucd5c\ub300": 9, "\uc815\ud655\ub3c4\ub294": 9, "104": 9, "\uc774\uc5c8\ub294\ub370": 9, "\ud37c\uc13c\ud0c0\uc77c": 9, "73": [9, 18], "556": [9, 18], "\uc774\ub2e4": [9, 12], "\uc2e4\ud5d8": 9, "accuraci": 9, "quantizer\uc758": 9, "\uc608\uc81c\ub97c": [9, 20], "\ucc38\uace0\ud560": [9, 17], "\uc608\uc81c": [9, 10, 15, 17, 18, 20], "\uc0dd\uc131\ubd80\ud130": 9, "\uc778\ud37c\ub7f0\uc2a4\uae4c\uc9c0": 9, "lower": [9, 11, 16], "unlow": [9, 16], "\ud558\ub4dc\uc6e8\uc5b4\uc758": 9, "\uba85\ub839\uc5b4": 9, "\uba54\ubaa8\ub9ac\ubcf4\ub2e4": 9, "\ubc14\uc774\ub108\ub9ac\uc758": 9, "\uc2a4\ucf00\uc974\ub7ec\uc640": 9, "\ud560\ub2f9\uc790\ub97c": 9, "\uac1c\uc120\ud558\uc5ec": 9, "\ubd88\ud544\uc694\ud55c": [9, 16], "o\ub97c": 9, "\uc81c\uac70\ud568": 9, "\uac1c\uc120\uc73c\ub85c": 9, "\ucd5c\uc801\ud654\ub97c": [9, 16], "\ud558\uc5ec": [9, 17, 18], "\ud5a5\uc0c1\ub428": 9, "\uc2dc\uac04\uc758": [9, 11], "\ud750\ub984\uc5d0": [9, 11], "\ub530\ub978": [9, 11, 13], "\ubcc4": [9, 11, 15, 16], "\uc0ac\uc6a9\ub960\uc744": [9, 11], "\ud655\uc778\ud558\ub294\ub370": [9, 11], "interv": [9, 11, 15], "200": [9, 11], "under": [9, 11], "develop": [9, 11], "usag": [9, 11, 12, 15, 20], "mai": [9, 11], "chang": [9, 11], "enter": [9, 11], "ctrl": [9, 11, 20], "stop": [9, 11], "datetim": [9, 11], "comp": [9, 11], "command": [9, 11, 15], "2023": [9, 11, 12, 20], "03": [9, 11], "21t09": [9, 11], "45": [9, 11], "56": [9, 11, 16], "699483936z": [9, 11], "152616": [9, 11], "06": [9, 11], "100": [9, 11, 18], "npu_runtime_test": [9, 11], "resnet": [9, 11], "ctc_kor1_200_nightly3_128dpes_8batch": [9, 11], "906443888z": [9, 11], "51": [9, 11], "09": [9, 11], "93": [9, 11, 18], "95": [9, 11, 16], "57": [9, 11], "110489333z": [9, 11], "46": [9, 11], "97": [9, 11, 16, 18], "02": [9, 11, 15], "316060982z": [9, 11], "43": [9, 11], "521140588z": [9, 11], "94": [9, 11, 18], "90": [9, 11, 16], "725910558z": [9, 11], "48": [9, 11], "07": [9, 11, 12], "935041998z": [9, 11], "91": [9, 11], "58": [9, 11], "13929122z": [9, 11], "\ucd9c\ub825\ub418\ub3c4\ub85d": 9, "\uc804\uacfc": 9, "\uc0c1\uc138": 9, "\ud655\uc778\ud558\uace0": [9, 15], "\uc2f6\uc744": [9, 12], "\ub54c\ub294": [9, 20], "\uc785\ub825\ud560": 9, "3c10fd3": [9, 11], "00000000": [9, 11], "000000000000": [9, 11], "wbyb0000000000000": [9, 11], "\uc139\uc158\uc740": 10, "\uc5b8\uc5b4\ub97c": 10, "\uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744": 10, "\uc791\uc131\ud560": 10, "\uac00\uc774\ub4dc\ub97c": [10, 17], "abi": 10, "\uc815\uc801": 10, "\ud5e4\ub354": 10, "header": 10, "\uc81c\uacf5\ud558\uba70": 10, "\uc774\ub97c": [10, 13, 14, 15, 16], "abi\ub97c": 10, "\uc5b8\uc5b4\ub85c": 10, "\ube44\ud574": 10, "\uc800\uc218\uc900": [10, 14], "\uc81c\uacf5\ud558\uc5ec": 10, "\uacbd\uc6b0\ub098": 10, "\uc5c6\ub294": 10, "\uc720\uc0ac\ud55c": [10, 22], "\ube14\ub7ed\ud0b9": [10, 14], "\ud328\ud0a4\uc9c0\uc640": 10, "\ud604\uc7ac": [10, 11, 12, 13, 14, 17], "\ub300\uccb4\ud558\ub294": 10, "\uc81c\uacf5\ub420": 10, "\uc81c\uacf5\ub418\ub294": [10, 14, 16], "\ucc28\uc138\ub300": [10, 17], "furiosart": [10, 17], "\ud558\uba70": [10, 15], "\uc124\uce58\ub97c": [10, 15, 20], "\ucd5c\uc18c": [10, 20], "\uc694\uad6c\uc0ac\ud56d\uc740": [10, 20], "ubuntu": [10, 13, 15, 17, 20, 22], "20": [10, 11, 13, 15, 17, 18, 20, 22], "04": [10, 11, 13, 15, 17, 20, 22], "lt": [10, 13, 17, 20], "debian": [10, 13, 17, 20], "bullsey": [10, 13, 17, 20], "\uc0c1\uc704": [10, 13, 15, 17, 20], "\uc2dc\uc2a4\ud15c\uc758": [10, 13], "\uad8c\ud55c": [10, 13], "root": [10, 13, 15, 16, 20, 22], "\ud544\uc218": [10, 15, 17, 20], "\uc0ac\uc6a9\uc744": [10, 11, 17], "\ub77c\uc774\ube0c\ub7ec\ub9ac\ub97c": [10, 17], "\ubc18\ub4dc\uc2dc": [10, 13, 14, 17], "\uc124\uce58\ud574\uc57c": [10, 11, 13, 14, 15, 17], "\uc124\uce58\ud588\ub2e4\uba74": 10, "\uc124\uce58\ud55c\ub2e4": [10, 11, 13, 15, 17, 20], "\uc11c\ubc84\ub97c": [10, 11, 13, 14, 17, 20], "apt\ub97c": [10, 13, 15], "\uc811\uc18d\uc744": 10, "\uc778\uc99d": 10, "\uc644\ub8cc\ud55c\ub2e4": 10, "\uc124\uce58\ud558\uba74": [10, 11, 13, 14, 15, 17], "\ucef4\ud30c\uc77c\ud560": 10, "\ud30c\uc77c\uc740": [10, 15], "includ": 10, "\ub514\ub809\ud1a0\ub9ac\uc5d0": [10, 17], "\ub77c\uc774\ube0c\ub7ec\ub9ac\ub294": 10, "lib": [10, 15, 22], "x86_64": [10, 17], "linux": [10, 15], "gnu": 10, "\uc704\uce58\ud55c\ub2e4": 10, "\uacbd\ub85c\ub4e4\uc740": 10, "\ud5e4\ub354\uc640": 10, "\ucc3e\ub294": 10, "\uae30\ubcf8": [10, 12, 16], "\uacbd\ub85c\uc5d0": [10, 16], "\uc788\uc73c\ubbc0\ub85c": [10, 20], "\ud3ec\ud568\ud558\ub294": 10, "\ub9c1\ud06c\ud558\uae30": 10, "lnux": 10, "\uc635\uc158\ub9cc": 10, "\ucd94\uac00\ud558\uba74": [10, 11], "\uc608\ub97c": [10, 12, 13, 17], "\ub4e4\uc5b4": [10, 13, 17], "\ub808\ud37c\ub7f0\uc2a4": [10, 18], "\ucf54\ub4dc\uc640": 10, "\ubb38\uc11c\ub97c": [10, 15, 17], "\ub514\ubc14\uc774\uc2a4": [11, 13, 14, 20, 22], "\ud558\uac70\ub098": [11, 12], "\uac04\uc758": 11, "\ud655\uc778": [11, 17], "\uc139\uc158\uc5d0\uc11c\ub294": [11, 17], "\uba85\ub839\ud615": [11, 12, 14], "\ubc29\ubc95\uacfc": [11, 16], "\uc124\uba85\ud55c\ub2e4": [11, 13, 15, 17, 22], "\uad00\ub9ac\ud558\uace0": 11, "\ud655\uc778\ud558\ub294": 11, "\uc0ac\uc804\uc5d0": [11, 17], "\ub4dc\ub77c\uc774\ubc84\ub97c": [11, 14], "\uc774\ud6c4\uc5d0\ub294": 11, "sudo": [11, 13, 17, 22], "\uc81c\uacf5\ud558\uace0": [11, 14, 17], "\uc5bb\uac70\ub098": 11, "\uc81c\uc5b4\ud558\ub294": [11, 14], "\uac00\uc9c0\uace0": [11, 12], "\ubb38\ubc95": 11, "\uac1c\uc694": 11, "option": [11, 12, 20], "\uba38\uc2e0\uc774": 11, "\uc778\uc2dd\ud55c": [11, 14], "\uc628\ub3c4": [11, 15], "\ub9cc\uc57d": [11, 15, 17, 22], "\uba38\uc2e0\uc5d0": 11, "\uc7a5\ucc29\ud55c": 11, "\ud6c4\uc5d0\ub3c4": 11, "\uc7a5\uce58\uac00": [11, 15, 22], "\ubcf4\uc774\uc9c0": 11, "\uc54a\ub294\ub2e4\uba74": [11, 14, 15, 22], "\ucee4\ub9e8\ub4dc\uc640": 11, "serial": 11, "number": [11, 12], "\uc7a5\uce58\uc5d0\uc11c": 11, "file\uc758": 11, "\uc874\uc7ac\ud558\ub294": 11, "\ucf54\uc5b4\uac00": 11, "\uc911\uc778\uc9c0": 11, "\uc0c1\ud0dc\uc778\uc9c0": 11, "\uc218\ub3c4": 11, "core": [11, 15], "devfil": 11, "avail": [11, 15], "npu1pe1": 11, "\ud504\ub85c\uc138\uc2a4\uc758": 11, "\ucd9c\ub825\ud574\uc900\ub2e4": 11, "\ud56d\ubaa9\uc740": 11, "\ub2e4\uc74c\uc758": 11, "\uc758\ubbf8\ub97c": 11, "\ub098\ud0c0\ub0b8\ub2e4": 11, "1\ucd08": 11, "\uac04\uaca9\uc73c\ub85c": 11, "\uacc4\uc0b0\ud558\uc9c0\ub9cc": 11, "\uacc4\uc0b0": 11, "\uc8fc\uae30\ub97c": 11, "\ub2e8\uc704": [11, 12, 15], "m": [11, 18], "\ud56d\ubaa9": 11, "\uad00\uce21": 11, "\uc2dc\uac01": 11, "\uc911\uc778": 11, "\ud504\ub85c\uc138\uc2a4id": 11, "\uc2dc\uac04\ub3d9\uc548": 11, "\uc0ac\uc6a9\ub41c": 11, "\ube44\uc728": 11, "o\uc5d0": 11, "note": 11, "\uc8fc\uc5b4\uc9c4": 11, "\uc2e4\ud589\uc2dc\ucf1c": 11, "\ucc98\ub9ac\ub7c9\uc744": 11, "\uc5bb\uc744\uc218": 11, "help": [11, 12, 20], "b": [11, 12, 18], "set": [11, 15], "which": [11, 12], "expon": 11, "two": 11, "ha": 11, "about": [11, 12, 20], "benchmark": 11, "d": [11, 13], "design": 11, "e": [11, 22], "g": 11, "t": 11, "durat": 11, "minimum": 11, "second": 11, "both": 11, "min_query_count": 11, "min_dur": 11, "met": 11, "finish": 11, "queri": 11, "count": [11, 15, 16], "min_duration_m": 11, "chrome": [11, 16], "v": [11, 12], "verbos": [11, 12], "can": [11, 16], "either": 11, "orient": 11, "l": [11, 16, 18, 21], "arg": [11, 15], "compiler\ub97c": 11, "\uc0dd\uc131\ub41c": [11, 12, 22], "enf\ub97c": 11, "\uc758\ubbf8\ud55c\ub2e4": 11, "\uacbd\ub85c\ub97c": [11, 16], "\ud2b9\uc815\ud558\uc9c0": 11, "1000": 11, "thi": [11, 20], "wa": 11, "execut": [11, 12, 16], "priorit": 11, "individu": 11, "over": [11, 12], "stat": 11, "qp": 11, "per": 11, "u": 11, "8399": 11, "307568": 11, "29040": 11, "50th": 11, "19329": 11, "95th": 11, "62797": 11, "99th": 11, "79874": 11, "\uc778\uc790\uc5d0": 11, "\ud30c\uc77c": [11, 12, 15, 16, 20], "\ud30c\uc77c\uc5d0": [11, 15], "\uae30\ub85d\ud55c\ub2e4": 11, "model_data": 11, "md5": 11, "d7cd24a0a76cd492f31065301d468c3d": 11, "compiler_vers": 11, "2d862de8a": 11, "built_at": 11, "13t20": 11, "04z": 11, "hal_vers": 11, "nightli": 11, "230716": 11, "git_revis": 11, "fe6f77a": 11, "mode": 11, "total": [11, 16], "30025": 11, "num": 11, "33": 11, "31": 11, "8840": 11, "113254": 11, "29989": 11, "18861": 11, "64927": 11, "87052": 11, "9th": 11, "\uba54\ud0c0": 11, "subcommand": 11, "\ud658\uacbd\uc774": [11, 17], "\uc900\ube44\ub418\uc5b4": [11, 17, 20], "\uc54a\ub2e4\uba74": [11, 15], "\ucc38\uace0\ud55c\ub2e4": [11, 20], "fe1fca3": 11, "49b97492a": 11, "08": 11, "wrapper": 11, "\ud615\uc2dd\uc758": [11, 12], "\uc0dd\uc131\ud55c\ub2e4": [11, 12, 22], "\uc124\uba85\uacfc": 11, "\ud398\uc774\uc9c0\uc5d0\uc11c": [11, 14], "\uac80\uc0ac\ud560": 11, "\uc6d0\ubcf8": [11, 18], "\ubaa8\ub378\ub85c\ubd80\ud130": 11, "\ucd94\ub860\ud558\ub294": [11, 12], "\uc218\ud589\ud558\uace0": 11, "\ub3d9\uc791\ud558\ub294\uc9c0": [11, 15], "\ud655\uc778\ud55c\ub2e4": [11, 13, 17, 22], "\ub9ac\ud3ec\ud305\uc5d0\ub3c4": 11, "\uc720\uc6a9\ud558\uac8c": [11, 12], "\uc4f8": 11, "\uc8fc\uba74": 11, "\uc0dd\uc131\ub418\ub294": 11, "\ubb36\uc5b4": 11, "\uc2dc\uc5d0": 11, "\ub3c4\uc6c0\uc744": 11, "\uba85\ub839\uc774": [11, 17], "\uc2e4\ud589\ud558\ub294": [11, 12, 14], "\ub2e8\uacc4\ub294": 11, "step1": 11, "\uc785\ub825\ubc1b\uc740": 11, "\ubd88\ub7ec\uc624\uace0": 11, "\uc720\ud6a8\ud55c": 11, "\ubaa8\ub378\uc778\uc9c0": 11, "\uac80\uc0ac\ud55c\ub2e4": 11, "step2": 11, "\uc784\uc758\uc758": 11, "\ubcf4\uc815": [11, 18], "\ubc94\uc704": 11, "calibr": [11, 18], "\uc591\uc790\ud654\ub97c": [11, 18], "\uc218\ud589\ud55c\ub2e4": [11, 14], "step3": 11, "\ucef4\ud30c\uc77c\uc744": [11, 12], "\uc2dc\ub3c4\ud55c\ub2e4": 11, "step4": 11, "\uc2e4\ud589\uc2dc\ud0a8\ub2e4": 11, "\uc5c6\ub2e4\uba74": 11, "\uc0dd\ub7b5\ub41c\ub2e4": 11, "output_prefix": 11, "skip": 11, "target": 11, "target_npu": [11, 12], "\uba85\ub839\uc758": [11, 12], "\uac04\ub2e8\ud55c": [11, 20], "\uc608\uc2dc\ub294": 11, "libfuriosa_h": [11, 20], "v0": [11, 12, 20], "43c901f": [11, 20], "common": 11, "libfuriosa_compil": 11, "d7548b7f6": 11, "9ecebb6": 11, "step": 11, "pass": 11, "famili": [11, 12, 15], "2pe": [11, 12], "done": [11, 13], "09272794": 11, "ldfg": 11, "graph": [11, 12, 18], "la": 11, "034934": 11, "140083": 11, "019548794": 11, "29": 11, "196825": 11, "cdfg": [11, 12], "001701888": 11, "gir": [11, 12], "015205072": 11, "lir": [11, 12], "0038304": 11, "020943863": 11, "331545": 11, "onc": 11, "data": [11, 15, 20], "collect": 11, "000001198": 11, "125": 11, "7448": 11, "\uc0dd\ub7b5\ud560": [11, 12, 22], "\uc2e4\ud589\ud658\uacbd": [11, 20], "\ubd84\uc11d\uc5d0": [11, 16], "\uba54\ud0c0\ub370\uc774\ud130\ub97c": 11, "\ubaa8\uc740": 11, "\ucef4\ud30c\uc77c\uc5d0": 11, "\uc2e4\ud328\ud558\uac70\ub098": 11, "\uc2e4\ud589\uc5d0": 11, "\uc2e4\ud328\ud558\ub294": 11, "\ubb38\uc81c\uac00": 11, "archiv": [11, 13], "zipinfo": 11, "1690438803": 11, "16904388032l4hoi3h": 11, "meta": 11, "analysi": 11, "html": 11, "dot": [11, 12], "\ubd84\uc11d\ud558\uace0": [12, 14], "\ucd5c\uc801\ud654\ud558\uc5ec": 12, "\ub2e8\uc704\ub85c": [12, 16], "\ud65c\uc6a9\ud558\ub3c4\ub85d": [12, 14], "\uc0dd\uc131\ud574\ub0b8\ub2e4": 12, "\uae30\uc874\uc5d0": 12, "\uc54c\ub824\uc9c4": 12, "\uc544\ub2c8\ub77c\ub3c4": 12, "\ud65c\uc6a9\ud558\uba74": 12, "\uc124\uacc4\ud560": 12, "\ubaa9\ub85d\uc740": 12, "\ucd08\uae30\ud654\ud560": 12, "\uc790\ub3d9\uc73c\ub85c": [12, 13, 14, 15], "\ud638\ucd9c\ub418\uc5b4": 12, "\uac83\uc774": 12, "\uac00\uc7a5": [12, 14, 17], "\uc77c\ubc18\uc801\uc778": [12, 20], "\ubc29\ubc95\uc774\ub2e4": 12, "\uc258\uc5d0\uc11c": 12, "\uc0dd\uc131\ud574\ubcfc": 12, "\uc804\uccb4\uc801\uc778": 12, "f8f05c8ea": 12, "31t19": 12, "30z": 12, "sourc": [12, 13, 15, 16, 17], "argument": 12, "other": 12, "ir": 12, "write": 12, "target_ir": 12, "effect": 12, "when": 12, "experiment": 12, "possibl": 12, "dot_graph": 12, "filenam": [12, 20], "analyz": 12, "analyze_memori": 12, "alloc": 12, "show": [12, 15, 20], "detail": 12, "disabl": [12, 15], "see": 12, "summari": [12, 16], "\ub098": [12, 14], "\uacbd\ub85c\uc774\uba70": 12, "\uacb0\uacfc\ub85c": 12, "\uc0dd\ub7b5": [12, 15], "\uc635\uc158\uc774\uba70": 12, "\uc9c0\uc815\ud55c\ub2e4\uba74": 12, "\uc0dd\ub7b5\ud588\uc744": 12, "enf\ub294": 12, "format\uc758": 12, "\ud655\uc7a5\uc790\uc774\ub2e4": 12, "\ub4e4\uba74": 12, "foo": 12, "\uc0dd\uc131\ub41c\ub2e4": [12, 15], "\uc0dd\uc131\ud55c": [12, 14, 17], "\ubc14\uc774\ub108\ub9ac\uac00": 12, "\ubaa9\ud45c\ub85c\ud558\ub294": 12, "\uc9c0\uc815\ud558\uac8c": 12, "\ud504\ub85c\uadf8\ub7a8\uc774": 12, "warboy\ub77c\uba74": 12, "fuse": 12, "\ud574\uc11c": 12, "\uacbd\uc6b0\ub294": 12, "\uc804\ub2ec\ud560": [12, 22], "\uc0d8\ud50c\uc758": 12, "\uac1c\uc218\uc778": 12, "\ud06c\uae30\uac00": 12, "\ud06c\uba74": 12, "\uc77c\ubc18\uc801\uc73c\ub85c": 12, "\ub123\uace0": 12, "\uc2e4\ud589\ud558\ubbc0\ub85c": 12, "\ud65c\uc6a9\ub3c4\ub97c": 12, "\ub192\uc77c": 12, "\uacf5\uc720\ud558\ubbc0\ub85c": 12, "\ud6a8\uc728\uc801\uc77c": 12, "\uba54\ubaa8\ub9ac\uac00": 12, "\ud544\uc694\ud558\uac8c": 12, "\uc0ac\uc774\uc988\uac00": 12, "\ucd08\uacfc\ud558\uba74": 12, "\uc624\ud788\ub824": 12, "\ud638\uc2a4\ud2b8": [12, 13, 20, 22], "npu\uac04\uc5d0": 12, "\ube44\uc6a9\uc774": 12, "\ucee4\uc838": 12, "\uc800\ud558\uac00": 12, "\uc77c\uc5b4\ub0a0": 12, "\uac12\uc740": 12, "1\uc774\uba70": 12, "\uc801\uc808\ud55c": 12, "\uc124\uc815\uc740": 12, "\uc2e4\ud5d8\uc744": 12, "\ucc38\uace0\ub85c": [12, 14, 15], "\ubca4\uce58\ub9c8\ud06c\uc5d0": 12, "\ubaa8\ub378\ub4e4\uc758": 12, "\ucd5c\uc801": 12, "\ud06c\uae30\ub294": 12, "resnet34": [12, 18], "\uc6d0\ud558\ub294": [12, 13, 16, 20], "2\uc778": 12, "\ucef4\ud30c\uc77c\ub7ec\uac00": [12, 14], "\ub9c8\uce58\uace0": 12, "\ucd5c\uc885\uc801\uc73c\ub85c": 12, "\uc0dd\uc131\ud574\ub0b4\ub294": 12, "\ucd9c\ub825\ubb3c\uc774": 12, "\ub370\uc774\ud130\uc774\ub2e4": 12, "\uacfc\uc815\uc740": [12, 15, 22], "\ucd08\uc5d0\uc11c": 12, "\ubd84\uae4c\uc9c0": 12, "\uac78\ub9ac\ub294\ub370": 12, "\ud55c\ubc88": [12, 17], "\uc0dd\uc131\ud558\uc5ec": 12, "\uc7ac\uc0ac\uc6a9\ud558\uba74": 12, "\ube48\ubc88\ud558\uac8c": 12, "\uc138\uc158\uc744": 12, "\uc0dd\uc131\ud574\uc57c": 12, "\uc6b4\uc601": 12, "\uc5ec\ub7ec": [12, 15, 17, 18, 22], "\uba38\uc2e0\uc5d0\uc11c": [12, 13, 22], "\uc11c\ube59\ud574\uc57c": 12, "\uc0ac\uc6a9\ubc95\uc744": 12, "\ucc38\uace0\ud558\uc5ec": 12, "\uc0dd\uc131\ud558\uace0": [12, 13], "pythonsdk": 12, "create_runn": [12, 16], "\ud568\uc218\uc5d0": 12, "\uc804\ub2ec\ud558\uba74": 12, "\uac70\uce58\uc9c0": 12, "\uc989\uac01\uc801\uc73c\ub85c": 12, "runner": [12, 16], "\uac1d\uccb4\ub97c": [12, 14], "sync": [12, 16], "\uce90\uc26c\ub294": 12, "\uc800\uc7a5\ud574": 12, "\ud65c\uc6a9\ud55c\ub2e4": [12, 14], "fc_cache_en": 12, "\ube44\ud65c\uc131\ud654": 12, "\uc11c\ube59": [12, 14, 17], "\ub3c4\uad6c\uc5d0\uc11c": [12, 22], "\ub3d9\uc77c\ud558\uac8c": 12, "\uc801\uc6a9\ub41c\ub2e4": [12, 15], "\uc2a4\ud1a0\ub9ac\uc9c0\uc758": 12, "\uc774\uba70": 12, "fc_cache_store_url": 12, "\uc624\ubc84\ub77c\uc774\ub4dc": 12, "redi": 12, "rediss": 12, "ssl\uc758": 12, "scheme": 12, "\uc73c\ub85c": 12, "\uc2dc\uc791\ud558\ub294": [12, 15], "\uc124\uc815\ud558\uba74": [12, 16], "\ud074\ub7ec\uc2a4\ud130\ub97c": 12, "want": 12, "directori": [12, 16], "tmp": 12, "cluster": 12, "storag": 12, "password": [12, 13], "127": 12, "6379": 12, "ssl": 12, "25945": 12, "30\uc77c\uc758": 12, "\uc720\ud6a8\uc2dc\uac04\uc744": 12, "\ucd08": [12, 15], "hour": 12, "lifetim": 12, "7200": 12, "\ubaa9\uc801\uc5d0": 12, "\ub9de\ub294": 12, "\ubc29\uc2dd\uc744": 12, "\uac12": [12, 15], "\uc608": [12, 15], "\uacb0\uacfc\uac00": [12, 16], "\ub9cc\ud07c": 12, "\uce90\uc26c\ub85c": 12, "\ub428": 12, "\ubb34\ud6a8\uac00": 12, "\ub418\uba70": 12, "\ud568": [12, 15], "\ub2e4\uc2dc": [12, 13, 15, 17], "\uac00\ub2a5": [12, 15], "\uc720\ud6a8\uc2dc\uac04": 12, "\uc5c6\uc774": 12, "\uc601\uad6c\uc801\uc73c\ub85c": 12, "\uc77d\uae30": 12, "\uc804\uc6a9": 12, "\uce90\uc26c\ub97c": 12, "\uc7a5\uc5d0\uc11c\ub294": [13, 22], "furiosaai\uac00": [13, 14], "\ucef4\ud3ec\ub10c\ud2b8\ub97c": [13, 14, 15], "\ud328\ud0a4\uc9c0\ub4e4\uc758": 13, "\ud328\ud0a4\uc9c0\ub4e4\uc740": 13, "\ub77c\uc774\ube0c\ub7ec\ub9ac\uc774\uba70": 13, "\ub2e4\uc6b4\ub85c\ub4dc": 13, "\uc13c\ud130\uc5d0\uc11c": 13, "\ub85c\uadf8\uc778\ud558\uc5ec": 13, "\ub2e4\uc6b4": [13, 17], "\ubc1b\uac70\ub098": 13, "\uac1c\ubc1c\uc790": 13, "\uc0ac\uc774\ud2b8\uc5d0\uc11c": 13, "\ubc1c\uae09\ud55c": 13, "\uc11c\ubc84\uc640": 13, "pypi": [13, 17], "\uc13c\ud130\ub098": 13, "\uc0ac\uc774\ud2b8\ub294": 13, "\ub4f1\ub85d\ud558\uba74": 13, "\uc81c\uacf5\ub418\uba70": [13, 14], "\uc694\uccad\ud560": 13, "focal": [13, 15], "fossa": 13, "\uc778\ud130\ub137": 13, "\uc811\uadfc\uc774": 13, "\ub124\ud2b8\uc6cc\ud06c": 13, "furiosaai\uc5d0\uc11c": 13, "\uc0ac\uc6a9\ud558\ub824\uba74": 13, "\uc124\uba85\uc5d0": 13, "\ub9ac\ub205\uc2a4\uc5d0": 13, "\uc124\uc815\ud55c\ub2e4": 13, "\uc0ac\uc6a9\ud558\uc9c0": [13, 15, 17], "\uc13c\ud130\ub97c": 13, "\uc0ac\uc6a9\ud55c\ub2e4\uba74": [13, 17], "\uc139\uc158\uc744": 13, "\uac74\ub108\ub6f0\uc5b4\ub3c4": [13, 17], "\uc88b\ub2e4": [13, 17], "\uc811\uadfc\uc744": 13, "ca": 13, "certif": 13, "transport": 13, "gnupg": 13, "sign": 13, "\ud0a4\ub97c": 13, "kei": 13, "adv": 13, "keyserv": 13, "recv": 13, "5f03afa423a751913f249259814f888b20b09a7": 13, "\ubc1c\uae09\ud558\uace0": 13, "tee": 13, "etc": [13, 15, 22], "conf": [13, 15], "null": 13, "eot": 13, "machin": [13, 15], "login": 13, "secret": 13, "chmod": 13, "400": 13, "\ub9ac\ub205\uc2a4": [13, 14], "\ubc30\ud3ec\ud310": 13, "\ubc84\uc804\uc5d0": 13, "\ud0ed\uc744": 13, "bookworm": 13, "\ub4f1\ub85d\ud569\ub2c8\ub2e4": 13, "deb": 13, "arch": [13, 15], "amd64": [13, 15, 22], "restrict": 13, "jammi": 13, "\uc704\uc758": [13, 15, 16, 22], "\ub4f1\ub85d\ud588\uac70\ub098": 13, "\uc0ac\uc774\ud2b8\uc5d0": 13, "\uac00\uc785\ud588\ub2e4\uba74": 13, "\uc758\uc874\ub41c": 13, "\uc124\uce58\ub41c\ub2e4": 13, "\ub9ac\ub205\uc2a4\ub294": 13, "\ub2e4\uc911": 13, "\uc6b4\uc601\uccb4\uc81c\ub85c": 13, "\uc18c\uc720\uc790": 13, "owner": 13, "\uc18d\ud55c": 13, "\uc0ac\uc6a9\uc790\ub9cc": 13, "\ud30c\uc77c\uacfc": 13, "\ud5c8\uc6a9\ub41c\ub2e4": 13, "\ub4dc\ub77c\uc774\ubc84\ub3c4": 13, "\uadf8\ub8f9\uc744": 13, "\ud5c8\uc6a9\ud558\uace0": 13, "\uc0ac\uc6a9\ud558\ub824\ub294": 13, "\uc720\uc800\ub294": 13, "\uc790\uc2e0\uc744": 13, "\ucd94\uac00\ud574\uc57c": 13, "\uba85\ub839\uc5b4\ub97c": 13, "usermod": 13, "ag": [13, 15], "usernam": 13, "\uba85\ub839\uc5b4\uc5d0\uc11c": 13, "\ubd80\ubd84\uc5d0": 13, "\ucd94\uac00\ud558\ub824\ub294": 13, "\uc785\ub825\ud558\uba74": [13, 16], "\ub85c\uadf8\uc778\ub41c": 13, "\uc0ac\uc6a9\uc790\ub97c": 13, "\ucd94\uac00\ud558\ub824\uba74": 13, "\uc785\ub825\ud55c\ub2e4": 13, "\uadf8\ub8f9": 13, "\uad8c\ud55c\uc744": 13, "\ud65c\uc131\ud654\ud558\uae30": 13, "\ub85c\uadf8\uc544\uc6c3\ud55c": 13, "\ub85c\uadf8\uc778\ud574\uc57c": 13, "\uc548\uc815\uc801\uc778": 13, "\uc6b4\uc601\ud658\uacbd\uc744": 13, "\uc720\uc9c0\ud558\uae30": 13, "\ud328\ud0a4\uc9c0\uc758": 13, "\ubc84\uc804\uc744": [13, 17], "\uace0\uc815\ud560": 13, "mark": 13, "hold": 13, "libonnxruntim": 13, "\uace0\uc815\ub41c": 13, "\ud574\uc81c\ud558\uc5ec": 13, "\ud558\uae30": 13, "unhold": 13, "\uba85\ub839\uacfc": 13, "\uc9c0\uc815\ud55c\ub2e4": [13, 17], "\uc774\ub54c": 13, "\uc801\uc5b4": 13, "\uc120\ud0dd\uc801\uc73c\ub85c": [13, 15, 16], "\uace0\uc815\uc744": 13, "\ud574\uc81c\ud560": 13, "\ubcf4\uae30": 13, "showhold": 13, "\uc9c0\uc815\ud558\uc5ec": [13, 20], "\uba85\ub839\uc5d0": 13, "\uc774\ub984\uacfc": [13, 20], "\uc5c5\ub370\uc774\ud2b8\ud560": 13, "tool": [13, 16, 17], "\uba85\uc2dc\ud558\uc9c0": 13, "\ubc84\uc804\uc774": [13, 20], "\ucee8\ud14c\uc774\ub108": 13, "\ud658\uacbd\uc5d0\uc11c\uc758": 13, "\uc5c5\ub370\uc774\ud2b8\ub294": 13, "\uc815\uc758\ub418\uc5b4": 13, "\ud589\ub3d9\uc744": 13, "\uc720\ubc1c\ud55c\ub2e4": [13, 16], "\uc2e4\ud589\ub418\uc5b4\uc57c": 13, "\ud558\ubbc0\ub85c": 13, "\uc8fc\uc758\ub97c": 13, "\uc694\ud55c\ub2e4": 13, "furiosaai\ub294": 14, "\uc751\uc6a9\uacfc": 14, "\uc0ac\uc6a9\ub420": 14, "\uc7a5\uc740": 14, "\uc804\ubc18\uc801\uc778": 14, "\uc2a4\ud0dd\uc744": 14, "\uc18c\uac1c\ud558\uace0": 14, "\ucef4\ud3ec\ub10c\ud2b8\uc758": 14, "\uc5ed\ud560\uacfc": 14, "\ucef4\ud3ec\ub10c\ud2b8": [14, 15], "\uc124\uba85\uc11c\uc640": 14, "\ud29c\ud1a0\ub9ac\uc5bc\uc744": 14, "\uc18c\uac1c\ud55c\ub2e4": 14, "\ub808\uc774\uc5b4\uc5d0": 14, "\ucd94\uc0c1\uc801\uc73c\ub85c": 14, "\ud45c\ud604\ud55c": 14, "\uac83\uc774\ub2e4": [14, 15, 18], "\ucef4\ud3ec\ub10c\ud2b8\uc5d0": 14, "\ub4dc\ub77c\uc774\ubc84\ub294": 14, "\uc6b4\uc601\uccb4\uc81c": 14, "\uc2dc\uc2a4\ud15c\uc774": 14, "\uc778\uc2dd\ud558\uc5ec": 14, "\ub9ac\ub205\uc2a4\uc758": 14, "\uc778\uc2dd\ud558\ub3c4\ub85d": 14, "\uc5ed\ud560\uc744": 14, "\ub9cc\uc57d\uc5d0": 14, "\ucc28\uc6d0\uc5d0\uc11c": 14, "\uc778\uc2dd\ud558\uc9c0": 14, "\uc7ac\uc124\uce58\ud558\uba74": 14, "\ud38c\uc6e8\uc5b4\ub294": 14, "\uc6b4\uc601\uccb4\uc81c\uac00": 14, "\uc7a5\uce58\uc5d0": 14, "\ud38c\uc6e8\uc5b4\uac00": 14, "\uc81c\uc5b4\ud558\uace0": 14, "\ud14c\uc2a4\ud06c\ub97c": 14, "\uc2e4\ud589\ud558\uace0": [14, 15, 18], "\uc2a4\ucf00\uc974\ub9c1": [14, 15], "\ub4dc\ub77c\uc774\ubc84\uc640": [14, 15], "\uc0ac\uc6a9\uc790\uac00": [14, 16], "\ud544\uc694\ub294": 14, "\uc5c6\uc73c\ub098": 14, "dnn": [14, 16, 17], "\ucd5c\uc801\ud654\ud558\uace0": 14, "\uc0dd\uc131\ud558\ub294": 14, "\ud575\uc2ec\uc801\uc778": 14, "\uc5f0\uad6c\uc640": 14, "\uae30\ubc95\uc744": 14, "\ub3c4\uc785\ud558\uc5ec": 14, "\ubd84\uc57c\uc758": 14, "\uc5f0\uc0b0\uc790\ub4e4\uc740": 14, "cpu\ub97c": 14, "\ucef4\ud30c\uc77c\ud55c\ub2e4": 14, "\ub300\ud45c\uc801\uc778": 14, "\uc9c0\uc6d0\ud560": 14, "\uc124\uacc4\ud558\ub294": 14, "\ub7f0\ud0c0\uc784\uc5d0": 14, "\ub0b4\uc7a5\ub418\uc5b4": 14, "\uc81c\uacf5\ub418\ubbc0\ub85c": 14, "\uc5c6\uc73c\uba70": 14, "\uc138\uc158": 14, "\uc0ac\uc6a9\ub418\uac70\ub098": 14, "\ud504\ub85c\uadf8\ub7a8\uc5d0": 14, "\uae30\uc220\ub41c": 14, "\uc791\uc5c5\uc744": [14, 16, 20], "\uc2e4\uc81c\ub85c": [14, 16], "\ucd94\ub860\uc740": 14, "\ucd5c\uc801\ud654\ub418\uace0": 14, "\uc2e4\ud589\ub418\ub294": [14, 15, 16], "\uc791\uc5c5\uc73c\ub85c": 14, "\ubd84\ud560\ub41c\ub2e4": 14, "\ub7f0\ud0c0\uc784\uc740": 14, "\uba38\uc2e0\uc758": [14, 15, 22], "\uade0\ud615\uc788\uac8c": 14, "\uc6cc\ud06c\ub85c\ub4dc\uc5d0": 14, "\ub9de\ub3c4\ub85d": 14, "\uc2a4\ucf00\uc974\ub9c1\ud558\uace0": 14, "\ud38c\uc6e8\uc5b4\ub97c": 14, "\uc139\uc158\uc5d0\uc11c": 14, "\uc124\uba85\ud560": 14, "python\uacfc": 14, "\ud328\ud0a4\uc9c0\uc774\ub2e4": 14, "\ucd94\ub860\ud558\ub3c4\ub85d": 14, "\uc751\uc6a9\ud504\ub85c\uadf8\ub7a8\uc774\ub098": 14, "\uc11c\ube44\uc2a4\ub97c": [14, 15], "\uc791\uc131\ud574\uc57c": 14, "\ud55c\ub2e4\uba74": [14, 17], "\uc751\uc6a9\uc758": 14, "\uc5b8\uc5b4\uc5d0": 14, "\ub458": 14, "\ud558\ub098\ub97c": [14, 17], "\ube44\ud2b8": 14, "\uc815\uc218\ud615": [14, 18], "\uc2e4\uc218\ud615": [14, 18], "\uac00\uc911\uce58\ub85c": 14, "\uac70\uccd0": [14, 18], "\uc774\ub7ec\ud55c": [14, 16], "\uac04\ud3b8\ud558\uac8c": [14, 17], "sdk\uac00": [14, 18], "\uc11c\ubc84\ub294": [14, 20], "grpc\ub098": [14, 17, 20], "\ud3ec\ub9f7\uc740": 14, "\uc790\uccb4\uc5d0": 14, "\ud0c0\uc785\uacfc": 14, "\uae30\uc220\ub418\uc5b4": 14, "\ubcf4\ud3b8\uc801\uc73c\ub85c": 14, "protocol": 14, "\ub77c\uc774\ube0c\ub7ec\ub9ac\uc640": 14, "\uc6d0\uaca9": 14, "\ub85c\ub4dc": 14, "\ubc38\ub7f0\uc11c\ub97c": 14, "\uc218\ud3c9\uc801": 14, "\ud655\uc7a5\uc131": 14, "\uad6c\ud604\ud560": 14, "\ub3d9\uc2dc\uc131": 14, "\ub2a5\ub825": 14, "\uc694\uad6c\ud558\ub294\ub370": 14, "\uc11c\ubc84\uc758": 14, "\ud65c\uc6a9\uc740": 14, "\ucee8\ud14c\uc774\ub108\ud654\ub41c": [14, 15], "\uad00\ub9ac\ud558\ub294": [14, 15], "\ud50c\ub7ab\ud3fc\uc778": 14, "kubernetes\ub294": 14, "\uae30\uc5c5\uc5d0\uc11c": 14, "\uc2a4\ud0dd\ub3c4": 14, "\ub124\uc774\ud2f0\ube0c": 14, "\ud50c\ub7ec\uadf8\uc778": 14, "\ud074\ub7ec\uc2a4\ud130\uac00": [14, 15], "\uc778\uc2dd\ud558\uace0": 14, "\uc2a4\ucf00\uc974\ub9c1\ud560": [14, 15], "\ub9cc\ub4e0\ub2e4": 14, "kubernetes\uc640": 14, "\uba40\ud2f0\ud14c\ub10c\ud2b8": 14, "multi": 14, "tenant": 14, "\uc6cc\ud06c\ub85c\ub4dc\uac00": 14, "\ud544\uc694\ub85c": 14, "\uc790\uc6d0\uc758": [14, 15], "\ud560\ub2f9": [14, 15], "\ub3d5\uace0": 14, "\ud55c\uc815\ub41c": 14, "\ud6a8\uc728\uc801\uc73c\ub85c": 14, "\ub808\uc774\ube14\ub7ec": 14, "kubernetes\uc5d0": 14, "\ucc38\uc5ec\ud558\ub294": 14, "\ub178\ub4dc\uc5d0": [14, 15], "\uc7a5\ucc29\ub41c": [14, 15], "\ubb3c\ub9ac\uc801\uc778": 14, "\uac1d\uccb4\uc5d0": 14, "\uba54\ud0c0\ub370\uc774\ud130\ub85c": 14, "\ucd94\uac00\ud558\ub294": 14, "api\ub098": 14, "pod\uc758": 14, "spec": [14, 15], "nodeselector": [14, 15], "nodeaffin": 14, "\ub9cc\uc871\ud558\ub294": 14, "\ud65c\uc6a9": 14, "\uc624\ud508\uc18c\uc2a4": 15, "\ud50c\ub7ab\ud3fc\uc774\ub2e4": 15, "\ucef4\ud3ec\ub10c\ud2b8\ub294": 15, "\uc778\uc2dd\ud558\uac8c": 15, "kubernetes\uc758": 15, "resourc": 15, "limit": 15, "\uc6cc\ud06c\ub85c\ub4dc": 15, "\ud558\uac8c": 15, "\ub178\ub4dc\uc758": 15, "\ub808\uc774\ube14\ub85c": 15, "\ub4f1\ub85d\ud55c\ub2e4": 15, "discovery\uac00": 15, "\ud074\ub7ec\uc2a4\ud130\uc5d0": 15, "\uc124\uce58\ub418\uc5b4": [15, 22], "\uc788\uc5b4\uc57c": [15, 16, 22], "nfd": 15, "pod\uc774": 15, "\uc2e4\ud589\ub418\uace0": [15, 16], "prometheus\uc5d0\uc11c": 15, "\uc14b\uc5c5": 15, "\uc9c4\ud589\ud558\uba74": 15, "intel": [15, 22], "node\uc5d0": 15, "toolkit\uc744": 15, "\uc11c\ubc84\uac00": [15, 20], "\uc14b\uc5c5\ub418\uc5b4": 15, "\ud328\ud0a4\uc9c0\uac00": 15, "\uc124\uce58\ub418\uba74": 15, "toolkit\uc5d0": 15, "\uc778\uc2dd\uc744": 15, "\ud655\uc778\ud574": [15, 17], "\uc778\uc2dd\ub418\uc9c0": 15, "\ud658\uacbd\uc5d0": [15, 20, 22], "\uc7ac\ubd80\ud305": 15, "\ud6c4\uc5d0": [15, 17], "\uc2dc\ub3c4\ud574\ubcf8\ub2e4": 15, "37": 15, "509": 15, "\ud65c\uc6a9\ud558\uae30": 15, "\ud544\uc694\ud558\ub2e4": [15, 16, 18, 22], "\uc608\uc81c\ucc98\ub7fc": 15, "\uc2dc\uc791\ub418\ub294": 15, "\ub808\uc774\ube14\uc774": [15, 16], "discovery\uc758": 15, "daemonset\uc774": 15, "\uc124\uce58\ub41c": 15, "\uac83\uc73c\ub85c": 15, "jq": 15, "item": 15, "metadata": 15, "beta": 15, "cpuid": 15, "adx": 15, "true": [15, 20], "aesni": 15, "\ucc38\uc870\ud558\uc5ec": 15, "quick": 15, "start": [15, 20], "\uc801\uc6a9\ub418\uc5b4": 15, "master": 15, "extra": [15, 17], "\uc635\uc158\uc5d0": 15, "devicelabelfield": 15, "\uac12\uc5d0": [15, 16], "vendor": [15, 22], "\ub9cc": 15, "deviceclasswhitelist": 15, "0200": 15, "0207": 15, "0300": 15, "0302": 15, "discovery\ub294": 15, "\ucef4\ud3ec\ub10c\ud2b8\uac00": 15, "\uc544\ub2c8\uc9c0\ub9cc": 15, "\uad8c\uc7a5\ud55c\ub2e4": [15, 22], "\ubbf8\uc0ac\uc6a9": 15, "\uc218\ud589\ud574\uc57c": 15, "\uc791\uc5c5\uc5d0": 15, "\ub300\ud574\uc11c\ub294": 15, "\ub2e8\uacc4\uc5d0\uc11c": 15, "\uc900\ube44\uac00": [15, 20, 22], "\uc644\ub8cc\ub418\uba74": 15, "discovery\uc640": 15, "exporter\uc758": 15, "daemonset\uc744": 15, "\ub09c": 15, "\ub4a4\uc5d0": [15, 20], "daemonset": 15, "kube": 15, "system": 15, "\uc124\uce58\ud55c": 15, "\uc815\uc0c1": 15, "daemonset\ub4e4\uc740": 15, "\ub178\ub4dc\uc5d0\ub9cc": 15, "\ubd99\uc5ec\uc8fc\ub294": 15, "1ed2": [15, 22], "present": 15, "desir": 15, "current": 15, "TO": 15, "date": 15, "selector": 15, "128m": 15, "162m": 15, "\ub2e8\uacc4": [15, 22], "\uc0dd\ub7b5\ud558\uc600\ub2e4\uba74": 15, "\uc124\uce58\uac00": 15, "\ubd88\ud544\uc694\ud558\uba70": 15, "\ub098\uba38\uc9c0": 15, "\uc808\ucc28\ub97c": [15, 22], "\uc218\ud589\ud55c": 15, "\uc704\uc5d0\uc11c": 15, "\uc81c\uc2dc\ud55c": 15, "\uc218\uc815\ud558\uc5ec": [15, 22], "daemonset\uc758": 15, "\ubcc0\uacbd\ud558\uace0": 15, "\ud074\ub7ec\uc2a4\ud130": 15, "\ub0b4\uc758": 15, "\ud574\ub2f9\ud558\ub294": 15, "label\uc744": 15, "nodenam": 15, "\ubcc0\uacbd": 15, "\uba54\ud0c0\ub370\uc774\ud130\ub294": 15, "\ud45c\uc640": 15, "\ub808\uc774\ube14": 15, "descript": [15, 20], "product": 15, "warboyb0": 15, "\uc81c\ud488\uba85": 15, "renegad": 15, "\uc544\ud0a4\ud14d\uccd0": 15, "depend": 15, "\uc81c\uc870\uc0ac": 15, "driver\uc758": 15, "\ud30c\ud2b8": 15, "minor": 15, "patch": 15, "57ac7b0": 15, "\ube4c\ub4dc\uc758": 15, "hash": 15, "\ub808\uc774\ube14\uc744": [15, 16], "\ubcf4\uc774\uba74": 15, "\uc815\uc0c1\uc801\uc73c\ub85c": [15, 22], "node01": 15, "65d": 15, "node02": 15, "12d": 15, "plugin\uc758": 15, "\uba85\ub839\ud589\uc758": 15, "\uc9c0\uc815\ud558\uac70\ub098": 15, "\ub450": [15, 16], "\ubc29\uc2dd": 15, "\uc2e4\ud589\ud558\uba74\uc11c": 15, "\uc778\uc790\ub97c": 15, "\uba85\uc138\uc5d0\uc11c\ub294": 15, "apivers": 15, "kind": 15, "namespac": 15, "ghcr": 15, "latest": [15, 17], "\uae30\ubcf8\uac12": 15, "\uae30\ubcf8\uac12\uc73c\ub85c": 15, "\uc801\uc6a9\ub418\ub294": 15, "\uc720\ud615": 15, "\ud0d0\uc0c9": 15, "\uc8fc\uae30": 15, "\ub300\uc0c1\uc5d0\uc11c": 15, "\uc81c\uc678\ud560": 15, "\ucf64\ub9c8\ub85c": 15, "dir": 15, "kubelet\uc758": 15, "\ub514\ub809\ud1a0\ub9ac": 15, "\uacbd\ub85c": 15, "var": [15, 22], "kubelet": 15, "socket": 15, "\uc544\ub798\uc5d0": 15, "\ud30c\uc77c\uc758": [15, 16, 20], "\ub4f1\ub85d\ud560": 15, "\uc124\uc815\ud30c\uc77c": 15, "\ub2e8": 15, "\uc778\uc790\ub4e4\uc740": 15, "\uc5c6\ub2e4": 15, "defaultp": 15, "disableddevic": 15, "\uc54a\uc74c\uc744": 15, "\uc758\ubbf8": 15, "plugindir": 15, "socketnam": 15, "resourcenam": 15, "\ud615\ud0dc\uc774\ub2e4": 15, "\ub0b4\uc6a9\uc774": 15, "\ubcc0\uacbd\ub418\uba74": 15, "plugin\uc5d0": 15, "\uc989\uc2dc": 15, "\ub418\uc5c8\uc74c\uc740": 15, "\ub85c\uadf8\ub97c": 15, "\ud56d\ubaa9\ub4e4\uc758": 15, "\ubcc0\uacbd\uc744": 15, "\uc7ac\uc2dc\uc791\uc774": 15, "\uc124\uce58\uc5d0\uc11c": 15, "configmap": 15, "\uad6c\uc131\uc744": [15, 17], "configmap\uc744": 15, "\uc218\uc815\ud558\uace0": 15, "configmap\uc774": 15, "pod\uc5d0": 15, "\ubc18\uc601\ub418\uba74": 15, "plugin\uc740": 15, "\uc77d\uace0": 15, "\ubcc0\uacbd\uc0ac\ud56d\uc744": [15, 22], "\uc801\uc6a9\ud55c\ub2e4": 15, "edit": 15, "15": 15, "npu2": 15, "001": 15, "\ud560\ub2f9\ud558\uae30": 15, "\uc0dd\uc131\uc744": [15, 16], "eol": 15, "8gi": 15, "\uc0dd\uc131": [15, 18, 21], "\ub4a4\uc5d0\ub294": 15, "\ud560\ub2f9\uc744": 15, "\ud655\uc778\ud574\ubcfc": 15, "\ub178\ub4dc\uc5d0\uc11c": 15, "\uc0dd\uc131\ud588\uc744": 15, "\ud560\ub2f9\ub418\uc5c8\ub294\uc9c0\ub294": 15, "\uc5b4\ud50c\ub9ac\ucf00\uc774\uc158\uc740": 15, "\ud560\ub2f9\ub41c": 15, "\uc778\uc2dd\ud55c\ub2e4": 15, "exec": 15, "bash": [15, 20], "echo": 15, "\uc548\uc5d0": 15, "\uc544\ub798\ucc98\ub7fc": 15, "control": 15, "more": 15, "basic": 15, "one": 15, "mani": 15, "daemonset\uacfc": 15, "service\uac00": 15, "pod\uc5d0\uc11c\ub294": 15, "\uac01\uc885": 15, "\ucd9c\ub825\ud558\uc5ec": [15, 16], "\ubaa8\ub2c8\ud130\ub9c1\uc5d0": 15, "\uc9c0\ud45c": 15, "\ud45c\ud604\ub418\uba70": 15, "\ud074\ub7ec\uc2a4\ud130\ub0b4\uc5d0": 15, "servic": 15, "prometheus\uac00": 15, "exporter\ub97c": 15, "\uc218\uc9d1\ud55c\ub2e4": 15, "\ub370\uc774\ud130\ub294": 15, "grafana": 15, "\uc2dc\uac01\ud654": [15, 16], "furiosa_npu_al": 15, "\ub3d9\uc791": 15, "furiosa_npu_uptim": 15, "furiosa_npu_error": 15, "\uac10\uc9c0\ub41c": 15, "\uc5d0\ub7ec\uc758": 15, "furiosa_npu_hw_temperatur": 15, "mc": 15, "furiosa_npu_hw_pow": 15, "\uc21c\uac04": 15, "\uc804\ub825\uc0ac\uc6a9\ub7c9": 15, "\u00b5w": 15, "furiosa_npu_hw_voltag": 15, "\uc804\uc555": 15, "mv": 15, "furiosa_npu_hw_curr": 15, "\uc804\ub958": 15, "ma": 15, "\uc751\uc6a9\uc5d0\uc11c": 16, "\uc9c0\uc5f0\uc2dc\uac04\uacfc": 16, "\uc131\ub2a5\uc740": 16, "\uc694\uc18c\uc774\ub2e4": 16, "\uac1c\ubc1c\uc790\ub098": 16, "ml": [16, 17], "\uc5d4\uc9c0\ub2c8\uc5b4\uac00": 16, "\uc774\ud574\ud558\uace0": 16, "\ubcd1\ubaa9\uc9c0\uc810\uc744": 16, "\ubd84\uc11d\uc740": 16, "\uc2dc\ud0a4\uace0": 16, "\uce21\uc815\ud55c": 16, "structur": 16, "\ud06c\ub86c": 16, "\uc6f9\ube0c\ub77c\uc6b0\uc838": 16, "web": 16, "browser": 16, "event": 16, "\uc0dd\uc131\uc740": 16, "\uce21\uc815\ud558\uace0": 16, "\uc4f0\uae30": 16, "\ub54c\ubb38\uc5d0": 16, "\uc791\uc9c0\ub9cc": 16, "\uc624\ubc84\ud5e4\ub4dc\ub97c": 16, "\uc124\uc815\uc73c\ub85c\ub294": 16, "\ud2b8\ub808\uc774\uc2a4\ub97c": 16, "furiosa_profiler_output_path": 16, "\uc4f0\uc5ec\uc9c8": 16, "\ud558\uba74": 16, "\uc791\uc131\ub41c": 16, "\uc804\ud600": 16, "\ubcc0\uacbd\ud558\uc9c0": 16, "\ud65c\uc131\ud654\ud560": 16, "\uc788\ub2e4\ub294": 16, "\uc7a5\uc810\uc774": 16, "\ubc18\uba74": 16, "\uce21\uc815\ud558\uae30": 16, "\uc708\ud558\ub294": 16, "\uad6c\uac04\uc774\ub098": 16, "\uce21\uc815": 16, "\uc5f0\uc0b0\uc758": 16, "\uce74\ud14c\uace0\ub9ac\ub97c": 16, "\uc138\ubc00\ud558\uac8c": 16, "\uc5c6\ub2e4\ub294": 16, "\ud55c\uacc4\uac00": 16, "git": [16, 17, 20], "clone": [16, 17, 20], "cd": [16, 17, 20], "pwd": 16, "py": 16, "car": 16, "rw": 16, "r": 16, "456493": 16, "jul": 16, "27": 16, "\uc124\uc815\ub41c": 16, "\ud30c\uc77c\uc774": 16, "\uc4f0\uc5ec\uc9c4\ub2e4": 16, "\ube0c\ub77c\uc6b0\uc838\uc5d0\uc11c": 16, "\uc8fc\uc18c\ucc3d\uc5d0\uc11c": 16, "\uc8fc\uc18c\ub97c": 16, "\ubdf0\uc5b4\uac00": 16, "\uc2dc\uc791\ub41c\ub2e4": 16, "\ubdf0\uc5b4\uc5d0\uc11c": 16, "\uc67c\ucabd": 16, "\uc0c1\ub2e8\uc5d0": 16, "\ubc84\ud2bc\uc744": 16, "\ub204\ub974\uace0": 16, "\uc120\ud0dd\ud558\uba74": [16, 17], "\ucf54\ub4dc\uc5d0\uc11c": 16, "context": 16, "\uc815\uc758\ud558\ub294": 16, "\uac83\uc73c\ub85c\ub3c4": 16, "\ube44\uad50\ud558\uc5ec": 16, "\uac00\uc9c4\ub2e4": 16, "\uc778\ud130\ud504\ub9ac\ud130": 16, "jupyt": 16, "notebook\uc640": 16, "\uc778\ud130\ub809\ud2f0\ube0c\ud55c": 16, "\uad6c\uac04\uc5d0": 16, "\ubd99\uc77c": 16, "\uce21\uc815\uc744": 16, "\uce74\ud14c\uace0\ub9ac\uc758": 16, "\uce21\uc815\ud560": 16, "env": 16, "tree": 16, "quantized_model": [16, 20], "imagenet_224x224_mobilenet_v1_uint8_quant": 16, "awar": 16, "trained_dm_1": 16, "0_without_softmax": 16, "open": 16, "mobilenet_v1_trac": 16, "\uc704\ub294": 16, "\ud65c\uc6a9\ud55c": 16, "\ucf54\ub4dc\uac00": 16, "\ub098\uba74": [16, 17, 20], "mnist_trac": 16, "\uc0dd\uc131\ub418\uba70": 16, "\uadf8\ub9bc\uacfc": 16, "\ubd99\ub294\ub2e4": 16, "\uc7a5\uc2dc\uac04": 16, "\ud2b8\ub808\uc774\uc2a4\ud558\ub294": 16, "\uac83\uc740": [16, 17], "\ubb38\uc81c\uc810\ub4e4\uc744": 16, "\uc57c\uae30\ud560": 16, "\uacb0\uacfc\ubb3c": 16, "\uc800\uc7a5\uc744": 16, "\ub514\uc2a4\ud06c": 16, "\uacf5\uac04\uc774": 16, "\ud544\uc694\ud574\uc9c0\uace0": 16, "\uacf5\uc720\uac00": 16, "\uc5b4\ub824\uc6cc\uc9c4\ub2e4": 16, "\uc2dc\uac01\ud654\ud588\uc744": 16, "\uad00\ucc30\ud558\uace0\uc790": 16, "\uc791\uc5c5\ub4e4\uc744": 16, "\uc2dd\ubcc4\ud558\uae30": 16, "\uc5b4\ub824\uc6cc\uc9c0\uace0": 16, "\ubcc4\ub3c4\ub85c": 16, "\ud30c\uc2f1": 16, "\uc791\uc5c5\uc774": 16, "\uc0dd\uc131\uc5d0": 16, "\uc2dc\uac04\uc774": 16, "\uc18c\uc694\ub41c\ub2e4": 16, "\ud574\uacb0\ud558\uae30": 16, "\uc77c\uc2dc\uc801\uc73c\ub85c": 16, "\ud504\ub85c\ud30c\uc77c\ub9c1\ud558\uae30": 16, "\uc6d0\uce58": 16, "\uc81c\uc678\ud568\uc73c\ub85c\uc368": 16, "\ucd5c\uc18c\ud560": 16, "\uc608\uc81c\ub85c": 16, "\uc0ac\uc774\uc758": 16, "\ucd94\ub860\ub4e4\uc5d0": 16, "\ud2b8\ub808\uc774\uc2a4\ub294": 16, "\uc0dd\uc131\ub418\uc9c0": 16, "dure": 16, "warmup": 16, "assert": 16, "len": 16, "format\uc73c\ub85c": 16, "\ub9ce\uc774": 16, "pandas\uc758": 16, "dataframe\uc73c\ub85c": 16, "\ud45c\ud604\ud558\uace0": 16, "format\uacfc": 16, "interpret": 16, "notebook": 16, "interact": 16, "shell\uc5d0\uc11c": 16, "dataframe\uc5d0": 16, "\uc811\uadfc\ud558\uc5ec": 16, "print_summari": 16, "print_infer": 16, "print_npu_execut": 16, "print_npu_oper": 16, "print_external_oper": 16, "\ud615\uc2dd\uc744": 16, "pandasdataframe\uc73c\ub85c": 16, "\ub77c\uc778\uc774": 16, "\uc2e4\ud589\ub418\uba74": 16, "\uc694\uc57d": 16, "1584494": 16, "3027309": 16, "2136984": 16, "median": 16, "1968066": 16, "2752525": 16, "2889917": 16, "2944874": 16, "2999831": 16, "3024561": 16, "\uc18c\uc694\ub41c": 16, "span_id": 16, "7cf3d3b7439cf4c3fac1a47998783102": 16, "403ada67f1d8220": 16, "16d65f6f8f1db256d0f39953855dea72": 16, "78b065c19c3675ef": 16, "2111363": 16, "d0534e3a9f19edadab81954ad28ab44f": 16, "9a7addaf0f28c9f": 16, "1824769": 16, "70512188522f45b87cfe4f545de3cf2c": 16, "c75f697f8e72d333": 16, "pe_index": 16, "execution_index": 16, "iowait": 16, "8f6fce6c0e52b4735cae3379732a0943": 16, "3e1e4a76523cbf89": 16, "119145": 16, "108134": 16, "18446744073709540605": 16, "195366613b1da9b0350c0a3c2a608f42": 16, "07dff2e92172fabd": 16, "119363": 16, "18446744073709540387": 16, "3b65b8fa3eabfaf8f815ec9f41fcc7d9": 16, "639a366a7f932a23": 16, "119157": 16, "18446744073709540593": 16, "e48825df32a07e5559f7f50048c08e1f": 16, "ecaab4915bfda725": 16, "119219": 16, "18446744073709540531": 16, "average_elaps": 16, "lowlevelconv2d": 16, "5327": 16, "60": 16, "lowleveldepthwiseconv2d": 16, "1412": 16, "285714": 16, "lowlevelpad": 16, "575": 16, "785714": 16, "lowleveltranspos": 16, "250": 16, "lowlevelreshap": 16, "240": 16, "lowlevelslic": 16, "lowlevelexpand": 16, "\uc2e4\ud589\ub41c": 16, "\ub4e4\uc5d0\uc11c": 16, "operator_index": 16, "e7ab6656cc090a8d05992a9e4683b8b7": 16, "206a1d6f351ca4b1": 16, "136285": 16, "03636fd6c7dbc42f0a9dd29a7283d3fc": 16, "f636740983e095a6": 16, "133350": 16, "c9a0858f7e0885a976f51c6cb57d3e0f": 16, "bb6c84f88e453055": 16, "44775": 16, "8777c67ad9fe597139bbd6970362c2fc": 16, "63bac982c7b98aba": 16, "14682": 16, "98aeba2a25b0525166b6a4065ab01774": 16, "34ccd560571d733f": 16, "45465": 16, "420525dc13ba9624083e0a276f7ee718": 16, "9f6d342da5eb86bc": 16, "152748": 16, "cb67393f6949bbbb396053c1e00931ff": 16, "2d724fa6ab8ca024": 16, "67140": 16, "00424b4f02039ae0ca98388a964062b0": 16, "a5fb9fbd5bffe6a6": 16, "32388": 16, "d7412c59d360067e8b7a2508a30d1079": 16, "8e426d778fa95722": 16, "71736": 16, "6820acf9345c5b373c512f6cd5edcbc7": 16, "2d787c2df381f010": 16, "311310": 16, "84d24b02a95c63c3e40f7682384749e4": 16, "1236a974a619ff1a": 16, "51930": 16, "8d25dff1cfd6624509cbf95503e93382": 16, "673efb3bfb8deac6": 16, "12362": 16, "4cc60ec1eee7d9f3cdd290d07b303a18": 16, "e7903b0a584d6388": 16, "56736": 16, "c5f04d9fea26e5b52c6ec5e5406775fc": 16, "701118dabd065e6f": 16, "265447": 16, "c5fdfb9cf454da130148e8e364eeee93": 16, "5cf3750def19c6e8": 16, "35869": 16, "e1e650d23061140404915f1df36daf9c": 16, "ddd76ff19b5cd713": 16, "14688": 16, "\ub77c\uc778\uc744": 16, "\uc811\uadfc\ud558\uace0": 16, "487": 16, "f3b158734e3684f2e043ed41309c4c2d": 16, "11204385": 16, "\uc791\uc131\ud558\uae30": 17, "\ud0a4\ud2b8\uc774\ub2e4": 17, "\uc560\ud50c\ub9ac\ucf00\uc774\uc158": 17, "\uac1c\ubc1c\uc5d0": 17, "\ubd84\uc57c\uc5d0\uc11c": 17, "\ub110\ub9ac": 17, "\uc0dd\ud0dc\uacc4\uc758": 17, "\ub3c4\uad6c\uc640": 17, "\ud504\ub808\uc784\uc6cc\ud06c\ub4e4\uc744": 17, "\ubaa8\ub4c8\ub85c": 17, "\uad6c\uc131\ub418\uba70": 17, "\uad6c\uc131\uc740": 17, "\ubc84\uc804\uc758": [17, 20], "\ud544\uc694\ud558\uace0": 17, "\uc54a\uac70\ub098": 17, "\uad6c\uc131\uc5d0": 17, "\uc775\uc219\ud558\ub2e4\uba74": 17, "\uc7a5\uc744": 17, "\uc2dc\uc2a4\ud15c\uc5d0": [17, 20], "\uc874\uc7ac\ud558\uc9c0": 17, "\ubbf8\ub9cc\uc758": 17, "python\uc744": 17, "\uc911\uc5d0": 17, "\ud658\uacbd\uc744": [17, 22], "\uad8c\uc7a5": 17, "conda": 17, "\uc5b4\ud50c\ub9ac\ucf00\uc774\uc158\ub9cc\uc744": 17, "\ud574\uc900\ub2e4": 17, "\uc885\uc885": 17, "\ubb38\uc81c\ub098": 17, "\ud53c\ud560": 17, "\uad6c\uc131\ud55c\ub2e4": 17, "\ud658\uacbd\uacfc": 17, "\ucda9\ub3cc\uc774": 17, "\uc6b0\ub824\ub418\uc9c0": 17, "\uc120\ud0dd\ud560": 17, "conda\ub294": 17, "\uad6c\uc131\ud558\uac8c": 17, "conda\uc5d0": 17, "\uc790\uc138\ud788": 17, "\uc54c\uace0": 17, "sh": 17, "miniconda3": 17, "\ubb3c\uc5b4\ubcf4\ub294": 17, "\ubaa8\ub450": 17, "ye": 17, "wget": 17, "repo": 17, "anaconda": 17, "miniconda": 17, "bashrc": 17, "\uad6c\uc131\ud558\uace0": 17, "\ud544\uc694\ud560": 17, "9\ub97c": 17, "\uc774\ub984\uc73c\ub85c": 17, "\uc0dd\uc131\ud558\uc790": 17, "\ud658\uacbd\uc740": 17, "\ud65c\uc131\ud654\ub41c\ub2e4": 17, "\ub418\uace0": 17, "\ud658\uacbd\uc758": [17, 22], "\ub05d\ub0b4\uace0": 17, "\uc2f6\uc740": 17, "deactiv": 17, "\uc5b8\uc81c\ub4e0\uc9c0": 17, "\uc124\uce58\ud588\ub358": 17, "\ud328\ud0a4\uc9c0\ub294": 17, "\uc124\uce58\ud558\uc9c0": 17, "\uc54a\uc544\ub3c4": 17, "\uc124\uce58\ub418\uc5c8\ub294\uc9c0": 17, "\uc124\uce58\ud558\uae30\uc5d0": 17, "\uc55e\uc11c": 17, "python\uc758": 17, "\ud574\uc57c\ud55c\ub2e4": 17, "\uc18c\uc2a4": 17, "\uc800\uc7a5\uc18c\uc5d0": 17, "\uc5c5\ub85c\ub4dc": 17, "\uc788\uc5b4": 17, "\uac01\uac01\uc758": 17, "\ud29c\ud1a0\ub9ac\uc5bc": 17, "\ucc38\uace0\ud558\ub77c": 17, "\ucd94\uac00\uc801\uc778": 17, "\ud615\ud0dc\ub85c": 17, "\uace8\ub77c": 17, "\uac04\uc5d0": 17, "\ud638\ud658\uc5ec\ubd80\ub97c": 17, "\uc18c\uc2a4\ucf54\ub4dc\ub97c": [17, 20], "\uc21c\uc11c\ub85c": 17, "\uc124\uce58\ud558\uace0\uc790": 17, "\uc21c\uc11c\uc5d0": 17, "\ub9b4\ub9ac\uc2a4\ubd80\ud130": 17, "\uc0ac\uc6a9\ud558\uace0\uc790": 17, "\uc544\ud0a4\ud14d\uccd0\uc640": 17, "\ud6c8\ub828\ub41c": 17, "\ubaa8\ub4c8": 17, "\ud328\ud0a4\uc9c0\ub2e4": 17, "\ubcc0\ud658\ud558\uae30": 17, "\uc9d1\ud569\uc744": 17, "npu\ub85c": 17, "\uac00\uc18d\ud558\uc5ec": 17, "\ubaa8\uc758\ub85c": 17, "8bit": 18, "\ud0c0\uc785": 18, "\uc9c0\uc6d0\ud558\uae30": 18, "fp16": 18, "fp32": 18, "\ubcc0\ud658\ud558\ub294": 18, "\uc591\uc790\ud654\ub780": 18, "\ub192\uc774\uac70\ub098": 18, "\ud558\ub4dc\uc6e8\uc5b4\ub97c": 18, "\uac00\uc18d\ud558\uae30": 18, "\ubcf4\ud3b8\uc801\uc778": 18, "\uae30\uc220\ub85c": 18, "sdk\uc5d0\uc11c": 18, "\ub354\uc6b1": 18, "\ubc29\uc2dd\uc740": 18, "bit": 18, "\uae30\ubc18\uc774\uba70": 18, "\ub530\ub978\ub2e4": [18, 22], "\uadf8\ub9bc\uc5d0\uc11c": 18, "\ud45c\ud604\ub41c": 18, "\ubc14\uc640": 18, "3\ub2e8\uacc4\ub97c": 18, "\uadf8\ub798\ud504": 18, "\uacfc\uc815\uc5d0\uc11c\ub294": 18, "\uc800\ud558\ub97c": 18, "\ucd5c\uc18c\ud654\ud558\uba74\uc11c": 18, "\uad6c\uc870\ub97c": 18, "\ucd94\uac00\ud558\uac70\ub098": 18, "\ub300\uccb4\ud558\uc5ec": 18, "\uadf8\ub798\ud504\uc758": 18, "\uc704\uc0c1\uad6c\uc870\ub97c": 18, "\ubcc0\uacbd\ud55c\ub2e4": 18, "\uac00\uc911\uce58\ub97c": 18, "\ubcf4\uc815\ud558\uba70": 18, "\ud559\uc2b5\ud560": 18, "\uc0ac\uc6a9\ud588\ub358": 18, "\ub370\uc774\ud130\uac00": 18, "\ud45c\ub294": 18, "quantizer\uc640": 18, "\uc591\uc790\ud654\ud558\uace0": 18, "\ube44\uad50\ud55c": 18, "fp": 18, "method": [18, 20], "convnext": 18, "85": 18, "80": 18, "376": 18, "mse": 18, "678": 18, "b0": 18, "77": 18, "698": 18, "669": 18, "efficientnetv2": 18, "84": 18, "228": 18, "83": 18, "566": 18, "214": 18, "76": 18, "456": 18, "702": 18, "retinanet": 18, "map": 18, "3757": 18, "37373": 18, "symmetr": 18, "476": 18, "23": 18, "23215": 18, "21626": 18, "108": 18, "yolox": [18, 21], "497": 18, "48524": 18, "634": 18, "490": 18, "47443": 18, "96": 18, "822": 18, "454": 18, "43963": 18, "sqnr": 18, "835": 18, "api\uc640": 18, "\uc778\ud37c\ub7f0\uc2a4": [18, 21], "\uc900\ube44\ub41c": 20, "\ud1b5\ud558\ub294": 20, "\uc77c\ubc18\uc801\uc774\ub2e4": 20, "\uc774\ub7f0": 20, "\uc720\uc2a4\ucf00\uc774\uc2a4\ub97c": 20, "\ubaa8\ub378\ub97c": 20, "\uc11c\ubc84\ub85c": 20, "\ud544\uc694\ud558\ub2e4\uba74": 20, "\uc2e4\ud589\ud574\uc8fc\uc138\uc694": 20, "github\uc5d0\uc11c": 20, "\uc18c\uc2a4\ub97c": 20, "\ub2e4\uc6b4\ubc1b\uc544": 20, "\ub3c4\uc6c0\ub9d0\uc744": 20, "level": 20, "debug": 20, "loglevel": 20, "text": 20, "support": [20, 22], "url": 20, "ip": 20, "address": 20, "bind": 20, "port": 20, "integ": 20, "listen": 20, "8080": 20, "zsh": 20, "fish": 20, "powershel": 20, "pwsh": 20, "shell": 20, "copi": 20, "messag": 20, "exit": 20, "\uc11c\ube59\uc740": 20, "\uc774\ubbf8\uc9c0\uc758": 20, "\ud328\uc2a4\uc640": 20, "\ud3ec\ud2b8\ub85c": 20, "\uc694\uccad\uc744": 20, "\ub300\uae30\ud558\uae30": 20, "\uc635\uc158\uc774\ub098": 20, "\uc11c\ube59\uc5d0": 20, "\ubc18\ubcf5\uc801\uc73c\ub85c": 20, "model_config_list": 20, "sampl": 20, "mnistnet_uint8_qu": 20, "platform": 20, "compiler_config": 20, "keep_unsigned": 20, "split_unit": 20, "ssd512_mobilenet_v2_bdd_int_without_reshap": 20, "\uc900\ube44\ud55c": 20, "\ud328\uc2a4\ub97c": 20, "\uc2e4\ud589\uc744": 20, "\ud544\uc694\ud55c\ub370": 20, "\ub514\ub809\ud1a0\ub9ac\uc5d0\uc11c": 20, "\uc2e4\ud589\ud574\ubcfc": 20, "model_config_exampl": 20, "20230509151914": 20, "axpfej": 20, "e626c458c": 20, "19t13": 20, "26z": 20, "09t06": 20, "14": 20, "560585z": 20, "565216z": 20, "d063sw": 20, "591795z": 20, "595298z": 20, "1184080": 20, "startup": 20, "press": 20, "quit": 20, "\uc2dc\uc791\ub418\uace0": 20, "\ubcf4\ub0b4": 20, "\ud574\ubcfc": 20, "\uc124\uc815\uc5d0\uc11c": 20, "\ubcf4\ub0bc": 20, "\ubcf4\ub0b4\uba74": 20, "\ubcf4\ub0b4\ub294": 20, "mnist_imag": 20, "train_imag": 20, "60000": 20, "astyp": 20, "localhost": [20, 22], "tolist": 20, "datatyp": 20, "\ud14c\uc774\ube14\uc740": 20, "\uc815\ubcf4\uc774\ub2e4": [20, 22], "\ub530\ub974\uace0": 20, "\ub9c1\ud06c\uc5d0\uc11c": 20, "health": 20, "live": [20, 22], "\uc0c1\ud0dc\uba74": 20, "ok": 20, "\ub9ac\ud134": 20, "livenessprobe\uc5d0": 20, "\ub418\uba74": 20, "readinessprobe\uc5d0": 20, "model_nam": 20, "model_vers": 20, "\ubc18\ud658": 20, "\ub418\uc5c8\ub2e4\uba74": 20, "\uae30\ud0c0": 21, "\uac00\uc0c1\ud654\ub97c": 22, "\uc608\uc2dc\uc5d0\uc11c\ub294": 22, "\uac00\uc815\ud558\uace0": 22, "\uc788\uc9c0\ub9cc": 22, "\uac00\uc0c1\ud654": 22, "cento": 22, "\uac8c\uc2a4\ud2b8": 22, "qemu": 22, "kvm": 22, "bios\uc5d0": 22, "iommu\ub97c": 22, "\ube44\ub86f\ud55c": 22, "vt": 22, "x": 22, "\ud65c\uc131\ud654\ub418\uc5b4": 22, "kvm\uacfc": 22, "libvirt": 22, "virt": 22, "iommu\uc758": 22, "bios\uc5d0\uc11c": 22, "iommu\uac00": 22, "\ud65c\uc131\ud654\ub418\uc5b4\uc788\ub294\uc9c0": 22, "dmesg": 22, "dmar": 22, "iommu": 22, "\uc218\ud589\ud558\uc5ec": 22, "iommu\uc640": 22, "\uba54\uc2dc\uc9c0\uac00": 22, "\ud655\uc778\ub418\uc9c0": 22, "\ubc14\uc774\uc624\uc2a4": 22, "\uba54\uc778\ubcf4\ub4dc\uc758": 22, "\uc81c\uc870\uc0ac\uc758": 22, "\uac00\uc774\ub4dc\uc5d0": 22, "grub\uc5d0": 22, "grub_cmdline_linux": 22, "grub": 22, "cpu\uc758": 22, "\uae30\uc7ac\ub41c": 22, "\uba85\ub839\ud589\uc5d0": 22, "intel_iommu": 22, "amd": 22, "amd_iommu": 22, "\ucd94\uac00\ud558\uace0": 22, "\uc801\uc6a9": 22, "\uc7ac\ubd80\ud305\ud55c\ub2e4": 22, "legaci": 22, "bio": 22, "boot": 22, "mode\uc778": 22, "grub2": 22, "mkconfig": 22, "cfg": 22, "uefi": 22, "efi": 22, "linux_distrib": 22, "vfio": 22, "\ubaa8\ub4c8\uc758": 22, "lsmod": 22, "\ubaa8\ub4c8\uc774": 22, "vfio_pci": 22, "61440": 22, "vfio_virqfd": 22, "16384": 22, "vfio_iommu_type1": 22, "36864": 22, "irqbypass": 22, "modprob": 22, "\ud65c\uc131\ud654\ud55c\ub2e4": 22, "\ud65c\uc131\ud654\ub97c": 22, "\uc900\ube44": 22, "\ud658\uacbd\uc778\uc9c0": 22, "virtual": 22, "assign": 22, "kernel": 22, "\ud56d\ubaa9\ub4e4\uc774": 22, "pass\ub85c": 22, "\ud45c\uc2dc\ub418\uba74": 22, "\uc808\ucc28\uac00": 22, "\uc644\ub8cc\ub418\uc5c8\uc74c\uc744": 22, "lspci": 22, "nd": 22, "1200": 22, "fursioaai\uc758": 22, "id\uc774\ub2e4": 22, "\ubd80\uc5ec\ub41c": 22, "bdf\ub97c": 22, "\uc608\uc81c\uc5d0\uc11c\ub294": 22, "dd": 22, "\ud1b5\ud574\uc11c\ub3c4": 22, "\uc788\uc73c\ub098": 22, "id\uac00": 22, "\ucd5c\uc2e0\ud654\ub418\uc9c0": 22, "\uc54a\uc558\uc744": 22, "inc": 22, "\ud45c\uc2dc\ub41c\ub2e4": 22, "pciid": 22, "id\ub97c": 22, "\uac31\uc2e0\ud560": 22, "\ubb34\uad00\ud558\uba70": 22, "\uc7a5\ucc29": 22, "\uc778\uc2dd\ub418\uc5c8\ub2e4\uba74": 22, "virsh": 22, "nodedev": 22, "pci_0000_01_00_0": 22, "4\uc5d0\uc11c": 22, "\ud655\uc778\ud55c": 22, "bdf\uc5d0": 22, "\ub300\uc751\ub418\ub294": 22, "\ubaa9\ub85d\uc5d0\uc11c": 22, "\uba38\uc2e0\uc744": 22, "os\ub294": 22, "ubuntu\ub97c": 22, "vm": 22, "variant": 22, "ubuntu20": 22, "vcpu": 22, "4096": 22, "iso": 22, "casper": 22, "vmlinuz": 22, "initrd": 22, "network": 22, "bridg": 22, "br0": 22, "virtio": 22, "disk": 22, "graphic": 22, "\uac12\uc744": 22, "5\uc5d0\uc11c": 22, "\uac12\uc73c\ub85c": 22, "\uc804\ub2ec\ud55c\ub2e4": 22, "\uc811\uc18d\ud558\uc5ec": 22, "os\ub97c": 22, "\uc644\ub8cc\ub41c": 22, "\uc811\uadfc\ud55c\ub2e4": 22, "\uc778\uc2dd\ub418\ub294\uc9c0": 22, "\ubb38\uc11c\uc758": 22, "\uc9c0\uce68\uc744": 22, "\ub530\ub974\uba74": 22}, "objects": {}, "objtypes": {}, "objnames": {}, "titleterms": {"\ubc84\uadf8": 0, "\uc2e0\uace0": 0, "furiosaai": [1, 2, 14, 17], "npu": [1, 2, 3, 5, 12, 13, 15, 22], "\ubc0f": [1, 4, 5, 10, 13, 17, 21], "sdk": [1, 6, 7, 10, 13, 14, 17], "\ubb38\uc11c": [1, 2, 19], "softwar": 1, "\ud29c\ud1a0\ub9ac\uc5bc": [1, 21], "\ucf54\ub4dc": [1, 8, 21], "\uc608\uc81c": [1, 21], "\uc11c\ube59": [1, 4, 5, 6, 8, 20], "\ubc30\ud3ec": [1, 15], "mlop": 1, "\ub808\ud37c\ub7f0\uc2a4": [1, 19], "\uae30\ud0c0": 1, "\ub9c1\ud06c": 1, "warboi": 2, "warboy\uc758": 2, "\ud558\ub4dc\uc6e8\uc5b4": 2, "\uc2a4\ud399": 2, "hardwar": 2, "specif": 2, "\uc131\ub2a5": [2, 4, 7, 16], "\uad00\ub828": [2, 8, 9], "\uac00\uc18d": 3, "\uc9c0\uc6d0": [3, 5, 14, 15, 22], "\uc5f0\uc0b0\uc790": 3, "\ubaa9\ub85d": [3, 15, 17], "releas": [4, 5, 6, 7, 8, 9], "note": [4, 5, 6, 7, 8, 9], "0": [4, 5, 6, 7, 8, 9], "10": 4, "\ucef4\ud3ec\ub10c\ud2b8": [4, 7, 8, 9], "\ubc84\uc804": [4, 7, 8, 9, 13], "\uc815\ubcf4": [4, 7, 8, 9, 20], "\uc124\uce58": [4, 8, 9, 10, 11, 13, 15, 17, 20], "\ub610\ub294": [4, 8, 9], "\uc5c5\uadf8\ub808\uc774\ub4dc": [4, 6, 7, 8, 9], "\ubc29\ubc95": [4, 6, 7, 8, 9, 13], "\uc8fc\uc694": [4, 6, 7, 8, 9], "\ubcc0\uacbd": [4, 6, 7, 8, 9], "\uc0ac\ud56d": [4, 6, 7, 8, 9, 17], "\ucc28\uc138\ub300": 4, "\ub7f0\ud0c0\uc784": [4, 13, 14], "\uc5d4\uc9c4": 4, "furiosart": 4, "\ub3c4\uc785": [4, 5, 7], "\uac1c\uc120": [4, 5, 7, 8, 9], "\ud504\ub808\uc784\uc6cc\ud06c": [4, 5, 8, 20], "\ubaa8\ub378": [4, 8, 9, 11, 14, 18, 20], "\uc11c\ubc84": [4, 13, 14, 20], "\uc591\uc790\ud654": [4, 7, 8, 9, 14, 18], "\ub3c4\uad6c": [4, 5, 7, 8, 9, 11], "quantiz": [4, 6, 8, 9, 14, 17, 18], "tool": [4, 8, 9], "\ucef4\ud30c\uc77c\ub7ec": [4, 5, 6, 7, 9, 12, 14], "\ud504\ub85c\ud30c\uc77c\ub7ec": [4, 8, 16], "profil": 4, "furiosa": [4, 5, 6, 7, 8, 9, 11, 12, 13], "litmu": [4, 11, 17], "bench": [4, 11], "\uba85\ub839\ud589": [4, 11], "\ucd94\uac00": [4, 6, 8, 13, 17], "toolkit": [4, 8, 9, 11], "5": [5, 15], "session": 5, "api": [5, 7, 8, 14, 17, 18], "\uc5d0\ub7ec": 5, "\uc9c4\ub2e8": 5, "\uba54\uc2dc\uc9c0": 5, "\ud578\ub4e4\ub9c1": 5, "server": [5, 14, 17], "\ud328\ud0a4\uc9c0": [5, 13, 17], "model": [5, 8, 12, 14, 17], "\uba85\ub839\ud615": 5, "\uad00\ub9ac": 5, "furiosactl": [5, 11], "kubernet": [5, 14, 15], "6": 6, "python": [6, 7, 14, 17], "serv": 6, "fastapi": 6, "\uae30\ubc18\uc758": 6, "\uace0\uae09": 6, "\ub77c\uc774\ube0c\ub7ec\ub9ac": 6, "7": 7, "\ub354": 7, "\ub9ce\uc740": 7, "\uc5f0\uc0b0\uc790\uac00": 7, "\uac00\uc18d\ub418\ub3c4\ub85d": 7, "\uce90\uc2dc": 7, "\ud78c\ud2b8": 7, "\ud504\ub85c\ud30c\uc77c\ub9c1": [7, 16], "devic": [7, 15], "plugin\uc758": 7, "\ud30c\uc77c": 7, "\uae30\ubc18": 7, "\uc124\uc815": [7, 12, 13, 15], "model\uc5d0": 7, "block": 7, "8": 8, "zoo": 8, "\ub124\uc774\ud2f0\ube0c": 8, "\ud6c4\ucc98\ub9ac": 8, "9": 9, "support": 9, "calibr": 9, "method": 9, "c": [10, 14], "\uc0ac\uc6a9": [10, 17], "\uac00\uc774\ub4dc": [10, 13, 17], "sdk\ub97c": 10, "\uc774\uc6a9\ud55c": [10, 16, 17, 20], "\ucef4\ud30c\uc77c": 10, "info": 11, "list": 11, "p": 11, "top": 11, "experiment": 11, "field": 11, "\ubca4\uce58\ub9c8\ud06c": 11, "compil": [11, 12, 14], "\ud638\ud658\uc131": 11, "\uac80\uc0ac": 11, "target": 12, "optim": 12, "batch": 12, "size": 12, "well": 12, "known": 12, "enf": 12, "\ud30c\uc77c\uc758": 12, "\ud65c\uc6a9": 12, "\uce90\uc26c": 12, "cach": 12, "fc_cache_lifetim": 12, "\uac12\uc5d0": 12, "\ub530\ub978": 12, "\ub3d9\uc791": [12, 18], "\ub4dc\ub77c\uc774\ubc84": [13, 14], "\ud38c\uc6e8\uc5b4": [13, 14], "\uc124\uce58\ub97c": 13, "\uc704\ud55c": 13, "\ucd5c\uc18c": 13, "\uc694\uad6c\uc0ac\ud56d": 13, "apt": 13, "\ud544\uc218": 13, "\uc720\uc800\ub97c": 13, "\uadf8\ub8f9\uc5d0": 13, "\uc124\uce58\ub41c": 13, "\uace0\uc815": 13, "\ud574\uc81c": 13, "\ud2b9\uc815": 13, "\uc5c5\ub370\uc774\ud2b8": 13, "\uc18c\ud504\ud2b8\uc6e8\uc5b4": 14, "\uc2a4\ud0dd": 14, "\uc18c\uac1c": 14, "\ucee4\ub110": 14, "\uc7a5\uce58": 14, "kernel": 14, "driver": 14, "firmwar": 14, "runtim": [14, 17], "sdk\uc640": 14, "1": 15, "\ub178\ub4dc": 15, "\uc900\ube44": 15, "2": [15, 20], "node": 15, "featur": 15, "discoveri": 15, "3": 15, "plugin": 15, "metric": 15, "export": 15, "label": 15, "k8": 15, "\uc778\uc790": 15, "4": 15, "npu\uc640": 15, "\ud568\uaed8": 15, "pod": 15, "\ubaa8\ub2c8\ud130\ub9c1": 15, "\uc218\uc9d1": 15, "\ud56d\ubaa9": 15, "\ud2b8\ub808\uc774\uc2a4": 16, "\ubd84\uc11d": 16, "trace": 16, "analysi": 16, "\ud658\uacbd": [16, 17, 22], "\ubcc0\uc218\ub97c": 16, "\ud1b5\ud55c": 16, "\ucee8\ud14d\uc2a4\ud2b8\ub97c": 16, "\ucee8\ud14d\uc2a4\ud2b8\uc758": 16, "\uc77c\uc2dc\uc801": 16, "\uc911\ub2e8": 16, "\uc7ac\uac1c": 16, "panda": 16, "dataframe\uc744": 16, "\uc0ac\uc804": 17, "\uc694\uad6c": 17, "\uc2e4\ud589": [17, 20], "\uad6c\uc131": 17, "conda\ub97c": 17, "\ub3c5\ub9bd\ub41c": 17, "\uc0dd\uc131": 17, "\ud65c\uc131\ud654": 17, "linux": 17, "\ud328\ud0a4\uc9c0\ub97c": 17, "legaci": 17, "\ubc29\uc2dd": 18, "\ubaa8\ub378\uc758": 18, "\uc815\ud655\ub3c4": 18, "accuraci": 18, "\uc124\uc815\uc744": 20, "\uc5d4\ub4dc\ud3ec\uc778\ud2b8": 20, "endpoint": 20, "kserv": 20, "predict": 20, "protocol": 20, "version": 20, "\uac00\uc0c1": 22, "\uba38\uc2e0": 22, "\uba38\uc2e0\uc5d0": 22, "\uc5f0\uacb0": 22, "pci": 22, "pass": 22, "through": 22, "\uc608\uc2dc": 22, "\uc120\ud589\uc870\uac74": 22, "\uc791\uc5c5": 22, "\uc808\ucc28": 22}, "envversion": {"sphinx.domains.c": 2, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 8, "sphinx.domains.index": 1, "sphinx.domains.javascript": 2, "sphinx.domains.math": 2, "sphinx.domains.python": 3, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx": 57}, "alltitles": {"\ubc84\uadf8 \uc2e0\uace0": [[0, "bugreport"]], "FuriosaAI NPU \ubc0f SDK \ubb38\uc11c": [[1, "furiosaai-npu-sdk-release"]], "FuriosaAI NPU": [[1, "furiosaai-npu"], [2, "furiosaai-npu"]], "FuriosaAI Software": [[1, "furiosaai-software"]], "FuriosaAI SDK \ud29c\ud1a0\ub9ac\uc5bc \ubc0f \ucf54\ub4dc \uc608\uc81c": [[1, "furiosaai-sdk"]], "\uc11c\ube59, \ubc30\ud3ec, MLOps": [[1, "mlops"]], "\ub808\ud37c\ub7f0\uc2a4 \ubb38\uc11c": [[1, "id1"], [19, "id1"]], "\uae30\ud0c0 \ub9c1\ud06c": [[1, "id3"]], "FuriosaAI Warboy": [[2, "furiosaai-warboy"]], "FuriosaAI Warboy\uc758 \ud558\ub4dc\uc6e8\uc5b4 \uc2a4\ud399": [[2, "id1"]], "Warboy Hardware Specification": [[2, "id5"]], "FuriosaAI Warboy\uc758 \uc131\ub2a5": [[2, "id2"]], "\uad00\ub828 \ubb38\uc11c": [[2, "id3"]], "NPU \uac00\uc18d \uc9c0\uc6d0 \uc5f0\uc0b0\uc790 \ubaa9\ub85d": [[3, "npu"]], "NPU \uac00\uc18d \uc9c0\uc6d0 \uc5f0\uc0b0\uc790": [[3, "id1"]], "Release Notes - 0.10.0": [[4, "release-notes-0-10-0"]], "\ucef4\ud3ec\ub10c\ud2b8 \ubc84\uc804 \uc815\ubcf4": [[4, "id7"], [7, "id8"], [8, "id7"], [9, "id4"]], "\uc124\uce58 \ub610\ub294 \uc5c5\uadf8\ub808\uc774\ub4dc \ubc29\ubc95": [[4, "id1"], [8, "id1"], [9, "id1"]], "\uc8fc\uc694 \ubcc0\uacbd \uc0ac\ud56d": [[4, "id2"], [6, "id2"], [7, "id2"], [8, "id2"], [9, "id2"]], "\ucc28\uc138\ub300 \ub7f0\ud0c0\uc784 \uc5d4\uc9c4(FuriosaRT) \ub3c4\uc785 \ubc0f \ub7f0\ud0c0\uc784 \uac1c\uc120": [[4, "furiosart"]], "\uc11c\ube59 \ud504\ub808\uc784\uc6cc\ud06c \ubc0f \ubaa8\ub378 \uc11c\ubc84": [[4, "id3"]], "\ubaa8\ub378 \uc591\uc790\ud654 \ub3c4\uad6c(quantization tool) \uac1c\uc120": [[4, "quantization-tool"]], "\ucef4\ud30c\uc77c\ub7ec \uac1c\uc120": [[4, "id4"], [5, "compilerimprovement"], [9, "id3"]], "\uc131\ub2a5 \ud504\ub85c\ud30c\uc77c\ub7ec(Profiler) \uac1c\uc120": [[4, "profiler"]], "furiosa-litmus \uac1c\uc120": [[4, "furiosa-litmus"]], "furiosa-bench \uba85\ub839\ud589 \ub3c4\uad6c \ucd94\uac00": [[4, "furiosa-bench"]], "furiosa-toolkit \uac1c\uc120": [[4, "furiosa-toolkit"], [8, "furiosa-toolkit"], [9, "furiosa-toolkit"]], "Release Notes - 0.5.0": [[5, "release-notes-0-5-0"]], "Session API \uac1c\uc120": [[5, "session-api"]], "\uc5d0\ub7ec \uc9c4\ub2e8 \uba54\uc2dc\uc9c0 \ubc0f \uc5d0\ub7ec \ud578\ub4e4\ub9c1 \uac1c\uc120": [[5, "id2"]], "Furiosa Server (\uc11c\ube59 \ud504\ub808\uc784\uc6cc\ud06c) \ud328\ud0a4\uc9c0 \ub3c4\uc785": [[5, "furiosa-server"]], "Furiosa Model \ud328\ud0a4\uc9c0 \ub3c4\uc785": [[5, "furiosa-model"]], "\uba85\ub839\ud615 NPU \uad00\ub9ac \ub3c4\uad6c: furiosactl \ub3c4\uc785": [[5, "npu-furiosactl"]], "Kubernetes \uc9c0\uc6d0": [[5, "kubernetes"], [14, "kubernetes"], [15, "kubernetes"]], "Release Notes - 0.6.0": [[6, "release-notes-0-6-0"]], "\uc5c5\uadf8\ub808\uc774\ub4dc \ubc29\ubc95": [[6, "id1"], [7, "id1"]], "\ucef4\ud30c\uc77c\ub7ec": [[6, "id3"], [12, "compiler"]], "Quantizer": [[6, "quantizer"], [17, "quantizer"]], "Python SDK": [[6, "python-sdk"]], "Furiosa Serving: FastAPI \uae30\ubc18\uc758 \uace0\uae09 \uc11c\ube59 \ub77c\uc774\ube0c\ub7ec\ub9ac \ucd94\uac00": [[6, "furiosa-serving-fastapi"]], "Release Notes - 0.7.0": [[7, "release-notes-0-7-0"]], "\ub354 \ub9ce\uc740 \uc5f0\uc0b0\uc790\uac00 \uac00\uc18d\ub418\ub3c4\ub85d \ucef4\ud30c\uc77c\ub7ec \uac1c\uc120": [[7, "id3"]], "\ucef4\ud30c\uc77c\ub7ec \uce90\uc2dc \ub3c4\uc785": [[7, "id4"]], "\ucef4\ud30c\uc77c\ub7ec \ud78c\ud2b8 \ub3c4\uc785": [[7, "id5"]], "\uc131\ub2a5 \ud504\ub85c\ud30c\uc77c\ub9c1 \ub3c4\uad6c \ub3c4\uc785": [[7, "id6"]], "Python SDK \uac1c\uc120": [[7, "python-sdk"]], "\uc591\uc790\ud654 \ub3c4\uad6c": [[7, "id7"]], "Device Plugin\uc758 \ud30c\uc77c \uae30\ubc18 \uc124\uc815 \ub3c4\uc785": [[7, "device-plugin"]], "Furiosa Model\uc5d0 blocking API \ub3c4\uc785": [[7, "furiosa-model-blocking-api"]], "Release Notes - 0.8.0": [[8, "release-notes-0-8-0"]], "\uc11c\ube59 \ud504\ub808\uc784\uc6cc\ud06c API \uac1c\uc120": [[8, "api"]], "\ud504\ub85c\ud30c\uc77c\ub7ec \uac1c\uc120": [[8, "id5"]], "\ubaa8\ub378 \uc591\uc790\ud654 \ub3c4\uad6c (quantization tool) \uad00\ub828 \uac1c\uc120": [[8, "quantization-tool"], [9, "quantization-tool"]], "Model Zoo API \uac1c\uc120, \ubaa8\ub378 \ucd94\uac00, \ub124\uc774\ud2f0\ube0c \ud6c4\ucc98\ub9ac \ucf54\ub4dc \ucd94\uac00": [[8, "model-zoo-api"]], "Release Notes - 0.9.0": [[9, "release-notes-0-9-0"]], "Supported Calibration Methods": [[9, "id5"]], "C SDK \uc124\uce58 \ubc0f \uc0ac\uc6a9 \uac00\uc774\ub4dc": [[10, "c-sdk"]], "C SDK \uc124\uce58": [[10, "id1"]], "C SDK\ub97c \uc774\uc6a9\ud55c \ucef4\ud30c\uc77c": [[10, "id2"]], "\uba85\ub839\ud589 \ub3c4\uad6c": [[11, "id1"]], "furiosa-toolkit": [[11, "furiosa-toolkit"]], "furiosa-toolkit \uc124\uce58": [[11, "id2"]], "furiosactl": [[11, "furiosactl"]], "furiosactl info": [[11, "furiosactl-info"]], "furiosactl list": [[11, "furiosactl-list"]], "furiosactl ps": [[11, "furiosactl-ps"]], "furiosactl top (experimental)": [[11, "furiosactl-top-experimental"]], "furiosa top fields": [[11, "id3"]], "furiosa-bench (\ubca4\uce58\ub9c8\ud06c \ub3c4\uad6c)": [[11, "furiosa-bench"]], "furiosa": [[11, "furiosa"]], "furiosa compile": [[11, "furiosa-compile"]], "furiosa litmus (\ubaa8\ub378 \ud638\ud658\uc131 \uac80\uc0ac \ub3c4\uad6c)": [[11, "furiosa-litmus"]], "furiosa-compiler": [[12, "furiosa-compiler"]], "Target NPUs": [[12, "id4"]], "Optimal Batch Size for Well-known Models": [[12, "id5"]], "ENF \ud30c\uc77c\uc758 \ud65c\uc6a9": [[12, "enf"]], "\ucef4\ud30c\uc77c\ub7ec \uce90\uc26c (Compiler Cache)": [[12, "compiler-cache"]], "FC_CACHE_LIFETIME \uc124\uc815 \uac12\uc5d0 \ub530\ub978 \uce90\uc26c \ub3d9\uc791": [[12, "id6"]], "\ub4dc\ub77c\uc774\ubc84, \ud38c\uc6e8\uc5b4, \ub7f0\ud0c0\uc784 \uc124\uce58 \uac00\uc774\ub4dc": [[13, "requiredpackages"]], "SDK \uc124\uce58\ub97c \uc704\ud55c \ucd5c\uc18c \uc694\uad6c\uc0ac\ud56d": [[13, "sdk"]], "APT \uc11c\ubc84 \uc124\uc815": [[13, "apt"]], "\ud544\uc218 \ud328\ud0a4\uc9c0 \uc124\uce58": [[13, "installlinuxpackages"]], "\uc720\uc800\ub97c furiosa \uadf8\ub8f9\uc5d0 \ucd94\uac00": [[13, "furiosa"]], "\uc124\uce58\ub41c \ubc84\uc804 \uace0\uc815 \ubc0f \ud574\uc81c": [[13, "holdingaptversion"]], "\ud2b9\uc815 \ubc84\uc804 \uc124\uce58 \ubc29\ubc95": [[13, "installspecificversion"]], "NPU \ud38c\uc6e8\uc5b4 \uc5c5\ub370\uc774\ud2b8": [[13, "npu"]], "FuriosaAI \uc18c\ud504\ud2b8\uc6e8\uc5b4 \uc2a4\ud0dd \uc18c\uac1c": [[14, "furiosaai"]], "\ucee4\ub110 \uc7a5\uce58 \ub4dc\ub77c\uc774\ubc84(Kernel Driver), \ud38c\uc6e8\uc5b4(Firmware)": [[14, "kernel-driver-firmware"]], "\ucef4\ud30c\uc77c\ub7ec(Compiler)": [[14, "compiler"]], "\ub7f0\ud0c0\uc784(Runtime)": [[14, "runtime"]], "Python SDK\uc640 C SDK": [[14, "python-sdk-c-sdk"]], "\ubaa8\ub378 \uc591\uc790\ud654 API (Quantizer)": [[14, "api-quantizer"]], "\ubaa8\ub378 \uc11c\ubc84(Model Server)": [[14, "model-server"]], "1. NPU \ub178\ub4dc \uc900\ube44": [[15, "npu"]], "2. Node Feature Discovery \uc124\uce58": [[15, "setupnodefeaturediscovery"]], "3. Device Plugin, NPU Feature Discovery, NPU Metrics Exporter \uc124\uce58": [[15, "device-plugin-npu-feature-discovery-npu-metrics-exporter"]], "NPU Node Labels": [[15, "id6"]], "Device Plugin \uc124\uc815": [[15, "device-plugin"]], "k8s-device-plugin \uc778\uc790 \ubaa9\ub85d": [[15, "id7"]], "4. NPU\uc640 \ud568\uaed8 Pod \ubc30\ud3ec": [[15, "npu-pod"]], "5. NPU \ubaa8\ub2c8\ud130\ub9c1": [[15, "id4"]], "npu-metrics-exporter \uc218\uc9d1 \ud56d\ubaa9 \ubaa9\ub85d": [[15, "id10"]], "\uc131\ub2a5 \ud504\ub85c\ud30c\uc77c\ub9c1": [[16, "profiling"]], "\ud2b8\ub808\uc774\uc2a4 \ubd84\uc11d (Trace Analysis)": [[16, "trace-analysis"]], "\ud658\uacbd \ubcc0\uc218\ub97c \ud1b5\ud55c \ud2b8\ub808\uc774\uc2a4": [[16, "profilerenabledbyenv"]], "\ud504\ub85c\ud30c\uc77c\ub7ec \ucee8\ud14d\uc2a4\ud2b8\ub97c \uc774\uc6a9\ud55c \ud2b8\ub808\uc774\uc2a4": [[16, "profilerenabledbycontext"]], "\ud504\ub85c\ud30c\uc77c\ub7ec \ucee8\ud14d\uc2a4\ud2b8\uc758 \uc77c\uc2dc\uc801 \uc911\ub2e8/\uc7ac\uac1c": [[16, "temporarilydisablingprofiler"]], "Pandas DataFrame\uc744 \uc774\uc6a9\ud55c \ud2b8\ub808\uc774\uc2a4 \ubd84\uc11d": [[16, "pandas-dataframe"]], "Python SDK \uc124\uce58 \ubc0f \uc0ac\uc6a9 \uac00\uc774\ub4dc": [[17, "python-sdk"]], "\uc124\uce58 \uc0ac\uc804 \uc694\uad6c \uc0ac\ud56d": [[17, "id1"]], "Python \uc2e4\ud589 \ud658\uacbd \uad6c\uc131": [[17, "python"]], "Conda\ub97c \uc774\uc6a9\ud55c Python \ud658\uacbd \uad6c\uc131": [[17, "conda-python"]], "\ub3c5\ub9bd\ub41c Python \uc2e4\ud589 \ud658\uacbd \uc0dd\uc131 \ubc0f \ud65c\uc131\ud654": [[17, "id2"]], "Linux \ud328\ud0a4\uc9c0\ub97c \uc774\uc6a9\ud55c Python \ud658\uacbd \uad6c\uc131": [[17, "linux-python"]], "Python SDK \ud328\ud0a4\uc9c0 \uc124\uce58": [[17, "installpippackages"]], "\ucd94\uac00 \ud328\ud0a4\uc9c0 \ubaa9\ub85d": [[17, "pythonextrapackages"]], "Legacy Runtime/API": [[17, "legacy-runtime-api"]], "FuriosaAI Models": [[17, "furiosaai-models"]], "Model Server": [[17, "model-server"]], "Litmus": [[17, "litmus"]], "\ubaa8\ub378 \uc591\uc790\ud654": [[18, "modelquantization"]], "\ub3d9\uc791 \ubc29\uc2dd": [[18, "id2"]], "\uc591\uc790\ud654 \ubaa8\ub378\uc758 \uc815\ud655\ub3c4": [[18, "id3"]], "Quantization Accuracy": [[18, "id4"]], "\ubaa8\ub378 \uc591\uc790\ud654 APIs": [[18, "apis"]], "\ubaa8\ub378 \uc11c\ubc84 (\uc11c\ube59 \ud504\ub808\uc784\uc6cc\ud06c)": [[20, "modelserving"]], "\ubaa8\ub378 \uc11c\ubc84 \uc124\uce58": [[20, "id2"]], "\ubaa8\ub378 \uc11c\ubc84 \uc2e4\ud589": [[20, "id3"]], "\ubaa8\ub378 \uc124\uc815\uc744 \uc774\uc6a9\ud55c \ubaa8\ub378 \uc11c\ubc84 \uc2e4\ud589": [[20, "id4"]], "\uc5d4\ub4dc\ud3ec\uc778\ud2b8(Endpoint) \uc815\ubcf4": [[20, "endpoint"]], "Endpoints of KServe Predict Protocol Version 2": [[20, "id5"]], "\ud29c\ud1a0\ub9ac\uc5bc \ubc0f \ucf54\ub4dc \uc608\uc81c": [[21, "tutorial"]], "\ud29c\ud1a0\ub9ac\uc5bc": [[21, "id2"]], "\ucf54\ub4dc \uc608\uc81c": [[21, "id4"]], "\uac00\uc0c1 \uba38\uc2e0 \ud658\uacbd \uc9c0\uc6d0": [[22, "vmsupport"]], "\uac00\uc0c1 \uba38\uc2e0\uc5d0 NPU \uc5f0\uacb0 (PCI pass-through)": [[22, "npu-pci-pass-through"]], "\uc608\uc2dc \ud658\uacbd": [[22, "id2"]], "\uc120\ud589\uc870\uac74": [[22, "id3"]], "\uc791\uc5c5 \uc808\ucc28": [[22, "id4"]]}, "indexentries": {}}) \ No newline at end of file +Search.setIndex({"docnames": ["customer-support/bugs", "index", "npu/intro", "npu/supported_operators", "releases/0.10.0", "releases/0.5.0", "releases/0.6.0", "releases/0.7.0", "releases/0.8.0", "releases/0.9.0", "software/c-sdk", "software/cli", "software/compiler", "software/installation", "software/intro", "software/kubernetes_support", "software/profiler", "software/python-sdk", "software/quantization", "software/references", "software/serving", "software/tutorials", "software/vm_support"], "filenames": ["customer-support/bugs.rst", "index.rst", "npu/intro.rst", "npu/supported_operators.rst", "releases/0.10.0.rst", "releases/0.5.0.rst", "releases/0.6.0.rst", "releases/0.7.0.rst", "releases/0.8.0.rst", "releases/0.9.0.rst", "software/c-sdk.rst", "software/cli.rst", "software/compiler.rst", "software/installation.rst", "software/intro.rst", "software/kubernetes_support.rst", "software/profiler.rst", "software/python-sdk.rst", "software/quantization.rst", "software/references.rst", "software/serving.rst", "software/tutorials.rst", "software/vm_support.rst"], "titles": ["\ubc84\uadf8 \uc2e0\uace0", "FuriosaAI NPU \ubc0f SDK \ubb38\uc11c", "FuriosaAI NPU", "NPU \uac00\uc18d \uc9c0\uc6d0 \uc5f0\uc0b0\uc790 \ubaa9\ub85d", "Release Notes - 0.10.0", "Release Notes - 0.5.0", "Release Notes - 0.6.0", "Release Notes - 0.7.0", "Release Notes - 0.8.0", "Release Notes - 0.9.0", "C SDK \uc124\uce58 \ubc0f \uc0ac\uc6a9 \uac00\uc774\ub4dc", "\uba85\ub839\ud589 \ub3c4\uad6c", "\ucef4\ud30c\uc77c\ub7ec", "\ub4dc\ub77c\uc774\ubc84, \ud38c\uc6e8\uc5b4, \ub7f0\ud0c0\uc784 \uc124\uce58 \uac00\uc774\ub4dc", "FuriosaAI \uc18c\ud504\ud2b8\uc6e8\uc5b4 \uc2a4\ud0dd \uc18c\uac1c", "Kubernetes \uc9c0\uc6d0", "\uc131\ub2a5 \ud504\ub85c\ud30c\uc77c\ub9c1", "Python SDK \uc124\uce58 \ubc0f \uc0ac\uc6a9 \uac00\uc774\ub4dc", "\ubaa8\ub378 \uc591\uc790\ud654", "\ub808\ud37c\ub7f0\uc2a4 \ubb38\uc11c", "\ubaa8\ub378 \uc11c\ubc84 (\uc11c\ube59 \ud504\ub808\uc784\uc6cc\ud06c)", "\ud29c\ud1a0\ub9ac\uc5bc \ubc0f \ucf54\ub4dc \uc608\uc81c", "\uac00\uc0c1 \uba38\uc2e0 \ud658\uacbd \uc9c0\uc6d0"], "terms": {"\uc0ac\uc6a9": [0, 1, 4, 5, 6, 7, 8, 9, 11, 12, 14, 18, 22], "\uc911": [0, 4, 5, 9, 11, 14, 15], "\ud574\uacb0\ub418\uc9c0": 0, "\uc54a\ub294": [0, 3, 7, 14, 16, 17], "\ubb38\uc81c\ub97c": [0, 14, 16, 17], "\uacaa\uc744": 0, "\uacbd\uc6b0": [0, 2, 3, 4, 6, 7, 10, 12, 13, 14, 15, 17, 20, 22], "furiosaai": [0, 3, 5, 6, 8, 10, 11, 12, 13, 15, 16, 18, 20, 22], "\uace0\uac1d\uc9c0\uc6d0": [0, 1, 11], "\uc13c\ud130": [0, 1, 11], "\uc5d0\uc11c": [0, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 14, 15, 17], "\uc2e0\uace0\ub97c": [0, 5], "\ud560": [0, 4, 5, 6, 7, 8, 9, 12, 13, 14, 15, 16, 17, 20], "\uc218": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 22], "\uc788\ub2e4": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 22], "\uc2e0\uace0\uc5d0\ub294": 0, "\uae30\ubcf8\uc801\uc73c\ub85c": [0, 4, 7, 11, 15, 16], "\ub2e4\uc74c": [0, 4, 5, 8, 9, 12, 13, 15, 17, 20], "\uc815\ubcf4\uac00": [0, 9, 16], "\ud3ec\ud568\ub418\uc5b4\uc57c": 0, "\ud55c\ub2e4": [0, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 22], "\ubb38\uc81c": [0, 5], "\uc7ac\ud604": 0, "\ubc29\ubc95": [0, 16, 17], "\ubc1c\uc0dd": 0, "\ub2f9\uc2dc": 0, "\ub85c\uadf8": [0, 11], "\ub610\ub294": [0, 2, 7, 10, 12, 13, 15, 16, 17, 20, 22], "\uc2a4\ud06c\ub9b0\uc0f7": 0, "sdk": [0, 3, 4, 5, 8, 9, 11, 12, 15, 16, 18, 19, 20, 21], "\ubc84\uc804": [0, 3, 5, 10, 11, 12, 15, 17, 20], "\uc815\ubcf4": [0, 11], "\ubaa8\ub378": [0, 1, 5, 6, 7, 12, 16, 17, 21], "\ucef4\ud30c\uc77c": [0, 4, 5, 7, 9, 11, 12, 14, 17, 20, 21], "\uc2e4\ud328": 0, "\uc2dc": [0, 4, 7, 9, 13, 15, 17], "\ucef4\ud30c\uc77c\ub7ec": [0, 1, 2, 8, 17], "furiosa": [0, 1, 10, 14, 15, 16, 17, 18, 20, 22], "sdk\ub294": [0, 2, 10, 11, 14, 15, 16, 17, 18, 20], "\uc5d0\ub7ec\uac00": [0, 5], "\ubc1c\uc0dd\ud558\ub294": [0, 17], "\uc544\ub798\uc640": [0, 4, 6, 7, 8, 9, 11, 12, 13, 15, 16, 17, 20], "\uac19\uc740": [0, 2, 4, 9, 12, 14, 16, 17, 20], "\uc815\ubcf4\ub97c": [0, 5, 7, 9, 11, 13, 14, 15, 22], "\ucd9c\ub825\ud55c\ub2e4": [0, 7, 8, 11, 18], "\ud654\uba74\uc744": 0, "\ubcf8\ub2e4\uba74": 0, "inform": [0, 5, 11, 15], "dump": [0, 4, 5, 11], "\uc774\ud558\uc758": 0, "\uc815\ubcf4\uc640": [0, 5, 15], "\uba54\uc2dc\uc9c0\uc5d0": 0, "\ucd9c\ub825\ub418\ub294": [0, 4, 12, 15], "\ub85c\uadf8\ud30c\uc77c": 0, "\uc544\ub798": [0, 3, 4, 5, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20], "\uc608\uc5d0\uc11c\ub294": [0, 16], "home": [0, 5, 7, 12], "local": [0, 5, 7, 8, 11, 20], "state": [0, 2, 5, 7, 20], "log": [0, 3, 5, 7, 11, 20], "compil": [0, 4, 5, 7, 8, 9, 17, 20], "20211121223028": [0, 5, 7], "l5w4g6": [0, 5, 7], "\uc744": [0, 4, 6, 7, 8, 9, 10, 11, 12, 14, 15, 18, 20], "\uc758": [0, 4, 7, 8, 9, 12, 14, 15, 16, 17, 20, 22], "bug": 0, "report": [0, 5, 12, 16], "\uc139\uc158\uc5d0": 0, "\uc2e0\uace0\ud558\ub77c": 0, "save": [0, 5, 7, 12, 20], "us": [0, 11, 20], "0": [0, 2, 3, 10, 11, 12, 13, 15, 16, 17, 18, 20, 22], "5": [0, 2, 4, 6, 7, 9, 11, 12, 13, 16, 18, 22], "rev": [0, 5, 11, 20, 22], "407c0c51f": [0, 5], "modifi": 0, "built": [0, 5, 11, 20], "2021": [0, 5, 11], "11": [0, 4, 5, 7, 9, 11, 20], "18": [0, 5], "22": [0, 5, 13], "32": [0, 2, 5], "34": [0, 5, 11], "22t06": [0, 5], "30": [0, 5, 12], "28": [0, 5, 9, 11, 20], "392114z": 0, "info": [0, 4, 5, 8, 9, 15, 20], "npu": [0, 6, 7, 8, 9, 10, 11, 14, 16, 17, 20], "npu0pe0": [0, 4, 5, 8, 11, 15, 20], "i": [0, 9, 11, 12, 17, 20, 22], "being": [0, 20], "initi": [0, 20], "397757z": 0, "nuxinn": [0, 20], "creat": [0, 4, 5, 7, 8, 11, 17, 20], "pe": [0, 2, 4, 5, 12, 15, 20], "peid": [0, 20], "1": [0, 2, 4, 5, 6, 7, 8, 9, 11, 12, 13, 16, 20, 22], "6": [0, 3, 4, 9, 11, 16], "from": [0, 4, 5, 6, 7, 8, 9, 11, 12, 16, 17, 20], "onnx": [0, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 18, 20], "dfg": [0, 11, 12], "423026z": 0, "profil": [0, 8, 11, 16], "receiv": 0, "termin": 0, "signal": [0, 9], "423371z": [0, 5], "error": [0, 4, 5, 9, 17, 20], "fail": [0, 5], "model": [0, 1, 4, 6, 7, 11, 16, 18, 19, 20, 22], "static": [0, 5, 10], "shape": [0, 5, 14, 16, 20], "tensor": [0, 5, 6, 8, 14], "input": [0, 4, 5, 7, 8, 12, 16, 20], "contain": [0, 5, 15], "an": [0, 5], "unsupport": [0, 5], "dimens": [0, 5], "valu": [0, 5, 12, 15], "some": [0, 5], "dimparam": [0, 5], "batch_siz": [0, 5, 7, 8, 12], "python": [0, 1, 4, 5, 8, 9, 10, 11, 12, 16, 18, 19, 20, 21], "version": [0, 4, 5, 9, 11, 12, 14, 15, 17], "3": [0, 4, 5, 7, 8, 11, 13, 16, 17, 20], "8": [0, 2, 4, 5, 7, 11, 14, 15, 16, 17, 18, 20, 22], "10": [0, 5, 7, 8, 9, 10, 11, 12, 15, 16, 17], "default": [0, 5, 11, 12, 15, 20, 22], "sep": [0, 5], "16": [0, 2, 5, 9, 16], "42": [0, 5], "gcc": [0, 5, 10], "9": [0, 4, 5, 7, 8, 11, 13, 16, 17, 20], "libnux": [0, 4, 5, 6, 7, 8, 9, 10, 13], "path": [0, 5, 11, 12, 20], "so": [0, 5, 11, 20], "runtim": [0, 4, 5, 6, 7, 8, 9, 11, 12, 16], "pleas": [0, 5, 9, 11], "check": [0, 5, 11, 22], "If": [0, 5], "you": [0, 5, 12, 16], "have": [0, 5], "problem": [0, 5], "file": [0, 5, 6, 7, 11, 12, 15, 16, 20], "http": [0, 5, 13, 15, 16, 17, 20], "ai": [0, 1, 5, 13, 15, 16, 17, 20], "atlassian": [0, 5], "net": [0, 5], "servicedesk": [0, 5], "custom": [0, 5, 20], "portal": [0, 5], "abov": [0, 5], "\uc704\uc640": [0, 10, 16, 20], "\ucd9c\ub825\ub418\uc9c0": 0, "\ubc29\ubc95\uc73c\ub85c": [0, 4, 10], "\ud544\uc694": [0, 13], "\uc9c1\uc811": [0, 4, 11, 12, 13, 14, 16, 17], "\uc218\uc9d1\ud558\uc5ec": [0, 11], "\uc5d0": [0, 1, 2, 5, 8, 10, 15, 16, 20, 22], "\ud30c\uc774\uc36c": [0, 4, 8, 9], "\ub7f0\ud0c0\uc784\uc758": [0, 14], "\uc815\ubcf4\ub294": [0, 14, 15, 20], "\ub2e4\uc74c\uacfc": [0, 4, 5, 6, 7, 8, 9, 10, 11, 12, 15, 16, 17, 20], "\uac19\uc774": [0, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 20], "\ud30c\uc545\ud560": [0, 8, 14], "c": [0, 1, 3, 4, 5, 7, 8, 9, 11, 15, 19, 20], "import": [0, 5, 6, 7, 8, 12, 16, 20], "print": [0, 8, 11, 12, 15, 16, 20], "__full_version__": 0, "load": [0, 8, 11, 16], "nativ": [0, 4, 11], "librari": [0, 8, 10, 11], "usr": [0, 8, 10, 11, 15, 16], "lib64": 0, "\uc774": [1, 4, 5, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 18, 22], "\ubb38\uc11c\ub294": 1, "\uc18c\uac1c\uc640": 1, "\ud65c\uc6a9\uc5d0": 1, "\ud544\uc694\ud55c": [1, 10, 11, 12, 14, 17, 20, 22], "\uc124\uce58": [1, 5, 6, 7, 14, 22], "\ubc29\ubc95\uc744": [1, 4, 8, 9, 13, 15, 16, 18, 22], "\uc81c\uacf5\ud55c\ub2e4": [1, 2, 4, 6, 9, 10, 11, 14, 15, 16, 17, 18, 20], "furiosaai\uc758": [1, 2, 10, 12, 13, 14], "\uc18c\ud504\ud2b8\uc6e8\uc5b4\ub294": 1, "\ucee4\ub110": [1, 6, 11, 13, 17], "\ub4dc\ub77c\uc774\ubc84": [1, 4, 6, 7, 8, 9, 10, 11, 17, 22], "\ud38c\uc6e8\uc5b4": [1, 4, 6, 7, 8, 9, 10, 11, 17], "\ub7f0\ud0c0\uc784": [1, 2, 6, 7, 8, 9, 10, 11, 17], "\uba85\ub839\ud589": [1, 7, 8, 9, 12, 15, 17, 18, 20], "\ub3c4\uad6c\ub97c": [1, 2, 4, 11, 13, 14, 15, 16, 17, 18], "\ud3ec\ud568\ud55c\ub2e4": [1, 2, 4, 8, 9], "\ud3c9\uac00": [1, 13], "\ud504\ub85c\uadf8\ub7a8": [1, 14], "earli": 1, "access": [1, 13], "program": 1, "\ub4f1\ub85d": [1, 13], "\ud6c4": [1, 4, 13, 15, 22], "\ucd5c\uc885": 1, "\uc0ac\uc6a9\uc790": [1, 8, 13], "\ub77c\uc774\uc13c\uc2a4": 1, "\ub3d9\uc758": 1, "end": 1, "user": [1, 13], "licens": 1, "agreement": 1, "\ub530\ub77c": [1, 2, 4, 8, 10, 11, 12, 13, 14, 15, 17], "\ubc30\ud3ec\ub418\uba70": [1, 15], "\ud604\uc7ac\ub294": [1, 4, 13], "contact": [1, 13], "\ub85c": [1, 2, 4, 5, 9, 11, 13, 14, 15, 16, 20, 22], "\ubb38\uc758\ud558\uc5ec": [1, 13], "\ud504\ub85c\uadf8\ub7a8\uc744": [1, 8, 11, 12, 13, 14, 17], "\uc2dc\uc791\ud560": [1, 17], "furisaai": 1, "\uc18c\uac1c": [1, 15], "warboi": [1, 4, 5, 6, 7, 8, 9, 11, 12, 13, 14, 15, 22], "\ud558\ub4dc\uc6e8\uc5b4": 1, "\uc0ac\uc591": 1, "\uc131\ub2a5": [1, 6, 8, 9, 12], "\ub4f1": [1, 2, 4, 6, 11, 12, 22], "\uc790\uc138\ud55c": [1, 4, 5, 6, 7, 8, 9, 11, 14, 15, 17, 20], "\uac00\uc18d": [1, 5, 6, 7, 8, 9, 12, 14], "\uc9c0\uc6d0": [1, 6, 7, 8, 9, 12, 20], "\uc5f0\uc0b0\uc790": [1, 4, 5, 6, 7, 8, 9, 12, 14, 16], "\ubaa9\ub85d": [1, 5, 6, 7, 12, 14], "\uc18c\ud504\ud2b8\uc6e8\uc5b4": [1, 2, 11, 13, 17], "\uc2a4\ud0dd": 1, "\uac00\uc774\ub4dc": [1, 4, 6, 7, 8, 9, 11, 14, 22], "\ub3c4\uad6c": [1, 6, 12, 17, 20, 22], "\uc591\uc790\ud654": [1, 6, 11, 12, 17], "quantiz": [1, 2, 7, 11, 16], "zoo": [1, 19], "kubernet": [1, 7, 20], "\uac00\uc0c1": 1, "\uba38\uc2e0": 1, "\ud658\uacbd": [1, 4, 11, 12, 15, 20], "\uc2dc\uc791\ud558\uae30": [1, 21], "\uace0\uae09": [1, 20, 21], "\ucd94\ub860": [1, 2, 4, 6, 7, 8, 12, 14, 16, 17, 20, 21], "api": [1, 9, 10, 13, 20, 21], "cpu": [1, 3, 6, 15, 21], "\uae30\ubc18": [1, 8, 9, 18, 21], "\ucd94\ub860\uacfc": [1, 21], "\uc815\ud655\ub3c4": [1, 8, 9, 21], "\ube44\uad50\ud558\uae30": [1, 21], "\uc774\ubbf8\uc9c0": [1, 6, 17, 21], "\ubd84\ub958": [1, 21], "imag": [1, 2, 4, 6, 8, 9, 13, 15, 16, 21, 22], "classif": [1, 2, 21], "\uac1d\uccb4": [1, 21], "\ud0d0\uc9c0": [1, 21], "ssd": [1, 8, 12, 14, 18, 20, 21], "object": [1, 2, 8, 21], "detect": [1, 2, 8, 21], "\uc11c\ubc84": [1, 4, 5, 10, 15, 17, 22], "\ud504\ub808\uc784\uc6cc\ud06c": [1, 12, 14, 17], "languag": [1, 10, 19], "\ud648\ud398\uc774\uc9c0": 1, "\ubc84\uadf8": [1, 4, 5, 7, 11], "\uc2e0\uace0": [1, 5], "npu\ub294": 2, "\ub525\ub7ec\ub2dd": 2, "\ucd94\ub860\uc5d0": 2, "\ucd5c\uc801\ud654\ub41c": [2, 5, 8, 12, 14, 17], "\uc544\ud0a4\ud14d\uccd0\ub85c": 2, "\uc124\uacc4\ub41c": [2, 4], "\uce69\uc73c\ub85c": 2, "\uc801\uc740": [2, 4], "\ube44\uc6a9\uc73c\ub85c": 2, "\ub192\uc740": [2, 4, 6, 8, 10, 14, 16], "\uc131\ub2a5\uc744": [2, 4, 6, 8, 10, 16, 18], "\ubcf4\uc5ec\uc900\ub2e4": 2, "\uc791\uc740": [2, 8, 14], "\ubc30\uce58": [2, 4, 7, 12], "\ud06c\uae30\uc758": [2, 9], "\ucd5c\uc801\ud654\ub418\uc5b4": 2, "\uc694\uccad\uc5d0\ub3c4": 2, "\uce69\uc758": 2, "\ubaa8\ub4e0": [2, 12, 15, 20], "\uc790\uc6d0\uc744": [2, 14], "\ucd5c\ub300\ub85c": 2, "\ud65c\uc6a9\ud558\uc5ec": [2, 14, 18], "\uc5f0\uc0b0\ud568\uc73c\ub85c\uc368": 2, "\ub0ae\uc740": [2, 8, 10, 14, 16], "\uc751\ub2f5\uc18d\ub3c4\ub97c": 2, "\ub2ec\uc131\ud55c\ub2e4": 2, "\ub610\ud55c": [2, 3, 4, 5, 10, 11, 14, 15, 16, 20], "\ub300\uc6a9\ub7c9": 2, "\uc628\uce69": 2, "\uba54\ubaa8\ub9ac\ub294": 2, "\uc8fc\uc694": [2, 20], "cnn": 2, "\ubaa8\ub378\ub4e4\uc744": 2, "\uba54\ubaa8\ub9ac\uc5d0": 2, "\ucd5c\ub300\ud55c": 2, "\uc720\uc9c0\ud558\uc5ec": 2, "\uba54\ubaa8\ub9ac": [2, 3, 4, 6, 9, 12], "\ubcd1\ubaa9\uc744": 2, "\uc81c\uac70\ud558\uace0": [2, 4], "\uc5d0\ub108\uc9c0": 2, "\ud6a8\uc728\uc744": 2, "\ub2ec\uc131\ud560": 2, "\uc788\ub3c4\ub85d": [2, 4, 7, 8, 9, 11, 14, 15, 18], "ocr": 2, "super": 2, "resolut": 2, "\ub2e4\uc591\ud55c": [2, 4, 7, 8, 9, 11, 12, 13, 14, 17, 18], "vision": [2, 5, 7, 8, 14], "task\uc5d0": 2, "\uc0ac\uc6a9\ub418\ub294": [2, 12, 14, 16, 17, 18], "\uc9c0\uc6d0\ud558\uba70": [2, 4, 14], "\ud2b9\ud788": [2, 4, 9], "art": 2, "\ubaa8\ub378\ub4e4\uc5d0\uc11c": 2, "\uc815\ud655\ub3c4\uc640": 2, "\uc5f0\uc0b0\ud6a8\uc728\uc744": 2, "\uac00\ub2a5\ud558\uac8c": [2, 5, 14], "\ud558\ub294": [2, 4, 7, 8, 12, 13, 14, 15, 16, 17], "depthwis": 2, "group": [2, 3, 6, 7], "convolution\uacfc": 2, "\uc5f0\uc0b0\uc5d0": [2, 11], "\ub300\ud574\uc11c": 2, "\ucc28\ubcc4\ud654\ub41c": 2, "1\uc138\ub300": [2, 14, 18], "npu\uc778": [2, 14], "warboy\ub294": [2, 18], "64": 2, "tops\uc758": 2, "\uc131\ub2a5\uacfc": 2, "32mb": 2, "sram\uc744": 2, "2\uac1c\uc758": [2, 12], "process": [2, 8, 12, 20, 22], "element": [2, 12], "\uad6c\uc131\ub418\uc5b4": 2, "\uac01\uac01": [2, 4, 14, 20], "\uac16\ub294": 2, "\ub3c5\ub9bd\uc801\uc778": 2, "\ub514\ubc14\uc774\uc2a4\ub85c": 2, "\uc0ac\uc6a9\ud560": [2, 4, 5, 8, 10, 11, 12, 13, 14, 15, 16, 17, 22], "\uc804\uccb4": [2, 6, 7, 8, 12, 15], "\uc131\ub2a5\uc73c\ub85c": 2, "\ubaa8\ub378\uc758": [2, 3, 4, 7, 8, 9, 14, 16, 20], "\uadf9\ub300\ud654\ud574\uc57c": 2, "pe\ub97c": [2, 12], "1\uac1c\uc758": [2, 12], "\ud070": [2, 4, 6, 9, 12], "pe\ub85c": 2, "fusion\ud558\uc5ec": 2, "\uc0ac\uc6a9\uc790\uc758": [2, 13], "\ud06c\uae30": [2, 12], "\ud639\uc740": [2, 7, 11], "\uc694\uad6c": [2, 15], "\uc0ac\ud56d\uc5d0": 2, "\uc751\ub2f5\uc18d\ub3c4\uc5d0": 2, "\ucd5c\uc801\ud654\ud558\ub3c4\ub85d": 2, "\uc0ac\uc6a9\ud558\uac70\ub098": 2, "\ucc98\ub9ac\ub7c9\uc5d0": 2, "\ucd5c\uc801\ud654\ud558\uae30": 2, "\uc704\ud574": [2, 4, 5, 7, 9, 13, 14, 15, 16, 17, 18, 20, 22], "\uac01": [2, 4, 8, 9, 11, 14, 15, 22], "pe\ub4e4\uc744": 2, "\ub3c5\ub9bd\uc801\uc73c\ub85c": [2, 5, 12], "\uc0ac\uc6a9\ud558\ub3c4\ub85d": [2, 4, 22], "\uad6c\uc131\ud560": [2, 17], "npu\ub97c": [2, 5, 8, 11, 12, 13, 14, 15, 17, 18, 22], "\uc704\ud55c": [2, 4, 5, 8, 10, 14, 15, 17, 20, 22], "\ubc0f": [2, 7, 8, 9, 11, 12, 14, 20, 22], "\ud504\ub85c\ud30c\uc77c\ub9c1": [2, 4], "tensorflow": [2, 3, 18], "pytorch\uc5d0\uc11c": 2, "\ud45c\uc900\uc801\uc73c\ub85c": 2, "\uc0ac\uc6a9\ud558\ub294": [2, 4, 7, 8, 11, 12, 14, 15, 17, 20], "int8": [2, 4, 18], "scheme\uc744": 2, "float": 2, "point": 2, "post": [2, 4, 6, 18, 20], "train": [2, 4, 18], "quantization\uc744": 2, "\uc0ac\uc6a9\ud558\uc5ec": [2, 4, 11, 14, 18], "\ubcc0\ud658\ud560": [2, 18], "\uc788\ub294": [2, 3, 4, 7, 8, 9, 11, 14, 15, 16, 17, 20, 22], "sdk\ub97c": [2, 9, 11, 14, 17], "\ucd94\ub860\uc744": [2, 4, 8, 12, 14], "\ubc94\uc6a9\uc801\uc73c\ub85c": 2, "\uc0ac\uc6a9\ub418\uace0": [2, 14], "tensorflowlite\uc640": 2, "\ud3ec\ub9f7\uc73c\ub85c": 2, "\ud6c8\ub828": 2, "export\ub41c": 2, "\ucef4\ud30c\uc77c\ud558\uc5ec": [2, 11, 12], "npu\uc5d0\uc11c": [2, 11, 14, 15, 17], "\uac00\uc18d\ud560": [2, 3, 11, 18], "billion": 2, "transistor\ub85c": 2, "\uc788\uace0": [2, 12], "180mm": 2, "2\uc5d0": 2, "2ghz\ub85c": 2, "\ub3d9\uc791\ud558\uace0": 2, "\uae30\uc900": 2, "peak": 2, "performance\ub97c": 2, "\uac16\ub294\ub2e4": 2, "lpddr4x\uc5d0": 2, "\ub300\ud574": [2, 3, 9, 11, 12, 14, 17], "\ucd5c\ub300": [2, 7, 8], "4266\uc744": 2, "66gb": 2, "s\uc758": 2, "dram": [2, 12], "bandwidth\ub97c": 2, "\uac16\uc73c\uba70": 2, "pcie": 2, "gen4": 2, "8x\uc744": 2, "\uc9c0\uc6d0\ud55c\ub2e4": [2, 4, 18], "perform": [2, 11], "top": [2, 9], "On": 2, "chip": 2, "sram": 2, "mb": 2, "host": [2, 12, 20, 22], "interfac": 2, "lane": 2, "form": 2, "factor": 2, "full": [2, 9, 11], "height": [2, 6], "half": 2, "length": 2, "fhhl": 2, "hhhl": 2, "thermal": 2, "solut": 2, "passiv": 2, "fan": 2, "activ": [2, 17], "tdp": 2, "40": [2, 9, 11, 15, 16], "60w": 2, "configur": [2, 11, 15, 20], "oper": [2, 14, 16], "temperatur": [2, 4], "50": [2, 22], "clock": [2, 4], "speed": 2, "2": [2, 3, 4, 6, 7, 8, 9, 11, 12, 13, 14, 16, 22], "ghz": 2, "ddr": 2, "4266": 2, "mbp": 2, "memori": [2, 11, 12, 15, 22], "type": [2, 5, 6], "lpddr4x": 2, "size": [2, 11, 22], "gb": 2, "max": [2, 9, 11, 16, 18], "bandwidth": 2, "66": 2, "": [2, 5, 9, 11, 15, 18], "mlcommon": 2, "\uc81c\ucd9c\ub41c": 2, "\uacb0\uacfc\ub294": [2, 9, 16], "mlperf": [2, 12], "infer": [2, 6, 7, 8, 11, 12, 14, 16, 20], "edg": [2, 12], "v2": [2, 11, 12, 20], "result": [2, 6, 9, 11, 12, 16], "\ud655\uc778\ud560": [2, 4, 5, 7, 10, 11, 15, 17, 22], "v1": [2, 8, 12, 15, 18], "npu\uc640": [3, 4, 11, 14], "\uc5d0\uc11c\ub294": 3, "lite": [3, 18], "\ubaa8\ub378\uacfc": [3, 11, 12, 17, 18, 20], "\uac00": [3, 4, 5, 6, 8, 9, 11, 14, 15], "\uc9c0\uc6d0\ud558\ub294": [3, 4, 5, 10, 14, 18, 20], "\uc5f0\uc0b0\uc790\ub4e4\uc744": 3, "\uc774\ub984\uc740": [3, 12], "\ub97c": [3, 4, 5, 6, 8, 9, 10, 11, 12, 14, 15, 16, 17, 20, 22], "\uae30\uc900\uc73c\ub85c": 3, "\uac00\uc18d\uc744": [3, 4, 12, 14], "\uc9c0\uc6d0\ud558\uc9c0": [3, 4, 14], "\uacbd\uc6b0\uc5d0\ub294": 3, "cpu\uc5d0\uc11c": [3, 14, 16], "\ub3d9\uc791\ud558\uac8c": 3, "\ub41c\ub2e4": [3, 4, 8, 10, 11, 12, 13, 14, 15, 17, 20, 22], "\uc77c\ubd80": [3, 4, 12, 15, 22], "\uc5f0\uc0b0\uc790\ub294": [3, 14], "\ud2b9\uc815": [3, 4, 8, 9, 14, 17, 20, 22], "\uc870\uac74\uc744": [3, 7, 14, 15], "\ub9cc\uc871\ud558\uc9c0": 3, "\uc54a\uc744": [3, 13], "\ub2e4\uc218\uc758": [3, 4, 6, 7, 8, 9, 14, 15, 20], "\uc5f0\uc0b0\uc790\ub85c": 3, "\ubd84\ud560\ub418\uc5b4": 3, "\ub3d9\uc791\ud558\uac70\ub098": 3, "\ub3d9\uc791\ud560": [3, 12, 22], "\uac00\uc911\uce58\uac00": 3, "\ubcf4\ub2e4": [3, 7, 9], "\ud06c\uac70\ub098": 3, "npu\uc758": [3, 4, 5, 6, 12, 14, 15, 16, 22], "\uba54\ubaa8\ub9ac\ub85c": 3, "\uc5f0\uc0b0\uc744": [3, 4], "\ucc98\ub9ac\ud558\uae30\uc5d0": 3, "\ubd80\uc871\ud55c": 3, "\uacbd\uc6b0\uac00": [3, 20], "\ud55c": 3, "\uac00\uc9c0": [3, 15, 16], "\uc608\uc774\ub2e4": [3, 7, 8], "\uc774\ub984": [3, 4, 5, 7, 8, 9, 15], "\ucd94\uac00": [3, 5, 7, 9, 11, 15, 16], "\uc124\uba85": [3, 11, 12, 15], "add": [3, 8], "averagepool": 3, "batchnorm": [3, 5, 7], "conv": [3, 7, 8], "\ub2e4\uc74c\uc5d0": 3, "\uacbd\uc6b0\uc5d0": [3, 4, 7], "\ud55c\ud558\uc5ec": 3, "clip": 3, "concat": [3, 6], "h": [3, 10, 11, 12], "axi": [3, 7], "7": [3, 4, 9, 13], "128": [3, 6], "dilat": 3, "12": [3, 5, 7, 8, 11, 15, 16], "\uc778": [3, 6, 20], "convtranspos": [3, 5, 8], "depthtospac": [3, 7], "crd": [3, 6], "\ubaa8\ub4dc": [3, 6, 7], "dcr": [3, 7], "exp": [3, 7], "\uc774\uc0c1": 3, "\ubd80\ud130": [3, 4, 5, 7, 10, 18, 21], "elu": [3, 7], "erf": [3, 7], "expand": 3, "flatten": [3, 20], "gemm": [3, 8], "gelu": [3, 7], "leakyrelu": [3, 5], "lpnormal": 3, "p": [3, 8], "\uc774\uace0": [3, 20], "batch": [3, 4, 7, 11], "matmul": [3, 7, 8], "maxpool": [3, 8], "mean": [3, 9, 11, 16], "mul": [3, 8], "pad": [3, 7], "cwh": 3, "reducel2": 3, "reducesum": 3, "relu": 3, "reshap": [3, 20], "resiz": [3, 7], "linear": [3, 7], "nearest": [3, 7], "pow": [3, 5, 7], "spacetodepth": [3, 7], "sigmoid": 3, "slice": [3, 6, 7], "softmax": [3, 7], "\ud55c\ud574": 3, "softplu": 3, "sub": [3, 5, 7, 8, 11], "split": [3, 11], "sqrt": [3, 5], "tanh": [3, 7], "transpos": [3, 6], "unsqueez": 3, "0\uc740": [4, 6, 7, 8, 9], "\uba54\uc774\uc800": [4, 6, 7, 8, 9], "\ub9b4\ub9ac\uc2a4": 4, "major": [4, 15], "\uc5ec\ub7ec": [4, 12, 15, 17, 18, 22], "\uc7a5\uce58\ub97c": [4, 5, 8, 11, 14, 15], "\uc5f0\uc0b0\uc790\ub97c": [4, 7, 12, 14, 18], "\uc81c\uac70\ud558\uc5ec": [4, 6], "\ud5a5\uc0f9": 4, "\uc2dc\ud0a4\ub294": 4, "\ucd5c\uc801\ud654": [4, 9, 14, 18, 21], "\uae30\ub2a5\uc758": 4, "\uc0ac\uc6a9\uc131": 4, "\uc0ac\uc6a9\ub960": 4, "\ub4f1\uc758": [4, 11, 15, 16, 17], "\uc9c0\ud45c\ub97c": 4, "openmetr": 4, "\ud615\uc2dd\uc73c\ub85c": [4, 7, 11, 15], "\uc81c\uacf5\ud558\ub294": [4, 8, 13, 14, 15, 17, 18, 20, 22], "\uae30\ub2a5": [4, 5, 6, 7, 8, 9], "\ub4f1\uc744": [4, 6, 9, 11, 15, 17], "litmus\ub294": 4, "\ub9ac\ud3ec\ud305": [4, 11], "\ubaa9\uc801\uc758": 4, "\uc218\uc9d1\uc774": 4, "\uac00\ub2a5\ud558\ub3c4\ub85d": [4, 8], "\ub418\uc5c8\uc73c\uba70": 4, "\ub3c4\uad6c\uc758": [4, 9], "\uc758\uc874\uc131": [4, 6, 17], "\uc81c\uac70": [4, 6, 15], "\ubca4\uce58\ub9c8\ud06c": 4, "\uac1c\uc120\uc774": [4, 5, 9], "\uc774\ub8e8\uc5b4\uc84c\ub2e4": 4, "\uadf8": [4, 5, 6, 8, 9, 11, 17], "\uc678\uc5d0\ub3c4": [4, 5, 8, 16], "\uc218\uc815": [4, 7], "\ud328\ud0a4\uc9c0": [4, 7, 8, 9, 10, 20], "driver": [4, 6, 7, 8, 9, 13, 15], "firmwar": [4, 8, 9, 11, 13], "hal": [4, 7, 8, 9], "hardwar": [4, 7, 8, 9, 22], "abstract": [4, 7, 8, 9], "layer": [4, 7, 8, 9], "server": [4, 6, 7, 8, 9, 20, 22], "serv": [4, 7, 8, 9, 20], "furiosactl": [4, 7, 8, 9, 15], "devic": [4, 5, 8, 9, 11, 14, 22], "plugin": [4, 5, 7, 8, 9, 14], "featur": [4, 7, 8, 9], "discoveri": [4, 7, 8, 9], "apt": [4, 5, 6, 7, 8, 9, 10, 11, 12, 15, 17], "\uad00\ub9ac\uc790": [4, 10, 13], "\uc0ac\uc6a9\ud558\uace0": [4, 6, 7, 8, 9, 14, 17], "\uc788\ub2e4\uba74": [4, 6, 7, 8, 9, 11, 15, 17, 20], "\uc5c5\uadf8\ub808\uc774\ub4dc\ud560": [4, 6, 7, 8, 9], "get": [4, 6, 7, 8, 9, 10, 11, 13, 15, 20], "updat": [4, 6, 7, 8, 9, 10, 13, 15, 22], "upgrad": [4, 6, 7, 8, 9, 17], "\ud328\ud0a4\uc9c0\ub97c": [4, 10, 11, 13], "\uc9c0\uc815\ud574\uc11c": [4, 8, 9], "\ud558\uace0": [4, 8, 9, 14], "\uc2f6\ub2e4\uba74": [4, 8, 9, 15, 17], "\uc2e4\ud589": [4, 6, 7, 8, 9, 11, 14, 15, 16], "\ubc29\ubc95\uc5d0": [4, 7, 8, 9, 11], "\ub300\ud55c": [4, 5, 6, 7, 8, 9, 14, 16, 17, 20], "\uc124\uba85\uc740": [4, 5, 7, 8, 9], "\ucc3e\uc744": [4, 5, 6, 7, 8, 9, 11, 12, 14, 15, 17, 20], "instal": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 17, 20, 22], "y": [4, 7, 8, 9, 10, 11, 13, 15, 17], "\uc5c5\uadf8\ub808\uc774\ub4dc\ub294": [4, 8, 9], "\uc2e4\ud589\ud55c\ub2e4": [4, 8, 9, 12, 17], "\uc0c8\ub85c": [4, 8, 9, 12, 17], "\ucd94\uac00\ub41c": [4, 7, 9], "\uae30\ub2a5\ub4e4\uc744": [4, 9], "\uc0ac\uc6a9\ud558\uae30": [4, 8, 9, 10, 13, 14, 22], "\uc704\ud574\uc11c\ub294": [4, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 20], "\uc124\uce58\uc640": [4, 9, 14], "\uad00\ub828\ub41c": [4, 9, 22], "\ub3c4\uad6c\ub4e4\uc774": [4, 9, 22], "\ucd5c\uc2e0": [4, 7, 9, 13, 14, 17], "\ubc84\uc804\uc73c\ub85c": [4, 7, 9, 17], "\uba3c\uc800": [4, 9], "\uc5c5\ub370\uc774\ud2b8": [4, 9, 15, 17], "\ub418\uc5b4\uc57c": [4, 9], "\uc124\uc815\uc5d0": 4, "pip": [4, 5, 6, 7, 8, 9, 11, 17, 20], "setuptool": [4, 9, 17], "wheel": [4, 9, 17], "pip\ub97c": [4, 17, 20], "\ub54c": [4, 5, 7, 10, 12, 14, 15, 16, 17, 18, 20], "\uc624\ub958\ub97c": 4, "\uc811\ud55c\ub2e4\uba74": 4, "\uba85\ub839\uc744": [4, 12, 13, 15, 17, 22], "\ud1b5\ud574": [4, 7, 8, 9, 11, 12, 13, 14, 15, 16, 20, 22], "\ud574\uc57c": [4, 17], "could": [4, 9, 17], "find": [4, 9, 15, 16, 17], "satisfi": [4, 9, 17], "requir": [4, 8, 9, 17], "impl": [4, 9, 17], "none": [4, 9, 11, 15, 17, 22], "No": [4, 9, 17], "match": [4, 9, 17], "distribut": [4, 9, 17], "found": [4, 9, 17], "\ub9b4\ub9ac\uc2a4\ub294": [4, 9], "furiosart\ub294": 4, "\ub77c\uc774\ube0c\ub7ec\ub9ac\ub85c": [4, 14], "\ud5a5\ud6c4": [4, 10], "\ub354": [4, 5, 6, 8, 9, 10, 11, 12, 14, 15, 16, 20], "\ub9ce\uc740": [4, 5, 8, 10, 12, 14, 16], "\uae30\ub2a5\uc744": [4, 7, 8, 10, 11, 14, 15, 16, 17, 20], "\uc81c\uacf5\ud560": [4, 10], "\uc124\uacc4\ub418\uc5c8\uc73c\uba70": 4, "\uc6cc\ud06c\ub85c\ub4dc\uc5d0\uc11c": 4, "\ud575\uc2ec": [4, 8], "api\ub97c": [4, 5, 7, 10, 12, 14, 17, 20], "\uc81c\uacf5": 4, "\ubfd0": 4, "\uc544\ub2c8\ub77c": [4, 7, 14], "\uc640": [4, 10, 12, 13, 14, 16, 17], "\uadf8\ub9ac\uace0": [4, 8], "\ub4f1\uc5d0\uc11c": 4, "\uc0ac\uc6a9\ub41c\ub2e4": 4, "\ub7f0\ud0c0\uc784\uacfc": [4, 14, 17], "\uac70\uc758": 4, "\ud638\ud658\ub420": 4, "\uc0c8\ub85c\uc6b4": [4, 9, 10], "asyncio": [4, 5, 7, 8], "\uc0ac\uc6a9\ud55c": [4, 16], "\ube44\ub3d9\uae30": [4, 10, 14], "async": [4, 6, 8], "\uc0c8\ub85c\uc774": 4, "\uae30\uc874\uc758": [4, 7], "\ub3d9\uae30": 4, "api\ub294": [4, 5, 7, 8, 10], "\uc791\uc5c5\uc5d0\ub294": 4, "\ucda9\ubd84\ud558\uc600\uc73c\ub098": 4, "\uac1c\ubcc4\uc801": 4, "\uc694\uccad\uc5d0": [4, 8], "\uc2dc\ub098\ub9ac\uc624\uc5d0\uc11c\ub294": [4, 8], "\ubd80\uc871\ud568\uc774": 4, "\uc788\uc5c8\ub2e4": [4, 9], "\ub7f0\ud0c0\uc784\uc5d0\uc11c\ub294": 4, "api\uac00": [4, 9, 10], "\uc9c0\uc6d0\ub418\uba70": 4, "\uc720\uc9c0\ud558\uba74\uc11c\ub3c4": 4, "\uac04\uacb0\ud558\uac8c": [4, 9], "\ubd80\ubd84\uc774": 4, "\ub2e4\ub4ec\uc5b4\uc84c\ub2e4": 4, "api\uc5d0": [4, 8], "\uc0c1\uc138\ud55c": 4, "refer": [4, 15], "\ucc3e\uc544": [4, 8], "\ubcfc": [4, 7, 8, 9, 15, 16, 20], "furiosart\uc5d0\uc11c\ub294": 4, "\ud558\ub098\uc758": [4, 12, 16, 20], "\uc138\uc158\uc5d0\uc11c": 4, "\ub530\ub77c\uc11c": [4, 8, 12, 13, 16, 17], "\ubcc4\ub3c4": 4, "\uad6c\ud604": 4, "\uc5c6\uc774\ub3c4": 4, "\uc774\uc6a9\ud558\uc5ec": [4, 8, 10, 12, 14, 15, 17, 20], "\uace0\uc131\ub2a5": [4, 8, 14], "\uc218\ud589\ud560": [4, 14, 16], "\uac1c\uc120\ub41c": 4, "\uc9c0\uc815": [4, 5, 15], "\uae30\uc874\uc5d0\ub294": [4, 5], "\ud658\uacbd\ubcc0\uc218": [4, 7, 12, 16], "npu_devnam": [4, 5, 15], "session": [4, 7, 8, 14], "\uc774\uc6a9\ud574\uc11c": 4, "devf": 4, "\uc7a5\uce58\ud30c\uc77c": 4, "\uc774\ub984\uc744": [4, 5, 11, 12, 13, 20], "\uc124\uc815\ud574\uc57c": 4, "\ud588\ub2e4": [4, 5], "\ubc29\ubc95\uc740": [4, 5, 6, 14, 15, 16, 18, 22], "\ud658\uacbd\uc5d0\uc11c": [4, 12, 14, 16, 22], "\uadf8\ub300\ub85c": 4, "\uc801\uc6a9\ud558\uae30": [4, 15], "\uc5b4\ub835\uace0": 4, "\uc0ac\uc6a9\ud574\uc57c": [4, 12], "\uc124\uc815\uc774": [4, 15, 20, 22], "\ubcf5\uc7a1\ud588\ub2e4": 4, "\uc774\ubc88": [4, 8], "\uc5f0\uc0c1": 4, "\ubcc0\uc218": 4, "\ub300\uc2e0": [4, 9, 15, 17, 22], "furiosa_devic": 4, "\ub77c\ub294": [4, 17], "\ud658\uacbd\ubcc0\uc218\uac00": 4, "\ub3c4\uc785\ub418\uc5c8\ub2e4": [4, 7], "\ubcc0\uc218\ub294": [4, 12], "\uc885\ub958": 4, "\uad6c\uc131": [4, 11, 20], "\uac1c\uc218\ub97c": 4, "\ud45c\ud604\ud558\ub294": 4, "\ud14d\uc2a4\ud2b8": [4, 15], "\uc124\uc815\uc744": [4, 10, 11, 12, 22], "\ubc1b\uc544": [4, 11, 17, 18], "\ub4e4\uc778\ub2e4": 4, "export": [4, 12, 16], "\uc704": [4, 10, 13, 14, 15, 16, 20, 22], "\uc608\uc81c\ub294": [4, 6, 20], "furiosart\uac00": 4, "\uc2dc\uc2a4\ud15c\uc5d0\uc11c": [4, 10, 17], "\uac00\uc6a9\ud55c": [4, 15], "\ud4e8\uc804\ub41c": 4, "8\uac1c\uc758": 4, "warboy\ub97c": 4, "\uc0ac\uc6a9\ud558\uac8c": 4, "\uc608\uc640": 4, "\uc7a5\uce58\uc758": [4, 5, 9, 11, 13], "\uc2dd\ubcc4\uc790\ub97c": [4, 22], "\uc9c0\uc815\ud558\ub294": 4, "\ubc29\ubc95\ub3c4": 4, "\ud558\uc704": [4, 7, 11], "\ud638\ud658\uc131": [4, 6], "\ubcf4\uc7a5\uc744": 4, "\ubcc0\uc218\ub3c4": 4, "\uc5ec\uc804\ud788": 4, "\uacfc": [4, 7, 14, 16], "\uac00\ub2a5\ud558\ub2e4": [4, 5, 12, 15], "\uadf8\ub7ec\ub098": [4, 12], "\ub9b4\ub9ac\uc2a4\uc5d0\uc11c": 4, "\ud658\uacbd\ubcc0\uc218\ub294": 4, "\uc81c\uac70\ub420": [4, 10], "\uc608\uc815\uc774\ub2e4": [4, 10], "specif": [4, 18, 20], "\ucc3e\uc544\ubcfc": [4, 5, 7, 8, 9, 14, 18, 20], "todo": 4, "\ub370\uc774\ud130": [4, 7, 8, 14, 16, 18], "\uc791\uc131": 4, "\uc644\ub8cc": 4, "furioa": [4, 8], "\uc740": [4, 5, 8, 11, 12, 14], "\uc11c\ube59\uc744": [4, 17], "\uc6f9": [4, 8], "\uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744": [4, 10], "\uac1c\ubc1c\ud558\uae30": 4, "\ub77c\uc774\ube0c\ub7ec\ub9ac\uc774\ub2e4": 4, "\ub9b4\ub9ac\uc2a4\uc5d0\uc11c\ub294": 4, "\ub7f0\ud0c0\uc784\uc778": [4, 10, 17], "furiosart\ub97c": 4, "\uac1c\uc120\ub418\uc5c8\uc73c\uba70": 4, "\uad6c\uccb4\uc801\uc778": 4, "\uc0ac\ud56d\uc740": [4, 8, 15], "\uac19\ub2e4": [4, 5, 6, 8, 9, 10, 11, 12, 15, 20], "\uc801\uc6a9\ub418\uc5b4": [4, 15], "\uc27d\uac8c": [4, 6, 14, 17], "\uc124\uc815\ud560": [4, 9, 11, 20, 22], "\uae30\ubc18\uc758": [4, 8, 10, 13, 15, 18], "\ub0b4\ubd80\uac00": 4, "\uac1c\uc120\ub418\uc5b4": [4, 8], "\ub9ac\uc18c\uc2a4\ub85c": 4, "\ub0bc": 4, "furiosart\uc758": 4, "\ud61c\ud0dd\uc744": 4, "\uc6cc\ucee4": 4, "\uc218\ub97c": 4, "\uc774\uc6a9\ud560": 4, "\uc11c\ubc84\uc5d0": 4, "\ucc38\uace0\ud55c\ub2e4": [4, 11, 20], "\ub294": [4, 6, 8, 9, 11, 12, 14, 15, 17, 22], "\ud2b8\ub808\uc774\ub2dd": [4, 8, 9], "\ub41c": [4, 8, 9, 15, 17], "\ubaa8\ub378\uc744": [4, 5, 7, 8, 9, 11, 12, 14, 17, 18, 20], "\uc591\uc790\ud654\ub41c": [4, 7, 8, 9, 11, 18], "\ubaa8\ub378\ub85c": [4, 8, 9, 17, 18], "\ubcc0\ud658": [4, 8], "\ud574\uc8fc\ub294": 4, "\ub9b4\ub9ac\uc2a4\uc5d0\ub294": 4, "\uc0ac\uc6a9\uc131\uc744": 4, "\ud06c\uac8c": [4, 6], "\ud558\uc600\uc73c\uba70": 4, "\uc774\ub97c": [4, 10, 13, 14, 15, 16], "\ud568\uc218\uc758": [4, 9], "\ud30c\ub77c\uba54\ud130\uac00": 4, "\ubcc0\uacbd\ub418\uc5c8\ub2e4": [4, 6], "\ud568\uc218\ub294": 4, "\ud568\uc218\ub85c": 4, "\ubcc0\ud658\ud558\uc5ec": 4, "\ubc18\ud658\ud55c\ub2e4": 4, "\uc785\ub825": [4, 5, 7, 8, 14, 15], "\ud0c0\uc785\uc744": 4, "float32": [4, 7], "uint8": [4, 5, 16, 20], "with_quant": [4, 9], "\ud30c\ub77c\uba54\ud130\ub97c": 4, "\uc81c\uacf5\ud558\ub294\ub370": 4, "\uc774\ubbf8\uc9c0\uc640": 4, "\uc6d0\ubcf8": [4, 11, 18], "\ud53d\uc140": 4, "\uac12": [4, 12, 15], "\ud45c\ud604\ub418\ub294": 4, "\uacfc\uc815\uc744": [4, 7, 11, 12, 14, 17], "\uc0dd\ub7b5\ud560": [4, 11, 12, 22], "\uc788\uc5b4": [4, 17], "\ud5a5\uc0c1\uc744": [4, 9], "\uae30\ub300\ud560": 4, "\uc608\ub97c": [4, 10, 12, 13, 17], "\ub4e4\uba74": [4, 12], "yolov5": [4, 8, 18], "larg": [4, 7, 8], "\uc635\uc158\uc744": [4, 7, 9, 11, 15, 20, 22], "\uc0ac\uc6a9\ud558\uba74": [4, 14, 15, 17, 18], "60": [4, 16], "639": 4, "m": [4, 11, 18], "277": 4, "\uc2dc\uac04\uc774": [4, 16], "\uac1c\uc120\ub41c\ub2e4": 4, "\ub3d9\uc77c\ud55c": [4, 7, 14, 20], "\ucd9c\ub825": [4, 5, 7, 11, 12, 14], "\ud0c0\uc785\ub3c4": 4, "unt8": 4, "normalized_pixel_output": [4, 9], "\ucd9c\ub825\uc774": 4, "rgb": 4, "\ud615\ud0dc\ub85c": [4, 17], "\uc774\ubbf8\uc9c0\uc774\uac70\ub098": 4, "\uc815\uc218": [4, 7], "\uac12\uc73c\ub85c": [4, 22], "\uac00\ub2a5\ud55c": [4, 8, 12, 13, 14], "\uc120\ud0dd\ud560": [4, 17], "\uc635\uc158": [4, 7, 8, 12], "\uc5ed\uc2dc": 4, "\uc751\uc6a9\uc5d0": 4, "\ub450": [4, 15, 16], "\uc635\uc158\uc774": [4, 7, 9, 15, 22], "\uc218\ubc30\uc5d0\uc11c": 4, "\uc218\ubc31\ubc30\uae4c\uc9c0\ub3c4": 4, "\uc2dc\uac04\uc744": [4, 7, 8, 16], "\ub2e8\ucd95\uc2dc\ud0ac": 4, "\ud55c\uacc4\uc640": 4, "\ud53c\ub4dc\ubc31\uc774": 4, "\uc774\ubbf8\uc9c0\uac00": 4, "\uc544\ub2cc": 4, "\ud30c\ub77c\uba54\ud130": 4, "\uc758\ubbf8\ub97c": [4, 11], "\uc798": [4, 11, 12, 14, 17], "\ud45c\ud604\ud558\uc9c0": 4, "\ubabb\ud55c\ub2e4": 4, "\uc635\uc158\uc740": [4, 11, 12, 15, 22], "\uc9c0\uc815\ub41c": 4, "\ud150\uc11c\uc758": [4, 7, 14], "\ubc94\uc704\ub97c": 4, "0\uacfc": 4, "\uc0ac\uc774": 4, "\uc2e4\uc218\ub85c": 4, "\uc804\uc81c\ud558\ub294\ub370": 4, "\uc801\uc6a9\ud558\ub294\ub370": 4, "\ud55c\uacc4\uac00": [4, 16], "\ubaa8\ub450": [4, 17], "\ud0c0\uc785\ub9cc": 4, "\uc9c0\uc6d0\ud588\uc73c\uba70": 4, "\ubabb\ud588\ub2e4": 4, "\ud30c\ub77c\ubbf8\ud130\uc5d0\uc11c": 4, "modeleditor": 4, "\ucd94\uac00\ub418\uc5b4": 4, "\ud0c0\uc785\uc5d0": 4, "\uc788\uc73c\uba70": [4, 5, 7, 12, 13, 14, 17], "convert_input_typ": 4, "tensor_nam": 4, "tensortyp": 4, "\uba54\uc18c\ub4dc\ub294": 4, "\ud150\uc11c": [4, 5, 7, 14], "\ud574\ub2f9": [4, 15, 20, 22], "\ud150\uc11c\uc5d0": 4, "\ud574\ub2f9\ub418\ub294": 4, "\uc73c\ub85c": [4, 12], "\ubcc0\uacbd\ud55c\ub2e4": [4, 18], "convert_output_typ": 4, "tensor_rang": 4, "dequant": [4, 9, 16], "\ubcc0\uacbd\ud558\uace0": [4, 15], "\uc8fc\uc5b4\uc9c4": [4, 11], "\ubc94\uc704\uc5d0": 4, "\ub9de\uac8c": 4, "\uc2a4\ucf00\uc77c\ud558\ub3c4\ub85d": 4, "\uc218\uc815\ud55c\ub2e4": 4, "convert_": 4, "output": [4, 5, 7, 8, 9, 11, 12, 16], "_type": 4, "\ub54c\ubb38\uc5d0": [4, 16], "\ubaa8\ub4c8": [4, 17], "get_pure_input_nam": 4, "modelproto": 4, "get_output_nam": 4, "\ud5ec\ud37c": 4, "\ud568\uc218\ub97c": [4, 8], "\uc5bb\uc5b4\uc57c": 4, "\ub9b4\ub9ac\uc988\uc5d0": [4, 8, 10], "\ud3ec\ud568\ub41c": [4, 6, 8, 9, 12, 15], "\uac83\uc740": [4, 16, 17], "\ucf54\ub4dc\ub97c": [4, 8, 14, 16, 17, 20], "\uc218\uc815\ud574\uc57c": 4, "\ubcc0\uacbd\uc774\ub2e4": 4, "\ub0b4\uc6a9\uc740": [4, 8, 9, 17], "\ub808\ud37c\ub7f0\uc2a4\ub97c": 4, "\ucc38\uace0\ud560": [4, 9, 17], "\uc2e4\uc81c": [4, 12, 20], "\uc801\uc6a9": [4, 22], "\uc608\ub294": 4, "\ud29c\ud1a0\ub9ac\uc5bc": [4, 17], "\ucf54\ub4dc": [4, 6, 7, 15, 16, 17], "\uc608\uc81c": [4, 9, 10, 15, 17, 18, 20], "\ucf54\ub4dc\uc5d0\uc11c": [4, 16], "0\uc758": 4, "\ucef4\ud30c\uc77c\ub7ec\ub294": [4, 5, 12, 14], "\uc5f0\uc0b0\uc790\uc758": [4, 6, 7], "\ud65c\uc6a9\ud560": [4, 7, 12, 14, 17, 20], "\ubaa8\ub378\uc740": [4, 8, 14, 20], "\uc131\ub2a5\uc774": [4, 9], "\uac1c\uc120\ub420": 4, "\uac00\uc18d\uacfc": 4, "\ub2e4\ub978": [4, 7, 8, 10, 17], "\uad00\ub828": [4, 7, 22], "\uac00\uc774\ub4dc\uc5d0\uc11c": 4, "\uacb0\uacfc": [4, 7, 8, 11], "\uce90\uc2dc": 4, "\uae30\ub2a5\uc774": [4, 7, 8], "\ucda9\ubd84\ud788": 4, "\uc548\uc815\ud654": 4, "\ub418\uc5c8\ub2e4\uace0": 4, "\ud310\ub2e8\ub418\uc5b4": 4, "\uce90\uc26c": [4, 7], "\uc720\ud6a8\uae30\uac04\uc774": 4, "2\uc77c\uc5d0\uc11c": 4, "30\uc77c\ub85c": 4, "\ubcc0\uacbd\ub41c\ub2e4": 4, "cach": [4, 7], "\uc124\uba85\uc744": [4, 11, 13, 22], "\ub3c4\uad6c\ub294": [4, 8, 9, 18], "\uc0ac\ud56d\uc774": [4, 15], "\uac1c\uc120\ub418\uc5c8\ub2e4": [4, 5, 8, 9], "\uba85\ub839\uc740": [4, 8, 9, 11, 12], "\ub124\uc774\ud2f0\ube0c": [4, 14], "\ud30c\uc77c": [4, 11, 12, 15, 16, 20], "execut": [4, 11, 12, 16], "\ub418\uc5b4": [4, 5, 6, 12, 16, 17], "\ud658\uacbd\uc744": [4, 17, 22], "\uc694\uad6c\ud558\uc9c0": 4, "\uc54a\ub294\ub2e4": [4, 16], "\ucef4\ud30c\uc77c\ub7ec\ub97c": 4, "\uc124\uce58\ud560": [4, 12, 13, 14, 15, 17], "\uc758\uc874\uc131\uc744": 4, "\uac00\uc9c0\ub294": 4, "\uba85\ub839\ub294": 4, "\ud638\ud658\uc131\uc744": 4, "\uc720\uc9c0\ub418\uba70": 4, "\ub420": 4, "\uc0ac\uc6a9\ubc95\uc740": [4, 6, 7, 8, 12, 14, 17], "\ud504\ub85c\ud30c\uc77c\ub7ec\ub294": 4, "\ucd94\ub860\uc758": 4, "\uc2e4\ud589\uc2dc\uac04\uc744": 4, "\uad6c\uac04\ubcc4\ub85c": 4, "\uce21\uc815\ud558\uc5ec": [4, 7], "\ubd84\uc11d\uc744": 4, "\ub3d5\ub294": 4, "\ub3c4\uad6c\uc774\ub2e4": [4, 8, 9, 11, 17], "\ucee8\ud14d\uc2a4\ud2b8\ub97c": [4, 7], "\uc774\uc6a9\ud55c": [4, 8, 11, 13, 15], "\ud2b8\ub808\uc774\uc2a4": [4, 8], "\uae30\ub2a5\uc5d0": [4, 17], "\uc784\uc2dc": 4, "\uc911\ub2e8": 4, "\uc7ac\uac1c": 4, "\ub418\uc5c8\ub2e4": [4, 7, 8], "\uc0ac\uc6a9\uc790\ub294": [4, 8, 14, 16], "\ucee8\ud14d\uc2a4\ud2b8": [4, 16], "\ub0b4\uc5d0\uc11c": [4, 7, 15, 16, 22], "\uc804": [4, 11], "\ud6c4\ucc98\ub9ac": 4, "\uc2dc\uac04": [4, 6, 11, 12, 14, 15, 16], "\uc6cc\ubc0d\uc5c5": 4, "warm": [4, 16], "up": [4, 15, 16], "\ud504\ub85c\ud30c\uc77c\ub9c1\uc774": 4, "\ubd88\ud544\uc694\ud55c": [4, 9, 16], "\uad6c\uac04\uc744": [4, 8], "\uc81c\uc678\ud558\uace0": 4, "\ud568\uc73c\ub85c\uc368": 4, "\ud504\ub85c\ud30c\uc77c\ub9c1\uc5d0": 4, "\uc18c\uc694\ub418\ub294": 4, "\uc624\ubc84\ud5e4\ub4dc": 4, "\uacb0\uacfc\ubb3c\uc758": 4, "\ud06c\uae30\ub97c": [4, 12], "\uc904\uc77c": 4, "paus": [4, 16], "resum": [4, 16], "\ud638\ucd9c\ud558\uc5ec": [4, 8], "\ud504\ub85c\ud30c\uc77c\ub9c1\uc744": 4, "\uc784\uc2dc\ub85c": 4, "\uc7ac\uac1c\ud560": 4, "\uc0ac\uc6a9\ubc95\uacfc": [4, 5], "\ucee8\ud14d\uc2a4\ud2b8\uc758": 4, "\uc77c\uc2dc\uc801": 4, "\ubaa8\ub378\uc5d0": [4, 5, 8, 9, 12, 18, 20], "sdk\uc758": [4, 14, 15], "\uac80\uc0ac\ud558\ub294": [4, 6, 17], "\ub3c4\uad6c\uc5d0": 4, "\uc5d0\ub7ec": 4, "\ub9ac\ud3ec\ud305\uc744": 4, "\uc218\uc9d1": 4, "\ucd94\uac00\ub418\uc5c8\ub2e4": [4, 5, 7, 8, 9], "\ub2e8\uacc4\uac00": 4, "3\ub2e8\uacc4\uc5d0\uc11c": 4, "4\ub2e8\uacc4\ub85c": 4, "\ud655\uc7a5\ub418\uc5c8\uc73c\uba70": 4, "4\ub2e8\uacc4\ub294": 4, "\ub7f0\ud0c0\uc784\uc5d0\uc11c": 4, "\uc2e4\ud589\ud558\uc5ec": [4, 15, 22], "\uce21\uc815\ud55c\ub2e4": 4, "output_prefix": [4, 11], "\ub2e8\uacc4\ubcc4\ub85c": [4, 7], "\ub85c\uadf8\uc640": [4, 11], "\ub2e8\uacc4\uc5d0\uc11c": [4, 15], "\uc0dd\uc131\ud558\ub294": [4, 14], "\uba54\ud0c0\ub370\uc774\ud130": [4, 20], "\uc218\uc9d1\ud558\ub294": 4, "\uacb0\uacfc\ub97c": [4, 7, 8, 11, 12, 16], "\ubaa8\uc544": 4, "unix_epoch": [4, 11], "zip": [4, 11], "\ud30c\uc77c\ub85c": [4, 7, 11, 12, 14, 16], "\uc800\uc7a5\ud55c\ub2e4": 4, "model_path": [4, 11, 16], "\uc218\uc9d1\ub41c": [4, 15], "\uc815\ubcf4\uc5d0\ub294": 4, "\uc790\uccb4\ub97c": 4, "\ud3ec\ud568\ud558\uc9c0": 4, "\uc54a\uc73c\uba70": [4, 16], "\ub124\ud2b8\uc6cc\ud06c\uc758": [4, 18], "\uc0ac\uc6a9\ub7c9": 4, "\ucef4\ud30c\uc77c\ub7ec\uc758": 4, "\uc758\uc874": [4, 7], "\ub77c\uc774\ube0c\ub7ec\ub9ac": [4, 10, 17], "unzip": 4, "\uba85\ub839\uc73c\ub85c": [4, 5, 11, 12, 15, 17], "\uc555\ucd95\uc744": 4, "\ud480\uc5b4": 4, "\ub0b4\uc6a9\uc744": [4, 8, 9], "\ud30c\uc77c\uc744": [4, 7, 10, 11, 12, 14, 15, 16, 22], "\ucca8\ubd80\ud558\uba74": [4, 11], "\uc9c4\ub2e8": 4, "\ubd84\uc11d\uc5d0": [4, 11, 16], "\ub3c4\uc6c0\uc774": [4, 15], "\ub3c4\uad6c\uc778": [4, 5, 8, 12], "\ub3c4\uc785\ub418\ub294": 4, "\ucee4\ub9e8\ub4dc\ub294": [4, 11], "\uc6cc\ud06c\ub85c\ub4dc\uc640": [4, 14, 15], "\uac04\ub2e8\ud558\uac8c": [4, 20], "\uc81c\uc5b4\ud560": 4, "\uc9c0\uc5f0": [4, 10, 14], "\uc2dc\uac04\uacfc": [4, 10], "\uc704\uc8fc": 4, "\uc6cc\ud06c\ub85c\ub4dc\ub97c": [4, 14], "\uc120\ud0dd": [4, 12], "\uac00\ub2a5\ud558\uba70": [4, 17], "\uc5bc\ub9c8\ub098": 4, "\uc0ac\uc6a9\ud560\uc9c0": 4, "\uc624\ub798": 4, "\uc218\ud589\ud560\uc9c0": 4, "\uc635\uc158\uc73c\ub85c": [4, 13, 20], "onnx\uc640": 4, "tflite": [4, 5, 8, 11, 12, 14, 16, 20], "compiler\ub85c": 4, "\ucef4\ud30c\uc77c\ud55c": 4, "enf": [4, 9, 11], "\ud30c\uc77c\ub3c4": 4, "\ucee4\ub9e8\ub4dc\uc758": 4, "throughput": [4, 11, 14], "\uc608\uc2dc": [4, 11], "workload": [4, 11], "n": [4, 9, 11, 12, 15, 16, 17], "10000": [4, 9, 11], "worker": [4, 11, 15], "\uc9c0\uc5f0\uc2dc\uac04": [4, 8, 11], "latenc": [4, 8, 11, 14, 16], "\uc124\uce58\ub294": [4, 5, 6, 17], "\uad00\ub9ac\uc790\ub97c": 4, "toolkit\uc740": 4, "\uad00\ub9ac": [4, 13], "\uc0c1\ud0dc": [4, 15, 20], "\ubaa8\ub2c8\ud130\ub9c1": 4, "\uc9d1\ud569\uc774\ub2e4": 4, "\ub9b4\ub9ac\uc2a4\uc5d0": [4, 9], "\ub3c4\uad6c\ub4e4\uc740": 4, "furiosactl\uc758": 4, "\ud3ec\ub9f7": 4, "\uc774\uc804\uae4c\uc9c0\ub294": 4, "list": [4, 5, 6, 8, 13, 22], "\uc11c\ube0c": [4, 11, 17], "\ucee4\ub9e8\ub4dc": [4, 11], "\uc544\uc2a4\ud0a4\ub97c": 4, "\ud45c": 4, "\ucd9c\ub825\ud558\uace0": 4, "format": [4, 8, 9, 11, 12, 16], "json": [4, 11, 15, 16, 20], "yaml": [4, 5, 11, 15, 20], "\uad6c\uc870\uc801": [4, 8, 16], "\ub370\uc774\ud130\ub85c": [4, 8, 9], "\ucd9c\ub825\ud558\ub294": 4, "\uc800\uc7a5\ud558\uac70\ub098": 4, "\ud30c\uc774\ud504\ub77c\uc778\uc744": 4, "\uc2a4\ud06c\ub9bd\ud2b8\ub85c": 4, "\uc804\ub2ec\ud558\uc5ec": 4, "\ubc29\uc2dd\uc73c\ub85c": [4, 7, 14], "dev_nam": 4, "npu7": 4, "product_nam": 4, "device_uuid": 4, "device_sn": 4, "7a3b908": 4, "47": [4, 9, 11], "power": [4, 5, 8, 9, 11, 15], "99": [4, 9, 11, 16, 18], "w": [4, 5, 8, 9, 11, 15, 16], "pci_bdf": 4, "0000": [4, 5, 8, 9, 11, 15, 22], "d6": 4, "00": [4, 5, 8, 9, 11, 15, 22], "pci_dev": 4, "492": 4, "98": [4, 9, 11], "\ucee4\ub9e8\ub4dc\uc5d0": 4, "\ud074\ub7ed": 4, "\uc18d\ub3c4": 4, "frequenc": 4, "\ud56d\ubaa9\uc744": 4, "\ucd94\uac00\ud558\uc600\ub2e4": [4, 8], "pci": [4, 5, 8, 9, 11, 15], "\uce74\ub4dc": 4, "\uc804\uccb4\uc5d0\uc11c": 4, "\uc804\ub825": 4, "\ud45c\uc2dc\ud558\ub3c4\ub85d": 4, "\uac1c\uc120\ud558\uc600\ub2e4": 4, "metric": 4, "\uc9c0\ud45c\ub4e4\uc744": 4, "\uc11c\ube59\ud558\ub294": [4, 14, 17], "\uc6f9\uc11c\ubc84\uc774\ub2e4": 4, "\uc9c0\ud45c\ub4e4\uc740": 4, "prometheu": [4, 15], "\ube44\ub86f\ud55c": [4, 22], "\ud638\ud658": [4, 8, 12, 15], "\uc218\uc9d1\ud560": [4, 15], "\ubc84\uc804\uc740": 4, "utial": 4, "\uc9c0\ud45c\ub85c": [4, 15], "\ud3ec\ud568\ud558\ub3c4\ub85d": 4, "\uae30\ub2a5\uc740": [4, 5, 12, 14, 17], "\uc544\uc9c1": 4, "\uc2e4\ud5d8\uc801\uc778": 4, "\uae30\ub2a5\uc73c\ub85c": 4, "enabl": [4, 12, 22], "util": [4, 6], "\ud65c\uc131\ud654\ud574\uc57c": 4, "\ub3c4\ucee4": 4, "\uc774\ubbf8\uc9c0\ub97c": 4, "\ud1b5\ud574\uc11c\ub9cc": [4, 5], "\uc81c\uacf5\ub418\uc5c8\ub358": 4, "\ub9b4\ub9ac\uc2a4\ubd80\ud130\ub294": 4, "\ud328\ud0a4\uc9c0\uc5d0": 4, "\ud3ec\ud568\ub418\uc5b4": [4, 5, 10, 15, 22], "\ub9b4\ub9ac\uc988\uc5d0\ub294": 5, "\uc57d": [5, 6, 7], "87\uac1c\uc758": 5, "\ubc84\uadf8\ud53d\uc2a4": 5, "\uac1c\uc120\uc744": [5, 7, 8], "\ud3ec\ud568\ud558\uace0": [5, 6, 7, 8, 17], "\uc911\uc694\ud55c": [5, 8, 16], "\ubcc0\uacbd\uc0ac\ud56d\uc740": [5, 6], "\ub9b4\ub9ac\uc988\uc5d0\uc11c": [5, 10], "\uc5f0\uc0b0\uc790\uc5d0": [5, 7, 12], "\uc9c0\uc6d0\uc744": [5, 11, 14, 15], "\ucd94\uac00\ud55c\ub2e4": [5, 15], "\uac00\uc18d\uc774": [5, 12], "\uc9c0\uc6d0\ub418\ub294": [5, 12], "\uc804\uccb4\ub294": 5, "\ub9b4\ub9ac\uc988": 5, "onnx\uc758": 5, "opset": [5, 7, 12], "13": [5, 12, 18], "\uc5f0\uc0b0\uc790\uae4c\uc9c0": 5, "\uc9c0\uc6d0\ud558\ub3c4\ub85d": 5, "\uccab\ubc88\uc9f8": [5, 8], "commit": [5, 15], "b1d2b74": 5, "api\uc5d0\uc11c": [5, 8], "\uc9c0\uc815\ud560": [5, 7, 9, 12, 15, 20], "\uc774\ub77c\ub294": [5, 14], "\ud658\uacbd\ubcc0\uc218\ub97c": [5, 16], "\uc788\uc5c8\uc9c0\ub9cc": 5, "\ubd80\ud130\ub294": 5, "session\uc744": [5, 12], "\uc0dd\uc131\ud560": [5, 11, 14, 15, 16, 22], "\uba85\uc2dc\uc801\uc73c\ub85c": 5, "\uc9c0\uc815\ud558\uc9c0": 5, "\uc54a\uc73c\uba74": 5, "\uae30\uc874\uacfc": 5, "\ud658\uacbd\ubcc0\uc218\uc5d0": 5, "\uc9c0\uc815\ud55c": [5, 14, 15, 16, 17, 20], "\uc0ac\uc6a9\ud55c\ub2e4": [5, 9, 11, 12, 13, 15, 17], "sess1": 5, "model1": 5, "sess2": 5, "model2": 5, "npu0pe1": [5, 8, 20], "asynchron": [5, 10], "async_sess": 5, "queue": 5, "create_async": [5, 7], "npu1pe2": 5, "\ub450\ubc88\uc9f8": 5, "4f1f114": 5, "name": [5, 8, 9, 11, 15, 16, 20, 22], "\uc9c0\uc6d0\uc774\ub2e4": 5, "\uae30\uc874": [5, 7, 8, 9, 12, 17], "\ub0b4\uc7a5\ub41c": 5, "\uc21c\uc11c\ub97c": [5, 15], "\ud30c\uc545\ud558\uc5ec": [5, 15], "run": [5, 7, 8, 11, 12, 16, 20], "\ud30c\ub77c\uba54\ud130\ub85c": [5, 7], "\uc804\ub2ec\ud558\ub294": 5, "\ubc29\ubc95\ub9cc": 5, "\ucc98\ub7fc": [5, 12], "\ud150\uc11c\ub97c": [5, 7, 8, 9], "np1": 5, "np": [5, 6, 8, 16, 20], "random": [5, 16], "randint": 5, "255": 5, "session_input": 5, "dtype": 5, "np2": 5, "run_with": 5, "output1": 5, "input2": 5, "input1": 5, "\ubc1c\uc0dd\ud558\uba74": 5, "\ub514\ubc84\uae45\uc744": 5, "\ub85c\uadf8\uac00": [5, 7], "\uac04\ud3b8\ud55c": 5, "\ubcf4\uace0\uc640": 5, "\uace0\uac1d": 5, "\uc9c0\uc6d0\uc758": 5, "mnist": [5, 8, 11, 20], "\ubb38\uc81c\uc5d0": 5, "\ubb38\uc81c\ub4f1\uc774": 5, "\uc911\ubcf5": 5, "\uc0ac\uc6a9\uc5d0": 5, "01aaa40": 5, "completionqueue\uc758": 5, "timeout": 5, "\uc5f0\uacb0": [5, 20], "\uc885\ub8cc": 5, "21cba85": 5, "\uc778\ud130\ub7fd\ud2b8\uc5d0": 5, "hang": 5, "\ud574\uacb0": 5, "a0f4bd7": 5, "grpc\uc640": 5, "rest": [5, 14, 17, 20], "\ud504\ub808\uc784\uc6cc\ud06c\uc778": [5, 8], "\uc2e4\ud589\ud574": 5, "\uac04\ub2e8\ud788": [5, 6, 7, 8, 15], "\ucee4\ub9e8\ub4dc\uacfc": 5, "\uacbd\ub85c\uc640": 5, "\ud568\uaed8": [5, 7, 11, 13, 14], "\uc2e4\ud589\ud558\uba74": [5, 12, 15, 16, 20], "\uc774\uc6a9\ud574": [5, 8, 10, 11, 12, 14, 16, 18, 22], "\ubc14\ub85c": [5, 16, 17], "\uc11c\ube59\ud560": [5, 8], "mnistnet_uint8_quant_without_softmax": [5, 8, 20], "npu\uc5d0": [5, 8, 11, 12, 14, 22], "\ud328\ud0a4\uc9c0\ub85c": 5, "\ud6c4\uc5d0\ub294": [5, 17], "\uc608\uc81c\uc640": [5, 8], "registri": [5, 7], "mlcommonsresnet50": [5, 7, 8], "resnet50": [5, 7, 8, 12, 14, 18], "sess": [5, 7, 8], "\ud3ec\ud568\ub41c\ub2e4": 5, "toolkit": [5, 15], "\uc788\uc73c\uba74": 5, "\uc0c1\ud0dc\ub97c": [5, 22], "\ud655\uc778\ud558\uac70\ub098": 5, "\uc720\ud734": [5, 11], "\uc124\uc815": [5, 8, 9, 10, 16, 20, 22], "temp": [5, 8, 9, 11, 15], "bdf": [5, 8, 9, 11, 15], "dev": [5, 8, 9, 10, 11, 13, 15], "npu0": [5, 8, 15], "92": 5, "01": [5, 15, 22], "510": 5, "devnam": [5, 15], "statu": 5, "all": [5, 8], "readi": [5, 15, 20], "singl": [5, 15], "fusion": [5, 15], "\uc9c0\uc6d0\uc774": 5, "\ucee4\ub9e8\ub4dc\ub85c": [5, 7, 15, 17, 20], "\uc7a5\uce58": [5, 8, 9, 11, 13, 15], "\ud50c\ub7ec\uadf8\uc778\uacfc": 5, "\ub178\ub4dc": [5, 14], "\ub808\uc774\ube14\ub7ec\ub97c": 5, "\uc124\uce58\ud558\uace0": [5, 13, 22], "pod\uc744": [5, 15], "\ubc30\ud3ec\ud560": [5, 14, 20], "npu\uac00": [5, 11, 12, 14, 15, 17, 22], "\uc2a4\ucf00\uc974": 5, "\ub418\ub3c4\ub85d": 5, "kubectl": [5, 15], "appli": [5, 15], "f": [5, 15], "raw": [5, 15], "githubusercont": [5, 15], "com": [5, 13, 15, 16, 17, 20], "main": 5, "deploy": [5, 15], "node": [5, 14], "label": [5, 14], "\ub9b4\ub9ac\uc988\ub85c": [6, 7, 8], "\uac1c\uc120": 6, "\ubc84\uadf8\ud53d\uc2a4\uc5d0": [6, 7], "234\uac1c\uc758": 6, "pr\uacfc": 6, "900\uc5ec\uac1c\uc758": 6, "\ucee4\ubc0b\uc744": [6, 7], "\uc800\uc7a5\uc18c\ub97c": [6, 7, 8, 9, 13], "pdma": [6, 7, 8], "libnpu": [6, 11], "uninstal": 6, "valid": [6, 22], "2\ub85c": 6, "\uc720\uc800\ub808\ubca8": 6, "\uc548\uc815\uc801\uc774\uace0": 6, "\uc678\uc5d0": 6, "\ub9ac\uc2a4\ud2b8\ub294": [6, 7], "\ucc38\uace0": [6, 15, 17], "space": 6, "depth": 6, "\ucd95": 6, "\ud55c\uc815": 6, "convolut": 6, "\uc0ac\uc6a9\ub7c9\uc744": 6, "\uc694\uad6c\ud558\ub294": [6, 8, 10], "\uc5f0\uc0b0\uc790\uac00": [6, 8], "\ubaa8\ub378\uc5d0\uc11c": [6, 7], "\ud14c\uc2a4\ud06c": 6, "\ube48\ub3c4\ub97c": 6, "\uc904\uc774\ub294": 6, "\uac10\uc18c": 6, "\uacfc\uc815\uc774": [6, 11, 22], "\uba71\ub4f1\uc131": 6, "idempot": 6, "\ubcf4\uc7a5\ud558\ub3c4\ub85d": 6, "pytorch": 6, "pylint": 6, "\uacbd\uace0\ub97c": 6, "\ud488\uc9c8": 6, "\ud5a5\uc0c1": [6, 8], "numpi": [6, 8, 9, 16, 20], "21": 6, "pyyaml": 6, "\ud504\ub85c\uc81d\ud2b8": 6, "\uad6c\uc870": 6, "litmu": 6, "\ubaa8\ub378\uc774": [6, 7, 12, 14, 17, 18, 20], "sdk\uc640": [6, 10, 17, 18], "\ud638\ud658\ub418\ub294\uc9c0": [6, 11, 17], "\ud328\ud0a4\uc9c0\uc778": [6, 13], "validator\uac00": 6, "litmus\ub85c": 6, "\uc774\ub984\uc774": [6, 20], "\ubcc0\uacbd\ub418\uc5b4": 6, "\ubc29\ubc95\uc774": [6, 9], "\uac80\uc0ac": [6, 7], "\ucc38\uc870": 6, "serving\uc740": 6, "\uae30\ubc18\uc73c\ub85c": [6, 8, 10, 14, 18], "api\uc758": [6, 12], "\uc804\ud6c4\uc5d0": 6, "\ube44\uc9c0\ub2c8\uc2a4": 6, "\ub85c\uc9c1\uc774\ub098": 6, "\uc804\ud6c4": 6, "\ucc98\ub9ac": [6, 8, 14, 16, 18], "\ucd94\uac00\ud560": 6, "\uc788\uac8c": [6, 7, 8, 14, 15, 17], "\uac19\uc73c\uba70": 6, "github": [6, 16, 17, 20], "\uc0b4\ud3b4\ubcfc": 6, "dict": 6, "uploadfil": 6, "thread": [6, 8, 11, 16], "synchron": [6, 8], "serveapi": 6, "servemodel": [6, 8], "imagenet": [6, 8], "locat": [6, 8, 22], "exampl": [6, 8, 10, 16, 20], "asset": [6, 8, 16, 20], "image_classif": [6, 8], "def": [6, 8], "convert": 6, "arrai": 6, "your": 6, "preprocess": [6, 8], "function": 6, "ndarrai": [6, 8], "await": [6, 8], "predict": [6, 8, 14], "classifi": 6, "postprocess": [6, 8], "respons": [6, 20], "return": [6, 8], "1400\uc5ec\uac1c\uc758": 7, "manag": [7, 8, 9], "cli": [7, 8, 9], "\uc800\uc7a5\uc18c": [7, 8, 9, 17, 20], "\uc870\uac74\uc5d0\uc11c": 7, "\uac00\uc18d\ub420": [7, 8], "0\uc5d0\uc11c": 7, "\uc5f0\uc0b0\uc790\uc640": 7, "\uc870\uac74\uc740": 7, "\uc544\ub798\uc5d0\uc11c": [7, 18], "chw": 7, "concat\uc758": 7, "dilation\uc774": 7, "12\uae4c\uc9c0": 7, "\uc9c0\uc6d0\ub418\ub3c4\ub85d": 7, "\uce90\uc2dc\ub294": 7, "\ubc14\uc774\ub108\ub9ac\uc640": 7, "\uc18d\uc131\uc5d0": [7, 8], "\uae30\ubc18\ud55c": 7, "\ud574\uc26c": 7, "\uac12\uacfc": 7, "\uc800\uc7a5\ud558\uc5ec": 7, "\uc7ac\ud65c\uc6a9\ud558\uac8c": [7, 12], "\ub85c\uceec": [7, 12, 20], "\uc2dc\uc2a4\ud15c": [7, 12], "redis\ub97c": [7, 12], "\uc2a4\ud1a0\ub9ac\uc9c0\ub85c": [7, 12], "\uc218\ubc18\ud558\ub294": 7, "\ud568\uc218": [7, 16], "\uc800\uc7a5\ub41c": [7, 16, 20], "\uacbd\ub85c\uac00": 7, "\ucd9c\ub825\ub41c\ub2e4": [7, 16], "\ub85c\uadf8\uc5d0\ub294": 7, "\uc774\ud574\ud558\ub294": 7, "\uc720\uc6a9\ud55c": 7, "\ub2f4\uace0": [7, 10], "\uc788\ub294\ub370": [7, 14], "\uac1c\uc120\uc5d0": 7, "\ud78c\ud2b8\ub97c": 7, "\ucd94\uac00\ub85c": [7, 15], "cat": [7, 8, 11, 15], "grep": [7, 15, 22], "hint": 7, "\ud78c\ud2b8\ub9cc": 7, "\ucd9c\ub825\ud574\ubcfc": 7, "\ud78c\ud2b8\ub294": 7, "\uc5b4\ub5a4": [7, 8, 15], "\uc65c": 7, "\uac00\uc18d\ub418\uc9c0": 7, "\uc54a\ub294\uc9c0\ub97c": 7, "\uc54c\ub824\uc900\ub2e4": 7, "2022": 7, "05": [7, 9, 11, 20, 22], "24t02": 7, "44": [7, 9, 11], "399402z": 7, "warn": [7, 20], "nux": [7, 8, 10, 20], "19": [7, 9, 11, 20], "logsoftmax": 7, "cannot": 7, "acceler": [7, 22], "yet": 7, "399407z": 7, "should": [7, 11], "bigger": 7, "than": 7, "399408z": 7, "17": [7, 16], "36": 7, "\uacfc\uc815\uc5d0\uc11c": [7, 11, 12, 14, 17, 18], "\uc218\ud589\ub418\ub294": 7, "\ud504\ub85c\ud30c\uc77c\ub7ec\ub97c": [7, 16], "\ud65c\uc131\ud654": [7, 12, 15, 16, 22], "\ud568\uc218\uac00": 7, "\uc0ac\uc774\uc988\ub97c": 7, "\uc778\uc790\ub85c": [7, 12, 15], "\ubc1b\ub3c4\ub85d": 7, "\uc804\ub2ec\ub41c": 7, "\ubc18\uc601\ub418\uc9c0": 7, "\uc544\ub798\ub294": [7, 14, 16], "\uc0ac\uc774\uc988\uc640": 7, "config": [7, 11, 15, 20], "without_quant": [7, 8, 9], "paramet": 7, "permut": 7, "compile_config": 7, "squeez": 7, "\uc774\ud558": [7, 12, 15], "\ubc84\uc804\uc5d0\uc11c": 7, "ax": 7, "\uc18d\uc131\uc774": 7, "\uc9c0\uc815\ub418\uc5b4": 7, "\uc788\uc9c0": [7, 11, 13, 15, 16], "\uc54a\uc740": [7, 9, 11, 13, 17], "\uacbd\uc6b0\uc5d0\ub3c4": 7, "\ubaa8\uc591\uc744": 7, "\ucd94\ub860\ud560": 7, "nxcxhxw": 7, "\uac00\uc9c4": [7, 14], "\uc785\ub825\uc73c\ub85c": [7, 12, 18], "\ubc1b\ub294": 7, "\ubfd0\ub9cc": [7, 14], "nxcxd": 7, "conv\uc5d0": 7, "conv\uac00": 7, "\ud3b8\ud5a5": 7, "bia": 7, "\ubc1b\uc9c0": 7, "\ubd80\ubd84": 7, "\uadf8\ub798\ud504\ub97c": 7, "conv\ub85c": 7, "\uc735\ud569\ud560": 7, "\uc774\ud6c4": [7, 13, 22], "\uc77c\uad00\ub41c": 7, "\ucc98\ub9ac\ud560": [7, 8, 18, 20], "\ud53c\uc5f0\uc0b0\uc790\uac00": 7, "\ucd08\uae30\uac12\uc744": 7, "\uac00\uc9c0\ub294\uc9c0": 7, "\uc5ec\ubd80\uc640": [7, 22], "\uc0c1\uad00\uc5c6\uc774": 7, "concat\uacfc": 7, "\ud56d\uc0c1": [7, 12], "qdq": 7, "\uc591\uc790\ud654\ud558\ub3c4\ub85d": 7, "\uacfc\uc815": 7, "\uacbd\uace0\uac00": 7, "\ub098\uc9c0": 7, "\uc54a\ub3c4\ub85d": 7, "\ubaa8\uc591": [7, 14], "\ucd94\ub860\ud558\uc9c0": 7, "\ubabb": 7, "\uacbd\uc6b0\ub97c": 7, "\ube60\uc9d0\uc5c6\uc774": 7, "\ubc1c\uacac\ud558\ub3c4\ub85d": 7, "\uac15\ud654": 7, "\ud615": 7, "\ub370\uc774\ud130\ub97c": [7, 8, 11, 12, 14, 15, 16, 18], "\uc18c\uc218\uc810": [7, 18], "\ud615\uc774\ub098": 7, "\ud615\uc744": 7, "\ubaa8\ub378\ub3c4": [7, 14], "\ub79c\ub364": 7, "\uce98\ub9ac\ube0c\ub808\uc774\uc158\ud560": 7, "\uc774\ubbf8": [7, 8, 9, 11, 13, 15, 17], "\uc8fc\uc5b4\uc84c\uc744": 7, "\ub54c\ub97c": 7, "\uc548\uc815\uc801\uc73c\ub85c": 7, "\ubc1c\uacac\ud558\uace0": 7, "\uc885\ub8cc\ud558\ub3c4\ub85d": 7, "conv\uc758": 7, "\uac00\uc911\uce58": 7, "weight": 7, "\uc2a4\ucf00\uc77c": 7, "scale": 7, "\ub108\ubb34": 7, "\uc791\uc544": 7, "\uc2a4\ucf00\uc77c\uc774": 7, "0\uc774": 7, "\ub418\ub294": [7, 15], "\uac00\uc911\uce58\uc758": 7, "\uc2a4\ucf00\uc77c\uc744": 7, "\uc801\uc808\ud788": [7, 22], "\uc870\uc808\ud558\ub3c4\ub85d": 7, "gather": [7, 8], "gather\ub85c": 7, "\uc870\uac74": 7, "\ub77c\uc774\ube0c\ub7ec\ub9ac\ub4e4\uc744": 7, "\uac31\uc2e0": 7, "kubernetes\uc5d0\uc11c": [7, 15], "\uc124\uc815\ud558\ub294": 7, "\uae30\uc874\ucc98\ub7fc": 7, "\ud56d\ubaa9\ub4e4\uc744": 7, "\uc785\ub825\ud558\uac70\ub098": 7, "\uc120\ud0dd\ud558\uc5ec": [7, 13, 14, 17], "\ubc14\uc774\ub108\ub9ac\ub97c": [7, 14], "\uac00\uc838\uc624\ub294": 7, "\uc791\uc5c5\uc740": [7, 13], "\ub124\ud2b8\uc6cc\ud06c\ub97c": [7, 12], "\ubb34\uac70\uc6b4": 7, "\uac83\uc774\ub77c": 7, "non": 7, "api\ub85c": [7, 14, 17], "\uc791\uc131\ub418\uc5c8\uc9c0\ub9cc": 7, "\uac1c\ubc1c": [7, 17], "\ud3b8\uc758\uc131\uc744": 7, "\uae30\ubcf8\uc73c\ub85c": [7, 12], "\ub178\ucd9c\ud55c\ub2e4": [7, 14], "nonblock": [7, 8], "\ubaa8\ub4c8\uc744": [7, 17, 22], "\uc811\uadfc\ud560": [7, 14], "\ubc84\uadf8\ud53d\uc2a4\ub97c": [8, 9], "\ub9b4\ub9ac\uc988\ub294": 8, "\uc751\uc6a9": [8, 10, 17], "\uac1c\ubc1c\uc758": 8, "\ud504\ub808\uc784\uc6cc\ud06c\uc640": 8, "zoo\uc5d0": 8, "\uc8fc\uc694\ud55c": [8, 14], "4": [8, 9, 11, 13, 16], "libhal": [8, 9, 13], "fastapi": 8, "\ud504\ub808\uc784\uc6cc\ud06c\uc774\ub2e4": 8, "\uc774\uc6a9\ud558\uba74": [8, 13, 14], "fastapi\ub97c": 8, "\ud65c\uc6a9\ud558\ub294": [8, 14], "\uc11c\ube44\uc2a4": [8, 20], "\uc751\uc6a9\uc744": [8, 10, 17], "\ube60\ub974\uac8c": [8, 11], "\uac1c\ubc1c\ud560": 8, "\ub9b4\ub9ac\uc988\uc5d0\uc11c\ub294": 8, "\uc5c5\ub370\uc774\ud2b8\ub97c": 8, "pool": 8, "\uc751\uc6a9\uc774\ub77c\ub3c4": 8, "\uc694\uccad\uc73c\ub85c": 8, "\uac00\ub2a5\ud558\ub2e4\uba74": 8, "\uc7a5\ucc29\ud558\uc5ec": 8, "\uc2dc\ud0ac": 8, "npuservemodel": 8, "specifi": [8, 12, 20], "multipl": 8, "npu_devic": [8, 20], "npu1pe0": [8, 9, 11], "worker_num": 8, "\uc2a4\ub808\ub4dc": 8, "\ub3d9\uc791\ud558\ub358": 8, "\uc694\uccad": [8, 16, 20], "\uc791\uace0": 8, "\ube48\ubc88\ud55c": 8, "\uc694\uccad\ub3c4": 8, "\uc9c0\uc5f0\uc2dc\uac04\uc73c\ub85c": 8, "\ud55c\ubc88\uc758": 8, "\uc758\ud574": 8, "\ucc98\ub9ac\ud558\ub294": 8, "\uc751\uc6a9\ub3c4": 8, "\uace0\uc131\ub2a5\uc73c\ub85c": 8, "self": 8, "The": 8, "follow": [8, 11], "code": 8, "same": 8, "time": [8, 11], "wait": [8, 20], "until": 8, "request": [8, 15, 20], "ar": [8, 11, 20], "complet": [8, 20], "\uc678\ubd80": 8, "\ud655\uc7a5": [8, 11, 17], "\ubcf5\uc7a1\ud55c": 8, "\uc7a5\uce58\uc640": 8, "\ud544\uc694\uac00": [8, 13, 14], "\ub7f0\ud0c0\uc784\uc744": [8, 10, 13], "\ud504\ub808\uc784\uc6cc\ud06c\ub97c": 8, "\ud655\uc7a5\ud588\uc73c\uba70": 8, "\ub7f0\ud0c0\uc784\uc73c\ub85c": 8, "openvino\ub97c": 8, "openvino": 8, "s3": 8, "\ud074\ub77c\uc6b0\ub4dc": 8, "\uc2a4\ud1a0\ub9ac\uc9c0": 8, "model\uc758": 8, "url\uc744": [8, 12], "\uc9c0\uc815\ud558\uba74": [8, 11, 12, 20, 22], "auth": [8, 13], "environ": [8, 15], "variabl": 8, "aioboto": 8, "densenet": 8, "93d63f654f0f192cc4ff5691be60fb9379e9d7fd": 8, "opentelemetri": 8, "\ud2b8\ub808\uc774\uc2f1": [8, 16], "collector": 8, "\uc5b4\ud50c\ub9ac\ucf00\uc774\uc158\uc758": 8, "\uad6c\uac04\uc758": 8, "\ucd94\uc801\ud560": 8, "\ud65c\uc6a9\uc744": [8, 14], "trace": [8, 11, 20], "get_trac": 8, "\ud638\ucd9c\ud574": 8, "tracer\ub97c": 8, "\ucd08\uae30\ud654": [8, 12], "tracer": 8, "start_as_current_span": 8, "\uc9c0\uc815\ud574\uc8fc\uba74": 8, "__name__": 8, "class": 8, "applic": [8, 20], "int": 8, "input_tensor": 8, "output_tensor": 8, "\uc9c0\uc815\uc740": 8, "furiosa_serving_otlp_endpoint": 8, "\ud658\uacbd\uc124\uc815\uc744": 8, "\uadf8\ub9bc\uc740": [8, 14], "grafana\ub97c": 8, "\uc2dc\uac01\ud654\ud55c": 8, "\uacb0\uacfc\uc758": [8, 16], "\uc678\uc758": 8, "\uac1c\uc120\uc810\uc740": 8, "\uc9c0\uc6d0\ud558\uc5ec": 8, "\ub2e4\uc218": 8, "\uc0d8\ud50c\uc744": 8, "\ud55c\ubc88\uc5d0": [8, 12], "\uc2e4\ud589\ud560": [8, 12, 20], "\uc2a4\ub808\ub4dc\uac00": 8, "\uacf5\uc720\ud560": 8, "\ubd84\uc11d": 8, "panda": 8, "\ubd84\uc11d\ud560": [8, 16], "\ud2b8\ub808\uc774\uc2f1\ud55c": 8, "\ubd84\uc11d\ud558\uc5ec": [8, 18], "\ubcd1\ubaa9\uc9c0\uc810": 8, "\uc2dd\ubcc4": 8, "\ubaa8\ub378\uc131\ub2a5": 8, "\uc6d0\uc778\uc744": 8, "dataframe\uc744": 8, "recordformat": [8, 16], "pandasdatafram": [8, 16], "input_shap": [8, 16], "record": [8, 16], "_": [8, 9, 16], "rang": [8, 9, 11, 16], "rand": [8, 16], "df": [8, 16], "get_pandas_datafram": [8, 16], "trace_id": [8, 16], "id": [8, 16], "dur": [8, 16], "\ubcc0\ud658\ud574\uc8fc\ub294": [8, 9], "\uc0ac\ud56d\uc744": 8, "silu": 8, "\uc27d\ub3c4\ub85d": 8, "div": 8, "\ucc98\ub9ac\uac00": 8, "auto_pad": 8, "\ub300\ud574\uc11c\ub3c4": 8, "prelu": 8, "\ub3c4\uc785\ub41c": [8, 17], "o": [8, 9, 11, 12, 15, 22], "\ud504\ub85c\uc138\uc2a4\uac00": 8, "\uc810\uc720\ud558\uace0": [8, 11], "\uc788\ub294\uc9c0": 8, "pid": [8, 9, 11], "cmd": [8, 11], "132529": [8, 11], "bin": [8, 11, 15, 16], "python3": [8, 11, 17], "uvicorn": [8, 11, 20], "image_classifi": [8, 11, 16], "app": [8, 11], "\uace0\uc720\uc758": 8, "uuid\ub97c": 8, "\ucd9c\ub825\ud558\ub3c4\ub85d": 8, "uuid": [8, 9, 11], "72212674": 8, "61be": 8, "4fca": 8, "a2c9": 8, "555e4ee67ab5": 8, "12180b0": 8, "49": [8, 9, 11, 20], "24": 8, "235": 8, "npu1": [8, 9, 11, 15], "df80fb54": 8, "8190": 8, "44bc": 8, "b9fb": 8, "664fa36c754a": 8, "54": [8, 9, 11], "53": 8, "6d": 8, "511": [8, 9, 11], "\uc0ac\uc6a9\ubc95\uc5d0": [8, 9], "\uacf5\uac1c": [8, 13], "\ud504\ub85c\uc81d\ud2b8\uc774\ub2e4": 8, "medium": 8, "sota": 8, "\uac1d\uccb4\ud0d0\uc9c0": 8, "\ubaa8\ub378\uc778": 8, "yolov5l": 8, "yolov5m": 8, "\ub9ac\uc2a4\ud2b8": 8, "\ud074\ub798\uc2a4": 8, "\ub85c\ub529": 8, "\ud074\ub798\uc2a4\uac00": 8, "\uc804\ud6c4\ucc98\ub9ac": 8, "\uc678": 8, "\ud074\ub798\uc2a4\uc640": 8, "block": [8, 10], "\ubcc0\uacbd\ub41c": [8, 15], "load_async": 8, "\ud6c4\ucc98\ub9ac\ub294": 8, "\ucd9c\ub825\uc778": 8, "\uc5b4\ud50c\ub9ac\ucf00\uc774\uc158\uc5d0\uc11c": 8, "\uc811\uadfc\ud558\uae30": 8, "\uc88b\uc740": 8, "\ubcc0\uacbd\ud574\uc8fc\ub294": 8, "\uacfc\uc815\uc73c\ub85c": 8, "\uae34": 8, "\ucc28\uc9c0\ud560": 8, "mobilenet": [8, 12, 14, 18], "resnet34\ub97c": 8, "\ud3ec\ud568\ud588\uc73c\uba70": 8, "\uc790\uccb4": 8, "\ud3c9\uac00\uc5d0": 8, "\uc758\ud558\uba74": 8, "\ucf54\ub4dc\ub294": 8, "70": 8, "\uae4c\uc9c0": [8, 18, 21], "\uaca9\uac10": 8, "\ub2e4\uc74c\uc740": 8, "resnet50\uc758": 8, "\uc608\uc81c\uc774\ub2e4": [8, 16, 20], "pre": 8, "nativepostprocessor": 8, "postprocessor": 8, "test": [8, 11], "jpg": [8, 16], "eval": 8, "changelog": 8, "\ub9b4\ub9ac\uc2a4\ub85c": 9, "\uc0ac\ud56d\uc774\ub2e4": 9, "\uc5c5\ub370\uc774\ud2b8\ud558\uc9c0": [9, 17], "\ucc44\ub85c": [9, 17], "\uc5d0\ub7ec\ub97c": [9, 17], "\uc811\ud560": [9, 17], "\uc591\uc790\uc640": 9, "\uad00\ub828\ud558\uc5ec": 9, "\uce98\ub9ac\ube0c\ub808\uc774\uc158": 9, "\ud3ec\ud568\ud558\uba70": 9, "\uc720\uc5f0\ud558\uace0": 9, "\ud2bc\ud2bc\ud55c": 9, "optim": [9, 11, 18], "optimized_onnx_model": 9, "optimize_model": 9, "source_onnx_model": 9, "calibrationmethod": 9, "min_max_asym": 9, "calibration_data": 9, "tqdm": 9, "calibration_dataload": 9, "desc": 9, "unit": 9, "mininterv": 9, "collect_data": 9, "compute_rang": 9, "quantizated_graph": 9, "\uc2dc\uc791\uc5d0\uc11c": 9, "\uc218\ud589": [9, 16, 22], "\uc5ec\ubd80\ub97c": [9, 11, 17, 22], "\uacb0\uc815\ud560": 9, "\uc635\uc158\uc5d0\uc11c": 9, "\uc81c\uac70\ub41c": 9, "\uc778\uc790": [9, 22], "output\uc744": 9, "fp32\ub85c": 9, "\ud558\uc9c0": 9, "\uc54a\uace0": [9, 12, 13, 16], "uint8\ub85c": 9, "\ubcc0\ud658\ud558\ub3c4\ub85d": 9, "\uc6d0\uc18c": 9, "\ubc94\uc704\uac00": 9, "uint8\uc758": 9, "pixel": 9, "\ubc1b\uc744": [9, 11, 13], "asymmetr": [9, 18], "quasisymmetr": 9, "min": [9, 11, 16, 18], "min_max_sym": 9, "entropi": [9, 18], "entropy_asym": 9, "entropy_sym": 9, "percentil": [9, 11, 16, 18], "percentile_asym": 9, "percentile_sym": 9, "squar": 9, "mse_asym": 9, "mse_sym": 9, "nois": 9, "ratio": 9, "sqnr_asym": 9, "sqnr_sym": 9, "\ubc29\ubc95\uc758": 9, "\uc720\uc6a9\uc131\uc744": 9, "\ud655\uc778\ud558\uae30": [9, 17], "\uc778\uae30\uc788\ub294": 9, "10\uac1c": 9, "\uce98\ub9ac\ube0c\ub808\uc774\uc158\ub4e4\uc744": 9, "\uc801\uc6a9\ud558\uc5ec": [9, 11], "\uc815\ud655\ub3c4\ub97c": [9, 18], "\uce21\uc815\ud558\uc600\ub2e4": 9, "8\uac1c\uc5d0\uc11c": 9, "\ub098\uc740": 9, "\ubcf4\uc600\ub2e4": 9, "efficientnet": [9, 14, 18], "b0\ucc98\ub7fc": 9, "\uadf9\uc801\uc778": 9, "\ubcf4\uc778": 9, "\uacbd\uc6b0\ub3c4": 9, "\ucd5c\uc18c\ucd5c\ub300": 9, "\uc815\ud655\ub3c4\ub294": 9, "104": 9, "\uc774\uc5c8\ub294\ub370": 9, "\uc0c8": [9, 10], "\ud37c\uc13c\ud0c0\uc77c": 9, "73": [9, 18], "556": [9, 18], "\uc774\ub2e4": [9, 12], "\uc2e4\ud5d8": 9, "accuraci": 9, "quantizer\uc758": 9, "\uc608\uc81c\ub97c": [9, 20], "\uc0dd\uc131\ubd80\ud130": 9, "\uc778\ud37c\ub7f0\uc2a4\uae4c\uc9c0": 9, "lower": [9, 11, 16], "unlow": [9, 16], "\ud558\ub4dc\uc6e8\uc5b4\uc758": 9, "\uba85\ub839\uc5b4": 9, "\uba54\ubaa8\ub9ac\ubcf4\ub2e4": 9, "\ubc14\uc774\ub108\ub9ac\uc758": 9, "\uc2a4\ucf00\uc974\ub7ec\uc640": 9, "\ud560\ub2f9\uc790\ub97c": 9, "\uac1c\uc120\ud558\uc5ec": 9, "o\ub97c": 9, "\uc81c\uac70\ud568": 9, "\uac1c\uc120\uc73c\ub85c": 9, "\ucd5c\uc801\ud654\ub97c": [9, 16], "\ud558\uc5ec": [9, 17, 18], "\ud5a5\uc0c1\ub428": 9, "\uc2dc\uac04\uc758": [9, 11], "\ud750\ub984\uc5d0": [9, 11], "\ub530\ub978": [9, 11, 13], "\ubcc4": [9, 11, 15, 16], "\uc0ac\uc6a9\ub960\uc744": [9, 11], "\ud655\uc778\ud558\ub294\ub370": [9, 11], "interv": [9, 11, 15], "200": [9, 11], "under": [9, 11], "develop": [9, 11], "usag": [9, 11, 12, 15, 20], "mai": [9, 11], "chang": [9, 11], "enter": [9, 11], "ctrl": [9, 11, 20], "stop": [9, 11], "datetim": [9, 11], "comp": [9, 11], "command": [9, 11, 15], "2023": [9, 11, 12, 20], "03": [9, 11], "21t09": [9, 11], "45": [9, 11], "56": [9, 11, 16], "699483936z": [9, 11], "152616": [9, 11], "06": [9, 11], "100": [9, 11, 18], "npu_runtime_test": [9, 11], "resnet": [9, 11], "ctc_kor1_200_nightly3_128dpes_8batch": [9, 11], "906443888z": [9, 11], "51": [9, 11], "09": [9, 11], "93": [9, 11, 18], "95": [9, 11, 16], "57": [9, 11], "110489333z": [9, 11], "46": [9, 11], "97": [9, 11, 16, 18], "02": [9, 11, 15], "316060982z": [9, 11], "43": [9, 11], "521140588z": [9, 11], "94": [9, 11, 18], "90": [9, 11, 16], "725910558z": [9, 11], "48": [9, 11], "07": [9, 11, 12], "935041998z": [9, 11], "91": [9, 11], "58": [9, 11], "13929122z": [9, 11], "\ucd9c\ub825\ub418\ub3c4\ub85d": 9, "\uc804\uacfc": 9, "\uc0c1\uc138": 9, "\ud655\uc778\ud558\uace0": [9, 15], "\uc2f6\uc744": [9, 12], "\ub54c\ub294": [9, 20], "\uc785\ub825\ud560": 9, "3c10fd3": [9, 11], "00000000": [9, 11], "000000000000": [9, 11], "wbyb0000000000000": [9, 11], "\uc139\uc158\uc740": 10, "\uc5b8\uc5b4\ub97c": 10, "\uc791\uc131\ud560": 10, "\uac00\uc774\ub4dc\ub97c": [10, 17], "abi": 10, "\uc815\uc801": 10, "\ud5e4\ub354": 10, "header": 10, "\uc81c\uacf5\ud558\uba70": 10, "abi\ub97c": 10, "\uc5b8\uc5b4\ub85c": 10, "\ube44\ud574": 10, "\uc800\uc218\uc900": [10, 14], "\uc81c\uacf5\ud558\uc5ec": 10, "\uacbd\uc6b0\ub098": 10, "\uc5c6\ub294": 10, "\uc720\uc0ac\ud55c": [10, 22], "\ube14\ub7ed\ud0b9": [10, 14], "\ud328\ud0a4\uc9c0\uc640": 10, "\ud604\uc7ac": [10, 11, 12, 13, 14, 17], "\ub300\uccb4\ud558\ub294": 10, "\uc81c\uacf5\ub420": 10, "\uc81c\uacf5\ub418\ub294": [10, 14, 16], "\ucc28\uc138\ub300": [10, 17], "furiosart": [10, 17], "\ud558\uba70": [10, 15], "\uc124\uce58\ub97c": [10, 15, 20], "\ucd5c\uc18c": [10, 20], "\uc694\uad6c\uc0ac\ud56d\uc740": [10, 20], "ubuntu": [10, 13, 15, 17, 20, 22], "20": [10, 11, 13, 15, 17, 18, 20, 22], "04": [10, 11, 13, 15, 17, 20, 22], "lt": [10, 13, 17, 20], "debian": [10, 13, 17, 20], "bullsey": [10, 13, 17, 20], "\uc0c1\uc704": [10, 13, 15, 17, 20], "\uc2dc\uc2a4\ud15c\uc758": [10, 13], "\uad8c\ud55c": [10, 13], "root": [10, 13, 15, 16, 20, 22], "\ud544\uc218": [10, 15, 17, 20], "\uc5b8\uc5b4": 10, "\uc0ac\uc6a9\uc744": [10, 11, 17], "\ub77c\uc774\ube0c\ub7ec\ub9ac\ub97c": [10, 17], "\ubc18\ub4dc\uc2dc": [10, 13, 14, 17], "\uc124\uce58\ud574\uc57c": [10, 11, 13, 14, 15, 17], "\uc124\uce58\ud588\ub2e4\uba74": 10, "\uc124\uce58\ud55c\ub2e4": [10, 11, 13, 15, 17, 20], "\uc11c\ubc84\ub97c": [10, 11, 13, 14, 17, 20], "apt\ub97c": [10, 13, 15], "\uc811\uc18d\uc744": 10, "\uc778\uc99d": 10, "\uc644\ub8cc\ud55c\ub2e4": 10, "\uc124\uce58\ud558\uba74": [10, 11, 13, 14, 15, 17], "\ucef4\ud30c\uc77c\ud560": 10, "\ud30c\uc77c\uc740": [10, 15], "includ": 10, "\ub514\ub809\ud1a0\ub9ac\uc5d0": [10, 17], "\ub77c\uc774\ube0c\ub7ec\ub9ac\ub294": 10, "lib": [10, 15, 22], "x86_64": [10, 17], "linux": [10, 15], "gnu": 10, "\uc704\uce58\ud55c\ub2e4": 10, "\uacbd\ub85c\ub4e4\uc740": 10, "\ud5e4\ub354\uc640": 10, "\ucc3e\ub294": 10, "\uae30\ubcf8": [10, 12, 16], "\uacbd\ub85c\uc5d0": [10, 16], "\uc788\uc73c\ubbc0\ub85c": [10, 20], "\ud3ec\ud568\ud558\ub294": 10, "\ub9c1\ud06c\ud558\uae30": 10, "lnux": 10, "\uc635\uc158\ub9cc": 10, "\ucd94\uac00\ud558\uba74": [10, 11], "\ub4e4\uc5b4": [10, 13, 17], "\ub808\ud37c\ub7f0\uc2a4": [10, 18], "\ucf54\ub4dc\uc640": 10, "\ubb38\uc11c\ub97c": [10, 15, 17], "\ub514\ubc14\uc774\uc2a4": [11, 13, 14, 20, 22], "\ud558\uac70\ub098": [11, 12], "\uac04\uc758": 11, "\ud655\uc778": [11, 17], "\ub3c4\uad6c\ub85c": 11, "\uc139\uc158\uc5d0\uc11c\ub294": [11, 17], "\uba85\ub839\ud615": [11, 12, 14], "\ubc29\ubc95\uacfc": [11, 16], "\uc124\uba85\ud55c\ub2e4": [11, 13, 15, 17, 22], "\uad00\ub9ac\ud558\uace0": 11, "\ud655\uc778\ud558\ub294": 11, "\uc0ac\uc804\uc5d0": [11, 17], "\ub4dc\ub77c\uc774\ubc84\ub97c": [11, 14], "\uc774\ud6c4\uc5d0\ub294": 11, "sudo": [11, 13, 17, 22], "\ucee4\ub9e8\ub4dc\ub97c": [11, 13, 15, 20, 22], "\uc81c\uacf5\ud558\uace0": [11, 14, 17], "\uc5bb\uac70\ub098": 11, "\uc81c\uc5b4\ud558\ub294": [11, 14], "\uac00\uc9c0\uace0": [11, 12], "\ubb38\ubc95": 11, "\uac1c\uc694": 11, "option": [11, 12, 20], "\uba38\uc2e0\uc774": 11, "\uc778\uc2dd\ud55c": [11, 14], "\uc628\ub3c4": [11, 15], "\ub9cc\uc57d": [11, 15, 17, 22], "\uba38\uc2e0\uc5d0": 11, "\uc7a5\ucc29\ud55c": 11, "\ud6c4\uc5d0\ub3c4": 11, "\uc7a5\uce58\uac00": [11, 15, 22], "\ubcf4\uc774\uc9c0": 11, "\uc54a\ub294\ub2e4\uba74": [11, 14, 15, 22], "\ucee4\ub9e8\ub4dc\uc640": 11, "serial": 11, "number": [11, 12], "\uc7a5\uce58\uc5d0\uc11c": 11, "file\uc758": 11, "\uc874\uc7ac\ud558\ub294": 11, "\ucf54\uc5b4\uac00": 11, "\uc911\uc778\uc9c0": 11, "\uc0c1\ud0dc\uc778\uc9c0": 11, "\uc218\ub3c4": 11, "core": [11, 15], "devfil": 11, "avail": [11, 15], "npu1pe1": 11, "\ud504\ub85c\uc138\uc2a4\uc758": 11, "\ucd9c\ub825\ud574\uc900\ub2e4": 11, "\ud56d\ubaa9\uc740": 11, "\ub2e4\uc74c\uc758": 11, "\ub098\ud0c0\ub0b8\ub2e4": 11, "1\ucd08": 11, "\uac04\uaca9\uc73c\ub85c": 11, "\uacc4\uc0b0\ud558\uc9c0\ub9cc": 11, "\uacc4\uc0b0": 11, "\uc8fc\uae30\ub97c": 11, "\ub2e8\uc704": [11, 12, 15], "\ud56d\ubaa9": 11, "\uad00\uce21": 11, "\uc2dc\uac01": 11, "\uc911\uc778": 11, "\ud504\ub85c\uc138\uc2a4id": 11, "\uc2dc\uac04\ub3d9\uc548": 11, "\uc0ac\uc6a9\ub41c": 11, "\ube44\uc728": 11, "o\uc5d0": 11, "note": 11, "\uc2e4\ud589\uc2dc\ucf1c": 11, "\ucc98\ub9ac\ub7c9\uc744": 11, "\uc5bb\uc744": 11, "help": [11, 12, 20], "b": [11, 12, 18], "set": [11, 15], "which": [11, 12], "expon": 11, "two": 11, "ha": 11, "about": [11, 12, 20], "benchmark": 11, "d": [11, 13], "design": 11, "e": [11, 22], "g": 11, "t": 11, "io": [11, 15], "durat": 11, "minimum": 11, "second": 11, "both": 11, "min_query_count": 11, "min_dur": 11, "met": 11, "finish": 11, "queri": 11, "count": [11, 15, 16], "min_duration_m": 11, "chrome": [11, 16], "v": [11, 12], "verbos": [11, 12], "can": [11, 16], "either": 11, "orient": 11, "l": [11, 16, 18, 21], "arg": [11, 15], "compiler\ub97c": 11, "\uc0dd\uc131\ub41c": [11, 12, 22], "enf\ub97c": 11, "\uc758\ubbf8\ud55c\ub2e4": 11, "\uacbd\ub85c\ub97c": [11, 16], "\ud2b9\uc815\ud558\uc9c0": 11, "1000": 11, "thi": [11, 20], "wa": 11, "priorit": 11, "individu": 11, "over": [11, 12], "stat": 11, "qp": 11, "per": 11, "u": 11, "8399": 11, "307568": 11, "29040": 11, "50th": 11, "19329": 11, "95th": 11, "62797": 11, "99th": 11, "79874": 11, "\uc778\uc790\uc5d0": 11, "\ud30c\uc77c\uc5d0": [11, 15], "\uae30\ub85d\ud55c\ub2e4": 11, "model_data": 11, "md5": 11, "d7cd24a0a76cd492f31065301d468c3d": 11, "compiler_vers": 11, "2d862de8a": 11, "built_at": 11, "13t20": 11, "04z": 11, "hal_vers": 11, "nightli": 11, "230716": 11, "git_revis": 11, "fe6f77a": 11, "mode": 11, "total": [11, 16], "30025": 11, "num": 11, "33": 11, "31": 11, "8840": 11, "113254": 11, "29989": 11, "18861": 11, "64927": 11, "87052": 11, "9th": 11, "\uba54\ud0c0": 11, "subcommand": 11, "\ud658\uacbd\uc774": [11, 17], "\uc900\ube44\ub418\uc5b4": [11, 17, 20], "\uc54a\ub2e4\uba74": [11, 15], "fe1fca3": 11, "49b97492a": 11, "08": 11, "wrapper": 11, "\ud615\uc2dd\uc758": [11, 12], "\uc0dd\uc131\ud55c\ub2e4": [11, 12, 22], "\uc124\uba85\uacfc": 11, "\ud398\uc774\uc9c0\uc5d0\uc11c": [11, 14], "\uac80\uc0ac\ud560": 11, "\ubaa8\ub378\ub85c\ubd80\ud130": 11, "\ucd94\ub860\ud558\ub294": [11, 12], "\uc218\ud589\ud558\uace0": 11, "\ub3d9\uc791\ud558\ub294\uc9c0": [11, 15], "\ud655\uc778\ud55c\ub2e4": [11, 13, 17, 22], "\ub9ac\ud3ec\ud305\uc5d0\ub3c4": 11, "\uc720\uc6a9\ud558\uac8c": [11, 12], "\uc4f8": 11, "\uc8fc\uba74": 11, "\uc0dd\uc131\ub418\ub294": 11, "\ubb36\uc5b4": 11, "\uc2dc\uc5d0": 11, "\ub3c4\uc6c0\uc744": 11, "\uba85\ub839\uc774": [11, 17], "\uc2e4\ud589\ud558\ub294": [11, 12, 14], "\ub2e8\uacc4\ub294": 11, "step1": 11, "\uc785\ub825\ubc1b\uc740": 11, "\ubd88\ub7ec\uc624\uace0": 11, "\uc720\ud6a8\ud55c": 11, "\ubaa8\ub378\uc778\uc9c0": 11, "\uac80\uc0ac\ud55c\ub2e4": 11, "step2": 11, "\uc784\uc758\uc758": 11, "\ubcf4\uc815": [11, 18], "\ubc94\uc704": 11, "calibr": [11, 18], "\uc591\uc790\ud654\ub97c": [11, 18], "\uc218\ud589\ud55c\ub2e4": [11, 14], "step3": 11, "\ucef4\ud30c\uc77c\uc744": [11, 12], "\uc2dc\ub3c4\ud55c\ub2e4": 11, "step4": 11, "\ucef4\ud30c\uc77c\ub41c": [11, 12, 14], "\uc2e4\ud589\uc2dc\ud0a8\ub2e4": 11, "\uc5c6\ub2e4\uba74": 11, "\uc0dd\ub7b5\ub41c\ub2e4": 11, "skip": 11, "target": 11, "target_npu": [11, 12], "\uba85\ub839\uc758": [11, 12], "\uac04\ub2e8\ud55c": [11, 20], "\uc608\uc2dc\ub294": 11, "libfuriosa_h": [11, 20], "v0": [11, 12, 20], "43c901f": [11, 20], "common": 11, "libfuriosa_compil": 11, "d7548b7f6": 11, "9ecebb6": 11, "step": 11, "pass": 11, "famili": [11, 12, 15], "2pe": [11, 12], "done": [11, 13], "09272794": 11, "ldfg": 11, "graph": [11, 12, 18], "la": 11, "034934": 11, "140083": 11, "019548794": 11, "29": 11, "196825": 11, "cdfg": [11, 12], "001701888": 11, "gir": [11, 12], "015205072": 11, "lir": [11, 12], "0038304": 11, "020943863": 11, "331545": 11, "onc": 11, "data": [11, 15, 20], "collect": 11, "000001198": 11, "125": 11, "7448": 11, "\uc2e4\ud589\ud658\uacbd": [11, 20], "\uba54\ud0c0\ub370\uc774\ud130\ub97c": 11, "\ubaa8\uc740": 11, "\ucef4\ud30c\uc77c\uc5d0": 11, "\uc2e4\ud328\ud558\uac70\ub098": 11, "\uc2e4\ud589\uc5d0": 11, "\uc2e4\ud328\ud558\ub294": 11, "\ubb38\uc81c\uac00": 11, "archiv": [11, 13], "zipinfo": 11, "1690438803": 11, "16904388032l4hoi3h": 11, "meta": 11, "analysi": 11, "html": 11, "dot": [11, 12], "\ubd84\uc11d\ud558\uace0": [12, 14], "\ucd5c\uc801\ud654\ud558\uc5ec": 12, "\ub2e8\uc704\ub85c": [12, 16], "\ud65c\uc6a9\ud558\ub3c4\ub85d": [12, 14], "\uc0dd\uc131\ud574\ub0b8\ub2e4": 12, "\uae30\uc874\uc5d0": 12, "\uc54c\ub824\uc9c4": 12, "\uc544\ub2c8\ub77c\ub3c4": 12, "\ud65c\uc6a9\ud558\uba74": 12, "\uc124\uacc4\ud560": 12, "\ubaa9\ub85d\uc740": 12, "\ucd08\uae30\ud654\ud560": 12, "\uc790\ub3d9\uc73c\ub85c": [12, 13, 14, 15], "\ud638\ucd9c\ub418\uc5b4": 12, "\uac83\uc774": 12, "\uac00\uc7a5": [12, 14, 17], "\uc77c\ubc18\uc801\uc778": [12, 20], "\ubc29\ubc95\uc774\ub2e4": 12, "\uc258\uc5d0\uc11c": 12, "\uc0dd\uc131\ud574\ubcfc": 12, "\uc804\uccb4\uc801\uc778": 12, "f8f05c8ea": 12, "31t19": 12, "30z": 12, "sourc": [12, 13, 15, 16, 17], "argument": 12, "other": 12, "ir": 12, "write": 12, "target_ir": 12, "effect": 12, "when": 12, "experiment": 12, "possibl": 12, "dot_graph": 12, "filenam": [12, 20], "analyz": 12, "analyze_memori": 12, "alloc": 12, "show": [12, 15, 20], "detail": 12, "disabl": [12, 15], "see": 12, "summari": [12, 16], "\ub098": [12, 14], "\uacbd\ub85c\uc774\uba70": 12, "\uacb0\uacfc\ub85c": 12, "\uc0dd\ub7b5": [12, 15], "\uc635\uc158\uc774\uba70": 12, "\uc9c0\uc815\ud55c\ub2e4\uba74": 12, "\uc0dd\ub7b5\ud588\uc744": 12, "enf\ub294": 12, "format\uc758": 12, "\ud655\uc7a5\uc790\uc774\ub2e4": 12, "foo": 12, "\uc0dd\uc131\ub41c\ub2e4": [12, 15], "\uc0dd\uc131\ud55c": [12, 14, 17], "\ubc14\uc774\ub108\ub9ac\uac00": 12, "\ubaa9\ud45c\ub85c\ud558\ub294": 12, "\uc9c0\uc815\ud558\uac8c": 12, "\ud504\ub85c\uadf8\ub7a8\uc774": 12, "warboy\ub77c\uba74": 12, "fuse": 12, "\ud574\uc11c": 12, "\uacbd\uc6b0\ub294": 12, "\uc804\ub2ec\ud560": [12, 22], "\uc0d8\ud50c\uc758": 12, "\uac1c\uc218\uc778": 12, "\ud06c\uae30\uac00": 12, "\ud06c\uba74": 12, "\uc77c\ubc18\uc801\uc73c\ub85c": 12, "\ub123\uace0": 12, "\uc2e4\ud589\ud558\ubbc0\ub85c": 12, "\ud65c\uc6a9\ub3c4\ub97c": 12, "\ub192\uc77c": 12, "\uacf5\uc720\ud558\ubbc0\ub85c": 12, "\ud6a8\uc728\uc801\uc77c": 12, "\uba54\ubaa8\ub9ac\uac00": 12, "\ud544\uc694\ud558\uac8c": 12, "\uc0ac\uc774\uc988\uac00": 12, "\ucd08\uacfc\ud558\uba74": 12, "\uc624\ud788\ub824": 12, "\ud638\uc2a4\ud2b8": [12, 13, 20, 22], "npu\uac04\uc5d0": 12, "\ube44\uc6a9\uc774": 12, "\ucee4\uc838": 12, "\uc800\ud558\uac00": 12, "\uc77c\uc5b4\ub0a0": 12, "\uac12\uc740": 12, "1\uc774\uba70": 12, "\uc801\uc808\ud55c": 12, "\uc124\uc815\uc740": 12, "\uc2e4\ud5d8\uc744": 12, "\ucc38\uace0\ub85c": [12, 14, 15], "\ubca4\uce58\ub9c8\ud06c\uc5d0": 12, "\ubaa8\ub378\ub4e4\uc758": 12, "\ucd5c\uc801": 12, "\ud06c\uae30\ub294": 12, "resnet34": [12, 18], "\uc6d0\ud558\ub294": [12, 13, 16, 20], "2\uc778": 12, "\ucef4\ud30c\uc77c\ub7ec\uac00": [12, 14], "\ub9c8\uce58\uace0": 12, "\ucd5c\uc885\uc801\uc73c\ub85c": 12, "\uc0dd\uc131\ud574\ub0b4\ub294": 12, "\ucd9c\ub825\ubb3c\uc774": 12, "\ub370\uc774\ud130\uc774\ub2e4": 12, "\uacfc\uc815\uc740": [12, 15, 22], "\ucd08\uc5d0\uc11c": 12, "\ubd84\uae4c\uc9c0": 12, "\uac78\ub9ac\ub294\ub370": 12, "\ud55c\ubc88": [12, 17], "\uc0dd\uc131\ud558\uc5ec": 12, "\uc7ac\uc0ac\uc6a9\ud558\uba74": 12, "\ube48\ubc88\ud558\uac8c": 12, "\uc138\uc158\uc744": 12, "\uc0dd\uc131\ud574\uc57c": 12, "\uc6b4\uc601": 12, "\uba38\uc2e0\uc5d0\uc11c": [12, 13, 22], "\uc11c\ube59\ud574\uc57c": 12, "\uc0ac\uc6a9\ubc95\uc744": 12, "\ucc38\uace0\ud558\uc5ec": 12, "\uc0dd\uc131\ud558\uace0": [12, 13], "pythonsdk": 12, "create_runn": [12, 16], "\ud568\uc218\uc5d0": 12, "\uc804\ub2ec\ud558\uba74": 12, "\uac70\uce58\uc9c0": 12, "\uc989\uac01\uc801\uc73c\ub85c": 12, "runner": [12, 16], "\uac1d\uccb4\ub97c": [12, 14], "sync": [12, 16], "\uce90\uc26c\ub294": 12, "\uc800\uc7a5\ud574": 12, "\ud65c\uc6a9\ud55c\ub2e4": [12, 14], "fc_cache_en": 12, "\ube44\ud65c\uc131\ud654": 12, "\uc11c\ube59": [12, 14, 17], "\ub3c4\uad6c\uc5d0\uc11c": [12, 22], "\ub3d9\uc77c\ud558\uac8c": 12, "\uc801\uc6a9\ub41c\ub2e4": [12, 15], "\uc2a4\ud1a0\ub9ac\uc9c0\uc758": 12, "\uc774\uba70": 12, "fc_cache_store_url": 12, "\uc624\ubc84\ub77c\uc774\ub4dc": 12, "redi": 12, "rediss": 12, "ssl\uc758": 12, "scheme": 12, "\uc2dc\uc791\ud558\ub294": [12, 15], "\uc124\uc815\ud558\uba74": [12, 16], "\ud074\ub7ec\uc2a4\ud130\ub97c": 12, "want": 12, "directori": [12, 16], "tmp": 12, "cluster": 12, "storag": 12, "password": [12, 13], "127": 12, "6379": 12, "ssl": 12, "25945": 12, "30\uc77c\uc758": 12, "\uc720\ud6a8\uae30\uac04\uc744": 12, "\ucd08": [12, 15], "hour": 12, "lifetim": 12, "7200": 12, "\ubaa9\uc801\uc5d0": 12, "\ub9de\ub294": 12, "\ubc29\uc2dd\uc744": 12, "\uc608": [12, 15], "\uacb0\uacfc\uac00": [12, 16], "\ub9cc\ud07c": 12, "\uce90\uc26c\ub85c": 12, "\ub428": 12, "\ubb34\ud6a8\uac00": 12, "\ub418\uba70": 12, "\ud568": [12, 15], "\ub2e4\uc2dc": [12, 13, 15, 17], "\uac00\ub2a5": [12, 15], "\uc720\ud6a8\uc2dc\uac04": 12, "\uc5c6\uc774": 12, "\uc601\uad6c\uc801\uc73c\ub85c": 12, "\uc77d\uae30": 12, "\uc804\uc6a9": 12, "\uce90\uc26c\ub97c": 12, "\uc7a5\uc5d0\uc11c\ub294": [13, 22], "furiosaai\uac00": [13, 14], "\ucef4\ud3ec\ub10c\ud2b8\ub97c": [13, 14, 15], "\ud328\ud0a4\uc9c0\ub4e4\uc758": 13, "\ud328\ud0a4\uc9c0\ub4e4\uc740": 13, "\ub77c\uc774\ube0c\ub7ec\ub9ac\uc774\uba70": 13, "\ub2e4\uc6b4\ub85c\ub4dc": 13, "\uc13c\ud130\uc5d0\uc11c": 13, "\ub85c\uadf8\uc778\ud558\uc5ec": 13, "\ub2e4\uc6b4": [13, 17], "\ubc1b\uac70\ub098": 13, "\uac1c\ubc1c\uc790": 13, "\uc0ac\uc774\ud2b8\uc5d0\uc11c": 13, "\ubc1c\uae09\ud55c": 13, "\uc11c\ubc84\uc640": 13, "pypi": [13, 17], "\uc13c\ud130\ub098": 13, "\uc0ac\uc774\ud2b8\ub294": 13, "\ub4f1\ub85d\ud558\uba74": 13, "\uc81c\uacf5\ub418\uba70": [13, 14], "\uc694\uccad\ud560": 13, "focal": [13, 15], "fossa": 13, "\uc778\ud130\ub137": 13, "\uc811\uadfc\uc774": 13, "\ub124\ud2b8\uc6cc\ud06c": 13, "furiosaai\uc5d0\uc11c": 13, "\uc0ac\uc6a9\ud558\ub824\uba74": 13, "\uc124\uba85\uc5d0": 13, "\ub9ac\ub205\uc2a4\uc5d0": 13, "\uc124\uc815\ud55c\ub2e4": 13, "\uc0ac\uc6a9\ud558\uc9c0": [13, 15, 17], "\uc13c\ud130\ub97c": 13, "\uc0ac\uc6a9\ud55c\ub2e4\uba74": [13, 17], "\uc139\uc158\uc744": 13, "\uac74\ub108\ub6f0\uc5b4\ub3c4": [13, 17], "\uc88b\ub2e4": [13, 17], "\uc811\uadfc\uc744": 13, "ca": 13, "certif": 13, "transport": 13, "gnupg": 13, "sign": 13, "\ud0a4\ub97c": 13, "kei": 13, "adv": 13, "keyserv": 13, "recv": 13, "5f03afa423a751913f249259814f888b20b09a7": 13, "\ubc1c\uae09\ud558\uace0": 13, "tee": 13, "etc": [13, 15, 22], "conf": [13, 15], "null": 13, "eot": 13, "machin": [13, 15], "login": 13, "secret": 13, "chmod": 13, "400": 13, "\ub9ac\ub205\uc2a4": [13, 14], "\ubc30\ud3ec\ud310": 13, "\ubc84\uc804\uc5d0": 13, "\ud0ed\uc744": 13, "bookworm": 13, "\ub4f1\ub85d\ud569\ub2c8\ub2e4": 13, "deb": 13, "arch": [13, 15], "amd64": [13, 15, 22], "restrict": 13, "jammi": 13, "\uc704\uc758": [13, 15, 16, 22], "\ub4f1\ub85d\ud588\uac70\ub098": 13, "\uc0ac\uc774\ud2b8\uc5d0": 13, "\uac00\uc785\ud588\ub2e4\uba74": 13, "\uc758\uc874\ub41c": 13, "\uc124\uce58\ub41c\ub2e4": 13, "\ub9ac\ub205\uc2a4\ub294": 13, "\ub2e4\uc911": 13, "\uc6b4\uc601\uccb4\uc81c\ub85c": 13, "\uc18c\uc720\uc790": 13, "owner": 13, "\uc18d\ud55c": 13, "\uc0ac\uc6a9\uc790\ub9cc": 13, "\ud30c\uc77c\uacfc": 13, "\ud5c8\uc6a9\ub41c\ub2e4": 13, "\ub4dc\ub77c\uc774\ubc84\ub3c4": 13, "\uadf8\ub8f9\uc744": 13, "\ud5c8\uc6a9\ud558\uace0": 13, "\uc0ac\uc6a9\ud558\ub824\ub294": 13, "\uc720\uc800\ub294": 13, "\uc790\uc2e0\uc744": 13, "\ucd94\uac00\ud574\uc57c": 13, "\uba85\ub839\uc5b4\ub97c": 13, "usermod": 13, "ag": [13, 15], "usernam": 13, "\uba85\ub839\uc5b4\uc5d0\uc11c": 13, "\ubd80\ubd84\uc5d0": 13, "\ucd94\uac00\ud558\ub824\ub294": 13, "\uc785\ub825\ud558\uba74": [13, 16], "\ub85c\uadf8\uc778\ub41c": 13, "\uc0ac\uc6a9\uc790\ub97c": 13, "\ucd94\uac00\ud558\ub824\uba74": 13, "\uc785\ub825\ud55c\ub2e4": 13, "\uadf8\ub8f9": 13, "\uad8c\ud55c\uc744": 13, "\ud65c\uc131\ud654\ud558\uae30": 13, "\ub85c\uadf8\uc544\uc6c3\ud55c": 13, "\ub85c\uadf8\uc778\ud574\uc57c": 13, "\uc548\uc815\uc801\uc778": 13, "\uc6b4\uc601\ud658\uacbd\uc744": 13, "\uc720\uc9c0\ud558\uae30": 13, "\ud328\ud0a4\uc9c0\uc758": 13, "\ubc84\uc804\uc744": [13, 17], "\uace0\uc815\ud560": 13, "mark": 13, "hold": 13, "libonnxruntim": 13, "\uace0\uc815\ub41c": 13, "\ud574\uc81c\ud558\uc5ec": 13, "\ud558\uae30": 13, "unhold": 13, "\uba85\ub839\uacfc": 13, "\uc9c0\uc815\ud55c\ub2e4": [13, 17], "\uc774\ub54c": 13, "\uc801\uc5b4": 13, "\uc120\ud0dd\uc801\uc73c\ub85c": [13, 15, 16], "\uace0\uc815\uc744": 13, "\ud574\uc81c\ud560": 13, "\ubcf4\uae30": 13, "showhold": 13, "\uc9c0\uc815\ud558\uc5ec": [13, 20], "\uba85\ub839\uc5d0": 13, "\uc774\ub984\uacfc": [13, 20], "\uc5c5\ub370\uc774\ud2b8\ud560": 13, "tool": [13, 16, 17], "\uba85\uc2dc\ud558\uc9c0": 13, "\ubc84\uc804\uc774": [13, 20], "\ucee8\ud14c\uc774\ub108": 13, "\ud658\uacbd\uc5d0\uc11c\uc758": 13, "\uc5c5\ub370\uc774\ud2b8\ub294": 13, "\uc815\uc758\ub418\uc5b4": 13, "\ud589\ub3d9\uc744": 13, "\uc720\ubc1c\ud55c\ub2e4": [13, 16], "\uc2e4\ud589\ub418\uc5b4\uc57c": 13, "\ud558\ubbc0\ub85c": 13, "\uc8fc\uc758\ub97c": 13, "\uc694\ud55c\ub2e4": 13, "furiosaai\ub294": 14, "\uc751\uc6a9\uacfc": 14, "\uc0ac\uc6a9\ub420": 14, "\uc7a5\uc740": 14, "\uc804\ubc18\uc801\uc778": 14, "\uc2a4\ud0dd\uc744": 14, "\uc18c\uac1c\ud558\uace0": 14, "\ucef4\ud3ec\ub10c\ud2b8\uc758": 14, "\uc5ed\ud560\uacfc": 14, "\ucef4\ud3ec\ub10c\ud2b8": [14, 15], "\uc124\uba85\uc11c\uc640": 14, "\ud29c\ud1a0\ub9ac\uc5bc\uc744": 14, "\uc18c\uac1c\ud55c\ub2e4": 14, "\ub808\uc774\uc5b4\uc5d0": 14, "\ucd94\uc0c1\uc801\uc73c\ub85c": 14, "\ud45c\ud604\ud55c": 14, "\uac83\uc774\ub2e4": [14, 15, 18], "\ucef4\ud3ec\ub10c\ud2b8\uc5d0": 14, "\ub4dc\ub77c\uc774\ubc84\ub294": 14, "\uc6b4\uc601\uccb4\uc81c": 14, "\uc2dc\uc2a4\ud15c\uc774": 14, "\uc778\uc2dd\ud558\uc5ec": 14, "\ub9ac\ub205\uc2a4\uc758": 14, "\uc778\uc2dd\ud558\ub3c4\ub85d": 14, "\uc5ed\ud560\uc744": 14, "\ub9cc\uc57d\uc5d0": 14, "\ub514\ubc14\uc774\uc2a4\ub97c": 14, "\ucc28\uc6d0\uc5d0\uc11c": 14, "\uc778\uc2dd\ud558\uc9c0": 14, "\uc7ac\uc124\uce58\ud558\uba74": 14, "\ud38c\uc6e8\uc5b4\ub294": 14, "\uc6b4\uc601\uccb4\uc81c\uac00": 14, "\uc7a5\uce58\uc5d0": 14, "\ud38c\uc6e8\uc5b4\uac00": 14, "\uc81c\uc5b4\ud558\uace0": 14, "\ud14c\uc2a4\ud06c\ub97c": 14, "\uc2e4\ud589\ud558\uace0": [14, 15, 18], "\uc2a4\ucf00\uc974\ub9c1": [14, 15], "\ub4dc\ub77c\uc774\ubc84\uc640": [14, 15], "\uc0ac\uc6a9\uc790\uac00": [14, 16], "\ud544\uc694\ub294": 14, "\uc5c6\uc73c\ub098": 14, "dnn": [14, 16, 17], "\ucd5c\uc801\ud654\ud558\uace0": 14, "\ud575\uc2ec\uc801\uc778": 14, "\uc5f0\uad6c\uc640": 14, "\uae30\ubc95\uc744": 14, "\ub3c4\uc785\ud558\uc5ec": 14, "\ubd84\uc57c\uc758": 14, "\uc5f0\uc0b0\uc790\ub4e4\uc740": 14, "cpu\ub97c": 14, "\ucef4\ud30c\uc77c\ud55c\ub2e4": 14, "\ub300\ud45c\uc801\uc778": 14, "\uc9c0\uc6d0\ud560": 14, "\uc124\uacc4\ud558\ub294": 14, "\ub7f0\ud0c0\uc784\uc5d0": 14, "\ub0b4\uc7a5\ub418\uc5b4": 14, "\uc81c\uacf5\ub418\ubbc0\ub85c": 14, "\uc5c6\uc73c\uba70": 14, "\uc138\uc158": 14, "\uc0ac\uc6a9\ub418\uac70\ub098": 14, "\ud504\ub85c\uadf8\ub7a8\uc5d0": 14, "\uae30\uc220\ub41c": 14, "\uc791\uc5c5\uc744": [14, 16, 20], "\uc2e4\uc81c\ub85c": [14, 16], "\ucd94\ub860\uc740": 14, "\ucd5c\uc801\ud654\ub418\uace0": 14, "\uc2e4\ud589\ub418\ub294": [14, 15, 16], "\uc791\uc5c5\uc73c\ub85c": 14, "\ubd84\ud560\ub41c\ub2e4": 14, "\ub7f0\ud0c0\uc784\uc740": 14, "\uba38\uc2e0\uc758": [14, 15, 22], "\uade0\ud615\uc788\uac8c": 14, "\uc6cc\ud06c\ub85c\ub4dc\uc5d0": 14, "\ub9de\ub3c4\ub85d": 14, "\uc2a4\ucf00\uc974\ub9c1\ud558\uace0": 14, "\ud38c\uc6e8\uc5b4\ub97c": 14, "\uc139\uc158\uc5d0\uc11c": 14, "\uc124\uba85\ud560": 14, "python\uacfc": 14, "\ud328\ud0a4\uc9c0\uc774\ub2e4": 14, "\ucd94\ub860\ud558\ub3c4\ub85d": 14, "\uc751\uc6a9\ud504\ub85c\uadf8\ub7a8\uc774\ub098": 14, "\uc11c\ube44\uc2a4\ub97c": [14, 15], "\uc791\uc131\ud574\uc57c": 14, "\ud55c\ub2e4\uba74": [14, 17], "\uc751\uc6a9\uc758": 14, "\uc5b8\uc5b4\uc5d0": 14, "\ub458": 14, "\ud558\ub098\ub97c": [14, 17], "\ube44\ud2b8": 14, "\uc815\uc218\ud615": [14, 18], "\uc2e4\uc218\ud615": [14, 18], "\uac00\uc911\uce58\ub85c": 14, "\uac70\uccd0": [14, 18], "\uc774\ub7ec\ud55c": [14, 16], "\uac04\ud3b8\ud558\uac8c": [14, 17], "sdk\uac00": [14, 18], "\uc11c\ubc84\ub294": [14, 20], "grpc\ub098": [14, 17, 20], "\ud3ec\ub9f7\uc740": 14, "\uc790\uccb4\uc5d0": 14, "\ud0c0\uc785\uacfc": 14, "\uae30\uc220\ub418\uc5b4": 14, "\ubcf4\ud3b8\uc801\uc73c\ub85c": 14, "protocol": 14, "\ub77c\uc774\ube0c\ub7ec\ub9ac\uc640": 14, "\uc6d0\uaca9": 14, "\ub85c\ub4dc": 14, "\ubc38\ub7f0\uc11c\ub97c": 14, "\uc218\ud3c9\uc801": 14, "\ud655\uc7a5\uc131": 14, "\uad6c\ud604\ud560": 14, "\ub3d9\uc2dc\uc131": 14, "\ub2a5\ub825": 14, "\uc694\uad6c\ud558\ub294\ub370": 14, "\uc11c\ubc84\uc758": 14, "\ud65c\uc6a9\uc740": 14, "\ucee8\ud14c\uc774\ub108\ud654\ub41c": [14, 15], "\uad00\ub9ac\ud558\ub294": [14, 15], "\ud50c\ub7ab\ud3fc\uc778": 14, "kubernetes\ub294": 14, "\uae30\uc5c5\uc5d0\uc11c": 14, "\uc2a4\ud0dd\ub3c4": 14, "\ud50c\ub7ec\uadf8\uc778": 14, "\ud074\ub7ec\uc2a4\ud130\uac00": [14, 15], "\uc778\uc2dd\ud558\uace0": 14, "\uc2a4\ucf00\uc974\ub9c1\ud560": [14, 15], "\ub9cc\ub4e0\ub2e4": 14, "kubernetes\uc640": 14, "\uba40\ud2f0\ud14c\ub10c\ud2b8": 14, "multi": 14, "tenant": 14, "\uc6cc\ud06c\ub85c\ub4dc\uac00": 14, "\ud544\uc694\ub85c": 14, "\uc790\uc6d0\uc758": [14, 15], "\ud560\ub2f9": [14, 15], "\ub3d5\uace0": 14, "\ud55c\uc815\ub41c": 14, "\ud6a8\uc728\uc801\uc73c\ub85c": 14, "\ub808\uc774\ube14\ub7ec": 14, "kubernetes\uc5d0": 14, "\ucc38\uc5ec\ud558\ub294": 14, "\ub178\ub4dc\uc5d0": [14, 15], "\uc7a5\ucc29\ub41c": [14, 15], "\ubb3c\ub9ac\uc801\uc778": 14, "\uac1d\uccb4\uc5d0": 14, "\uba54\ud0c0\ub370\uc774\ud130\ub85c": 14, "\ucd94\uac00\ud558\ub294": 14, "api\ub098": 14, "pod\uc758": 14, "spec": [14, 15], "nodeselector": [14, 15], "nodeaffin": 14, "\ub9cc\uc871\ud558\ub294": 14, "\ud65c\uc6a9": 14, "\uc624\ud508\uc18c\uc2a4": 15, "\ud50c\ub7ab\ud3fc\uc774\ub2e4": 15, "\ucef4\ud3ec\ub10c\ud2b8\ub294": 15, "\uc778\uc2dd\ud558\uac8c": 15, "kubernetes\uc758": 15, "resourc": 15, "limit": 15, "\uc6cc\ud06c\ub85c\ub4dc": 15, "\ud558\uac8c": 15, "\ub178\ub4dc\uc758": 15, "\ub808\uc774\ube14\ub85c": 15, "\ub4f1\ub85d\ud55c\ub2e4": 15, "discovery\uac00": 15, "\ud074\ub7ec\uc2a4\ud130\uc5d0": 15, "\uc124\uce58\ub418\uc5b4": [15, 22], "\uc788\uc5b4\uc57c": [15, 16, 22], "nfd": 15, "pod\uc774": 15, "\uc2e4\ud589\ub418\uace0": [15, 16], "prometheus\uc5d0\uc11c": 15, "\uc14b\uc5c5": 15, "\uc9c4\ud589\ud558\uba74": 15, "intel": [15, 22], "node\uc5d0": 15, "toolkit\uc744": 15, "\uc11c\ubc84\uac00": [15, 20], "\uc14b\uc5c5\ub418\uc5b4": 15, "\ud328\ud0a4\uc9c0\uac00": 15, "\uc124\uce58\ub418\uba74": 15, "toolkit\uc5d0": 15, "\uc778\uc2dd\uc744": 15, "\ud655\uc778\ud574": [15, 17], "\uc778\uc2dd\ub418\uc9c0": 15, "\ud658\uacbd\uc5d0": [15, 20, 22], "\uc7ac\ubd80\ud305": 15, "\ud6c4\uc5d0": [15, 17], "\uc2dc\ub3c4\ud574\ubcf8\ub2e4": 15, "37": 15, "509": 15, "\ud65c\uc6a9\ud558\uae30": 15, "\ud544\uc694\ud558\ub2e4": [15, 16, 18, 22], "\uc608\uc81c\ucc98\ub7fc": 15, "\uc2dc\uc791\ub418\ub294": 15, "\ub808\uc774\ube14\uc774": [15, 16], "discovery\uc758": 15, "daemonset\uc774": 15, "\uc124\uce58\ub41c": 15, "\uac83\uc73c\ub85c": 15, "jq": 15, "item": 15, "metadata": 15, "beta": 15, "cpuid": 15, "adx": 15, "true": [15, 20], "aesni": 15, "\ucc38\uc870\ud558\uc5ec": 15, "quick": 15, "start": [15, 20], "master": 15, "extra": [15, 17], "\uc635\uc158\uc5d0": 15, "devicelabelfield": 15, "\uac12\uc5d0": [15, 16], "vendor": [15, 22], "\ub9cc": 15, "deviceclasswhitelist": 15, "0200": 15, "0207": 15, "0300": 15, "0302": 15, "discovery\ub294": 15, "\ucef4\ud3ec\ub10c\ud2b8\uac00": 15, "\uc544\ub2c8\uc9c0\ub9cc": 15, "\uad8c\uc7a5\ud55c\ub2e4": [15, 22], "\ubbf8\uc0ac\uc6a9": 15, "\uc218\ud589\ud574\uc57c": 15, "\uc791\uc5c5\uc5d0": 15, "\ub300\ud574\uc11c\ub294": 15, "\uc900\ube44\uac00": [15, 20, 22], "\uc644\ub8cc\ub418\uba74": 15, "discovery\uc640": 15, "exporter\uc758": 15, "daemonset\uc744": 15, "\ub09c": 15, "\ub4a4\uc5d0": [15, 20], "daemonset": 15, "kube": 15, "system": 15, "\uc124\uce58\ud55c": 15, "\uc815\uc0c1": 15, "daemonset\ub4e4\uc740": 15, "\ub178\ub4dc\uc5d0\ub9cc": 15, "\ubd99\uc5ec\uc8fc\ub294": 15, "1ed2": [15, 22], "present": 15, "desir": 15, "current": 15, "TO": 15, "date": 15, "selector": 15, "128m": 15, "162m": 15, "\ub2e8\uacc4": [15, 22], "\uc0dd\ub7b5\ud558\uc600\ub2e4\uba74": 15, "\uc124\uce58\uac00": 15, "\ubd88\ud544\uc694\ud558\uba70": 15, "\ub098\uba38\uc9c0": 15, "\uc808\ucc28\ub97c": [15, 22], "\uc218\ud589\ud55c": 15, "\uc704\uc5d0\uc11c": 15, "\uc81c\uc2dc\ud55c": 15, "\uc218\uc815\ud558\uc5ec": [15, 22], "daemonset\uc758": 15, "\ud074\ub7ec\uc2a4\ud130": 15, "\ub0b4\uc758": 15, "\ud574\ub2f9\ud558\ub294": 15, "label\uc744": 15, "nodenam": 15, "\ubcc0\uacbd": 15, "\uba54\ud0c0\ub370\uc774\ud130\ub294": 15, "\ud45c\uc640": 15, "\ub808\uc774\ube14": 15, "descript": [15, 20], "product": 15, "warboyb0": 15, "\uc81c\ud488\uba85": 15, "renegad": 15, "\uc544\ud0a4\ud14d\uccd0": 15, "depend": 15, "\uc81c\uc870\uc0ac": 15, "driver\uc758": 15, "\ud30c\ud2b8": 15, "minor": 15, "patch": 15, "57ac7b0": 15, "\ube4c\ub4dc\uc758": 15, "hash": 15, "\ub808\uc774\ube14\uc744": [15, 16], "\ubcf4\uc774\uba74": 15, "\uc815\uc0c1\uc801\uc73c\ub85c": [15, 22], "node01": 15, "65d": 15, "node02": 15, "12d": 15, "plugin\uc758": 15, "\uba85\ub839\ud589\uc758": 15, "\uc9c0\uc815\ud558\uac70\ub098": 15, "\ubc29\uc2dd": 15, "\uc2e4\ud589\ud558\uba74\uc11c": 15, "\uc778\uc790\ub97c": 15, "\uba85\uc138\uc5d0\uc11c\ub294": 15, "apivers": 15, "kind": 15, "namespac": 15, "ghcr": 15, "latest": [15, 17], "\uae30\ubcf8\uac12": 15, "\uae30\ubcf8\uac12\uc73c\ub85c": 15, "\uc801\uc6a9\ub418\ub294": 15, "\uc720\ud615": 15, "\ud0d0\uc0c9": 15, "\uc8fc\uae30": 15, "\ub300\uc0c1\uc5d0\uc11c": 15, "\uc81c\uc678\ud560": 15, "\ucf64\ub9c8\ub85c": 15, "dir": 15, "kubelet\uc758": 15, "\ub514\ub809\ud1a0\ub9ac": 15, "\uacbd\ub85c": 15, "var": [15, 22], "kubelet": 15, "socket": 15, "\uc544\ub798\uc5d0": 15, "\ud30c\uc77c\uc758": [15, 16, 20], "\ub4f1\ub85d\ud560": 15, "\uc124\uc815\ud30c\uc77c": 15, "\ub2e8": 15, "\uc778\uc790\ub4e4\uc740": 15, "\uc5c6\ub2e4": 15, "defaultp": 15, "disableddevic": 15, "\uc54a\uc74c\uc744": 15, "\uc758\ubbf8": 15, "plugindir": 15, "socketnam": 15, "resourcenam": 15, "\ud3ec\ub9f7\uc758": [15, 20], "\ud615\ud0dc\uc774\ub2e4": 15, "\ub0b4\uc6a9\uc774": 15, "\ubcc0\uacbd\ub418\uba74": 15, "plugin\uc5d0": 15, "\uc989\uc2dc": 15, "\ub418\uc5c8\uc74c\uc740": 15, "\ub85c\uadf8\ub97c": 15, "\ud56d\ubaa9\ub4e4\uc758": 15, "\ubcc0\uacbd\uc744": 15, "\uc7ac\uc2dc\uc791\uc774": 15, "\uc124\uce58\uc5d0\uc11c": 15, "configmap": 15, "\uad6c\uc131\uc744": [15, 17], "configmap\uc744": 15, "\uc218\uc815\ud558\uace0": 15, "configmap\uc774": 15, "pod\uc5d0": 15, "\ubc18\uc601\ub418\uba74": 15, "plugin\uc740": 15, "\uc77d\uace0": 15, "\ubcc0\uacbd\uc0ac\ud56d\uc744": [15, 22], "\uc801\uc6a9\ud55c\ub2e4": 15, "edit": 15, "15": 15, "npu2": 15, "001": 15, "\ud560\ub2f9\ud558\uae30": 15, "\uc0dd\uc131\uc744": [15, 16], "eol": 15, "8gi": 15, "\uc0dd\uc131": [15, 18, 21], "\ub4a4\uc5d0\ub294": 15, "\ud560\ub2f9\uc744": 15, "\ud655\uc778\ud574\ubcfc": 15, "\ub178\ub4dc\uc5d0\uc11c": 15, "\uc0dd\uc131\ud588\uc744": 15, "\ud560\ub2f9\ub418\uc5c8\ub294\uc9c0\ub294": 15, "\uc5b4\ud50c\ub9ac\ucf00\uc774\uc158\uc740": 15, "\ud560\ub2f9\ub41c": 15, "\uc778\uc2dd\ud55c\ub2e4": 15, "exec": 15, "bash": [15, 20], "echo": 15, "\uc548\uc5d0": 15, "\uc544\ub798\ucc98\ub7fc": 15, "control": 15, "more": 15, "basic": 15, "one": 15, "mani": 15, "daemonset\uacfc": 15, "service\uac00": 15, "pod\uc5d0\uc11c\ub294": 15, "\uac01\uc885": 15, "\ucd9c\ub825\ud558\uc5ec": [15, 16], "\ubaa8\ub2c8\ud130\ub9c1\uc5d0": 15, "\uc9c0\ud45c": 15, "\ud45c\ud604\ub418\uba70": 15, "\ud074\ub7ec\uc2a4\ud130\ub0b4\uc5d0": 15, "servic": 15, "prometheus\uac00": 15, "exporter\ub97c": 15, "\uc218\uc9d1\ud55c\ub2e4": 15, "\ub370\uc774\ud130\ub294": 15, "grafana": 15, "\uc2dc\uac01\ud654": [15, 16], "furiosa_npu_al": 15, "\ub3d9\uc791": 15, "furiosa_npu_uptim": 15, "furiosa_npu_error": 15, "\uac10\uc9c0\ub41c": 15, "\uc5d0\ub7ec\uc758": 15, "furiosa_npu_hw_temperatur": 15, "mc": 15, "furiosa_npu_hw_pow": 15, "\uc21c\uac04": 15, "\uc804\ub825\uc0ac\uc6a9\ub7c9": 15, "\u00b5w": 15, "furiosa_npu_hw_voltag": 15, "\uc804\uc555": 15, "mv": 15, "furiosa_npu_hw_curr": 15, "\uc804\ub958": 15, "ma": 15, "\uc751\uc6a9\uc5d0\uc11c": 16, "\uc9c0\uc5f0\uc2dc\uac04\uacfc": 16, "\uc131\ub2a5\uc740": 16, "\uc694\uc18c\uc774\ub2e4": 16, "\uac1c\ubc1c\uc790\ub098": 16, "ml": [16, 17], "\uc5d4\uc9c0\ub2c8\uc5b4\uac00": 16, "\uc774\ud574\ud558\uace0": 16, "\ubcd1\ubaa9\uc9c0\uc810\uc744": 16, "\ubd84\uc11d\uc740": 16, "\uc2dc\ud0a4\uace0": 16, "\uce21\uc815\ud55c": 16, "\uad6c\uac04": 16, "structur": 16, "\ud06c\ub86c": 16, "\uc6f9\ube0c\ub77c\uc6b0\uc838": 16, "web": 16, "browser": 16, "event": 16, "\uc0dd\uc131\uc740": 16, "\uce21\uc815\ud558\uace0": 16, "\uc4f0\uae30": 16, "\uc791\uc9c0\ub9cc": 16, "\uc624\ubc84\ud5e4\ub4dc\ub97c": 16, "\uc124\uc815\uc73c\ub85c\ub294": 16, "\ud2b8\ub808\uc774\uc2a4\ub97c": 16, "furiosa_profiler_output_path": 16, "\uc4f0\uc5ec\uc9c8": 16, "\ud558\uba74": 16, "\uc791\uc131\ub41c": 16, "\uc804\ud600": 16, "\ubcc0\uacbd\ud558\uc9c0": 16, "\ud65c\uc131\ud654\ud560": 16, "\uc788\ub2e4\ub294": 16, "\uc7a5\uc810\uc774": 16, "\ubc18\uba74": 16, "\uce21\uc815\ud558\uae30": 16, "\uc708\ud558\ub294": 16, "\uad6c\uac04\uc774\ub098": 16, "\uce21\uc815": 16, "\uc5f0\uc0b0\uc758": 16, "\uce74\ud14c\uace0\ub9ac\ub97c": 16, "\uc138\ubc00\ud558\uac8c": 16, "\uc5c6\ub2e4\ub294": 16, "git": [16, 17, 20], "clone": [16, 17, 20], "cd": [16, 17, 20], "pwd": 16, "py": 16, "car": 16, "rw": 16, "r": 16, "456493": 16, "jul": 16, "27": 16, "\uc124\uc815\ub41c": 16, "\ud30c\uc77c\uc774": 16, "\uc4f0\uc5ec\uc9c4\ub2e4": 16, "\ube0c\ub77c\uc6b0\uc838\uc5d0\uc11c": 16, "\uc8fc\uc18c\ucc3d\uc5d0\uc11c": 16, "\uc8fc\uc18c\ub97c": 16, "\ubdf0\uc5b4\uac00": 16, "\uc2dc\uc791\ub41c\ub2e4": 16, "\ubdf0\uc5b4\uc5d0\uc11c": 16, "\uc67c\ucabd": 16, "\uc0c1\ub2e8\uc5d0": 16, "\ubc84\ud2bc\uc744": 16, "\ub204\ub974\uace0": 16, "\uc120\ud0dd\ud558\uba74": [16, 17], "context": 16, "\uc815\uc758\ud558\ub294": 16, "\uac83\uc73c\ub85c\ub3c4": 16, "\ube44\uad50\ud558\uc5ec": 16, "\uc7a5\uc810\uc744": 16, "\uac00\uc9c4\ub2e4": 16, "\uc778\ud130\ud504\ub9ac\ud130": 16, "jupyt": 16, "notebook\uc640": 16, "\uc778\ud130\ub809\ud2f0\ube0c\ud55c": 16, "\uad6c\uac04\uc5d0": 16, "\ubd99\uc77c": 16, "\uce21\uc815\uc744": 16, "\uc5f0\uc0b0": 16, "\uce74\ud14c\uace0\ub9ac\uc758": 16, "\uce21\uc815\ud560": 16, "env": 16, "tree": 16, "quantized_model": [16, 20], "imagenet_224x224_mobilenet_v1_uint8_quant": 16, "awar": 16, "trained_dm_1": 16, "0_without_softmax": 16, "open": 16, "mobilenet_v1_trac": 16, "\uc704\ub294": 16, "\ud65c\uc6a9\ud55c": 16, "\ucf54\ub4dc\uac00": 16, "\ub098\uba74": [16, 17, 20], "mnist_trac": 16, "\uc0dd\uc131\ub418\uba70": 16, "\uadf8\ub9bc\uacfc": 16, "\ubd99\ub294\ub2e4": 16, "\uc7a5\uc2dc\uac04": 16, "\ud2b8\ub808\uc774\uc2a4\ud558\ub294": 16, "\ubb38\uc81c\uc810\ub4e4\uc744": 16, "\uc57c\uae30\ud560": 16, "\uacb0\uacfc\ubb3c": 16, "\uc800\uc7a5\uc744": 16, "\ub514\uc2a4\ud06c": 16, "\uacf5\uac04\uc774": 16, "\ud544\uc694\ud574\uc9c0\uace0": 16, "\uacf5\uc720\uac00": 16, "\uc5b4\ub824\uc6cc\uc9c4\ub2e4": 16, "\uc2dc\uac01\ud654\ud588\uc744": 16, "\uad00\ucc30\ud558\uace0\uc790": 16, "\uc791\uc5c5\ub4e4\uc744": 16, "\uc2dd\ubcc4\ud558\uae30": 16, "\uc5b4\ub824\uc6cc\uc9c0\uace0": 16, "\ubcc4\ub3c4\ub85c": 16, "\ud30c\uc2f1": 16, "\uc791\uc5c5\uc774": 16, "\uc0dd\uc131\uc5d0": 16, "\uc18c\uc694\ub41c\ub2e4": 16, "\ud574\uacb0\ud558\uae30": 16, "\uc77c\uc2dc\uc801\uc73c\ub85c": 16, "\ud504\ub85c\ud30c\uc77c\ub9c1\ud558\uae30": 16, "\uc6d0\uce58": 16, "\uc81c\uc678\ud568\uc73c\ub85c\uc368": 16, "\ucd5c\uc18c\ud560": 16, "\uc608\uc81c\ub85c": 16, "\uc0ac\uc774\uc758": 16, "\ucd94\ub860\ub4e4\uc5d0": 16, "\ud2b8\ub808\uc774\uc2a4\ub294": 16, "\uc0dd\uc131\ub418\uc9c0": 16, "dure": 16, "warmup": 16, "assert": 16, "len": 16, "format\uc73c\ub85c": 16, "\ub9ce\uc774": 16, "pandas\uc758": 16, "dataframe\uc73c\ub85c": 16, "\ud45c\ud604\ud558\uace0": 16, "format\uacfc": 16, "interpret": 16, "notebook": 16, "interact": 16, "shell\uc5d0\uc11c": 16, "dataframe\uc5d0": 16, "\uc811\uadfc\ud558\uc5ec": 16, "print_summari": 16, "print_infer": 16, "print_npu_execut": 16, "print_npu_oper": 16, "print_external_oper": 16, "\ud615\uc2dd\uc744": 16, "pandasdataframe\uc73c\ub85c": 16, "\ub77c\uc778\uc774": 16, "\uc2e4\ud589\ub418\uba74": 16, "\uc694\uc57d": 16, "1584494": 16, "3027309": 16, "2136984": 16, "median": 16, "1968066": 16, "2752525": 16, "2889917": 16, "2944874": 16, "2999831": 16, "3024561": 16, "\uc18c\uc694\ub41c": 16, "span_id": 16, "7cf3d3b7439cf4c3fac1a47998783102": 16, "403ada67f1d8220": 16, "16d65f6f8f1db256d0f39953855dea72": 16, "78b065c19c3675ef": 16, "2111363": 16, "d0534e3a9f19edadab81954ad28ab44f": 16, "9a7addaf0f28c9f": 16, "1824769": 16, "70512188522f45b87cfe4f545de3cf2c": 16, "c75f697f8e72d333": 16, "pe_index": 16, "execution_index": 16, "iowait": 16, "8f6fce6c0e52b4735cae3379732a0943": 16, "3e1e4a76523cbf89": 16, "119145": 16, "108134": 16, "18446744073709540605": 16, "195366613b1da9b0350c0a3c2a608f42": 16, "07dff2e92172fabd": 16, "119363": 16, "18446744073709540387": 16, "3b65b8fa3eabfaf8f815ec9f41fcc7d9": 16, "639a366a7f932a23": 16, "119157": 16, "18446744073709540593": 16, "e48825df32a07e5559f7f50048c08e1f": 16, "ecaab4915bfda725": 16, "119219": 16, "18446744073709540531": 16, "average_elaps": 16, "lowlevelconv2d": 16, "5327": 16, "lowleveldepthwiseconv2d": 16, "1412": 16, "285714": 16, "lowlevelpad": 16, "575": 16, "785714": 16, "lowleveltranspos": 16, "250": 16, "lowlevelreshap": 16, "240": 16, "lowlevelslic": 16, "lowlevelexpand": 16, "\uc2e4\ud589\ub41c": 16, "\ub4e4\uc5d0\uc11c": 16, "operator_index": 16, "e7ab6656cc090a8d05992a9e4683b8b7": 16, "206a1d6f351ca4b1": 16, "136285": 16, "03636fd6c7dbc42f0a9dd29a7283d3fc": 16, "f636740983e095a6": 16, "133350": 16, "c9a0858f7e0885a976f51c6cb57d3e0f": 16, "bb6c84f88e453055": 16, "44775": 16, "8777c67ad9fe597139bbd6970362c2fc": 16, "63bac982c7b98aba": 16, "14682": 16, "98aeba2a25b0525166b6a4065ab01774": 16, "34ccd560571d733f": 16, "45465": 16, "420525dc13ba9624083e0a276f7ee718": 16, "9f6d342da5eb86bc": 16, "152748": 16, "cb67393f6949bbbb396053c1e00931ff": 16, "2d724fa6ab8ca024": 16, "67140": 16, "00424b4f02039ae0ca98388a964062b0": 16, "a5fb9fbd5bffe6a6": 16, "32388": 16, "d7412c59d360067e8b7a2508a30d1079": 16, "8e426d778fa95722": 16, "71736": 16, "6820acf9345c5b373c512f6cd5edcbc7": 16, "2d787c2df381f010": 16, "311310": 16, "84d24b02a95c63c3e40f7682384749e4": 16, "1236a974a619ff1a": 16, "51930": 16, "8d25dff1cfd6624509cbf95503e93382": 16, "673efb3bfb8deac6": 16, "12362": 16, "4cc60ec1eee7d9f3cdd290d07b303a18": 16, "e7903b0a584d6388": 16, "56736": 16, "c5f04d9fea26e5b52c6ec5e5406775fc": 16, "701118dabd065e6f": 16, "265447": 16, "c5fdfb9cf454da130148e8e364eeee93": 16, "5cf3750def19c6e8": 16, "35869": 16, "e1e650d23061140404915f1df36daf9c": 16, "ddd76ff19b5cd713": 16, "14688": 16, "\ub77c\uc778\uc744": 16, "\uc811\uadfc\ud558\uace0": 16, "487": 16, "f3b158734e3684f2e043ed41309c4c2d": 16, "11204385": 16, "\uc791\uc131\ud558\uae30": 17, "\ud0a4\ud2b8\uc774\ub2e4": 17, "\uc560\ud50c\ub9ac\ucf00\uc774\uc158": 17, "\uac1c\ubc1c\uc5d0": 17, "\ubd84\uc57c\uc5d0\uc11c": 17, "\ub110\ub9ac": 17, "\uc0dd\ud0dc\uacc4\uc758": 17, "\ub3c4\uad6c\uc640": 17, "\ud504\ub808\uc784\uc6cc\ud06c\ub4e4\uc744": 17, "\ubaa8\ub4c8\ub85c": 17, "\uad6c\uc131\ub418\uba70": 17, "\uad6c\uc131\uc740": 17, "\ubc84\uc804\uc758": [17, 20], "\ud544\uc694\ud558\uace0": 17, "\uc54a\uac70\ub098": 17, "\uad6c\uc131\uc5d0": 17, "\uc775\uc219\ud558\ub2e4\uba74": 17, "\uc7a5\uc744": 17, "\uc2dc\uc2a4\ud15c\uc5d0": [17, 20], "\uc874\uc7ac\ud558\uc9c0": 17, "\ubbf8\ub9cc\uc758": 17, "python\uc744": 17, "\uc911\uc5d0": 17, "\uad8c\uc7a5": 17, "conda": 17, "\uc5b4\ud50c\ub9ac\ucf00\uc774\uc158\ub9cc\uc744": 17, "\ud574\uc900\ub2e4": 17, "\uc5b4\ud50c\ub9ac\ucf00\uc774\uc158\uc744": 17, "\uc885\uc885": 17, "\ubb38\uc81c\ub098": 17, "\ud53c\ud560": 17, "\uad6c\uc131\ud55c\ub2e4": 17, "\ud658\uacbd\uacfc": 17, "\ucda9\ub3cc\uc774": 17, "\uc6b0\ub824\ub418\uc9c0": 17, "conda\ub294": 17, "\uad6c\uc131\ud558\uac8c": 17, "conda\uc5d0": 17, "\uc790\uc138\ud788": 17, "\uc54c\uace0": 17, "sh": 17, "miniconda3": 17, "\ubb3c\uc5b4\ubcf4\ub294": 17, "ye": 17, "wget": 17, "repo": 17, "anaconda": 17, "miniconda": 17, "bashrc": 17, "\uad6c\uc131\ud558\uace0": 17, "\ud544\uc694\ud560": 17, "9\ub97c": 17, "\uc774\ub984\uc73c\ub85c": 17, "\uc0dd\uc131\ud558\uc790": 17, "\ud658\uacbd\uc740": 17, "\ud65c\uc131\ud654\ub41c\ub2e4": 17, "\ub418\uace0": 17, "\ud658\uacbd\uc758": [17, 22], "\ub05d\ub0b4\uace0": 17, "\uc2f6\uc740": 17, "deactiv": 17, "\uc5b8\uc81c\ub4e0\uc9c0": 17, "\uc124\uce58\ud588\ub358": 17, "\ud328\ud0a4\uc9c0\ub294": 17, "\uc124\uce58\ud558\uc9c0": 17, "\uc54a\uc544\ub3c4": 17, "\uc124\uce58\ub418\uc5c8\ub294\uc9c0": 17, "\uc124\uce58\ud558\uae30\uc5d0": 17, "\uc55e\uc11c": 17, "python\uc758": 17, "\ud574\uc57c\ud55c\ub2e4": 17, "\uc18c\uc2a4": 17, "\uc800\uc7a5\uc18c\uc5d0": 17, "\uc5c5\ub85c\ub4dc": 17, "\uac01\uac01\uc758": 17, "\ucc38\uace0\ud558\ub77c": 17, "\ucd94\uac00\uc801\uc778": 17, "\uace8\ub77c": 17, "\uac04\uc5d0": 17, "\ud638\ud658\uc5ec\ubd80\ub97c": 17, "\uc18c\uc2a4\ucf54\ub4dc\ub97c": [17, 20], "\uc21c\uc11c\ub85c": 17, "\uc124\uce58\ud558\uace0\uc790": 17, "\uc21c\uc11c\uc5d0": 17, "\ub9b4\ub9ac\uc2a4\ubd80\ud130": 17, "\uc0ac\uc6a9\ud558\uace0\uc790": 17, "\uc544\ud0a4\ud14d\uccd0\uc640": 17, "\ud6c8\ub828\ub41c": 17, "\ud328\ud0a4\uc9c0\ub2e4": 17, "\ubcc0\ud658\ud558\uae30": 17, "\uc9d1\ud569\uc744": 17, "npu\ub85c": 17, "\uac00\uc18d\ud558\uc5ec": 17, "\ubaa8\uc758\ub85c": 17, "8bit": 18, "\ud0c0\uc785": 18, "\uc9c0\uc6d0\ud558\uae30": 18, "fp16": 18, "fp32": 18, "\ubcc0\ud658\ud558\ub294": 18, "\uc591\uc790\ud654\ub780": 18, "\ub192\uc774\uac70\ub098": 18, "\ud558\ub4dc\uc6e8\uc5b4\ub97c": 18, "\uac00\uc18d\ud558\uae30": 18, "\ubcf4\ud3b8\uc801\uc778": 18, "\uae30\uc220\ub85c": 18, "sdk\uc5d0\uc11c": 18, "\ub354\uc6b1": 18, "\ubc29\uc2dd\uc740": 18, "bit": 18, "\uae30\ubc18\uc774\uba70": 18, "\ub530\ub978\ub2e4": [18, 22], "\uadf8\ub9bc\uc5d0\uc11c": 18, "\ud45c\ud604\ub41c": 18, "\ubc14\uc640": 18, "3\ub2e8\uacc4\ub97c": 18, "\uadf8\ub798\ud504": 18, "\uacfc\uc815\uc5d0\uc11c\ub294": 18, "\uc800\ud558\ub97c": 18, "\ucd5c\uc18c\ud654\ud558\uba74\uc11c": 18, "\uad6c\uc870\ub97c": 18, "\ucd94\uac00\ud558\uac70\ub098": 18, "\ub300\uccb4\ud558\uc5ec": 18, "\uadf8\ub798\ud504\uc758": 18, "\uc704\uc0c1\uad6c\uc870\ub97c": 18, "\uac00\uc911\uce58\ub97c": 18, "\ubcf4\uc815\ud558\uba70": 18, "\ud559\uc2b5\ud560": 18, "\uc0ac\uc6a9\ud588\ub358": 18, "\ub370\uc774\ud130\uac00": 18, "\ud45c\ub294": 18, "quantizer\uc640": 18, "\uc591\uc790\ud654\ud558\uace0": 18, "\ube44\uad50\ud55c": 18, "fp": 18, "method": [18, 20], "convnext": 18, "85": 18, "80": 18, "376": 18, "mse": 18, "678": 18, "b0": 18, "77": 18, "698": 18, "669": 18, "efficientnetv2": 18, "84": 18, "228": 18, "83": 18, "566": 18, "214": 18, "76": 18, "456": 18, "702": 18, "retinanet": 18, "map": 18, "3757": 18, "37373": 18, "symmetr": 18, "476": 18, "23": 18, "23215": 18, "21626": 18, "108": 18, "yolox": [18, 21], "497": 18, "48524": 18, "634": 18, "490": 18, "47443": 18, "96": 18, "822": 18, "454": 18, "43963": 18, "sqnr": 18, "835": 18, "api\uc640": 18, "\uc778\ud37c\ub7f0\uc2a4": [18, 21], "\uc900\ube44\ub41c": 20, "\ud1b5\ud558\ub294": 20, "\uc77c\ubc18\uc801\uc774\ub2e4": 20, "\uc774\ub7f0": 20, "\uc720\uc2a4\ucf00\uc774\uc2a4\ub97c": 20, "\ubaa8\ub378\ub97c": 20, "\uc11c\ubc84\ub85c": 20, "\ud544\uc694\ud558\ub2e4\uba74": 20, "\uc2e4\ud589\ud574\uc8fc\uc138\uc694": 20, "github\uc5d0\uc11c": 20, "\uc18c\uc2a4\ub97c": 20, "\ub2e4\uc6b4\ubc1b\uc544": 20, "\ub3c4\uc6c0\ub9d0\uc744": 20, "level": 20, "debug": 20, "loglevel": 20, "text": 20, "support": [20, 22], "url": 20, "ip": 20, "address": 20, "bind": 20, "port": 20, "integ": 20, "listen": 20, "8080": 20, "zsh": 20, "fish": 20, "powershel": 20, "pwsh": 20, "shell": 20, "copi": 20, "messag": 20, "exit": 20, "\uc11c\ube59\uc740": 20, "\uc774\ubbf8\uc9c0\uc758": 20, "\ud328\uc2a4\uc640": 20, "\ud3ec\ud2b8\ub85c": 20, "\uc694\uccad\uc744": 20, "\ub300\uae30\ud558\uae30": 20, "\uc635\uc158\uc774\ub098": 20, "\uc11c\ube59\uc5d0": 20, "\ubc18\ubcf5\uc801\uc73c\ub85c": 20, "model_config_list": 20, "sampl": 20, "mnistnet_uint8_qu": 20, "platform": 20, "compiler_config": 20, "keep_unsigned": 20, "split_unit": 20, "ssd512_mobilenet_v2_bdd_int_without_reshap": 20, "\uc900\ube44\ud55c": 20, "\ud328\uc2a4\ub97c": 20, "\uc2e4\ud589\uc744": 20, "\ud544\uc694\ud55c\ub370": 20, "\ub514\ub809\ud1a0\ub9ac\uc5d0\uc11c": 20, "\uc2e4\ud589\ud574\ubcfc": 20, "model_config_exampl": 20, "20230509151914": 20, "axpfej": 20, "e626c458c": 20, "19t13": 20, "26z": 20, "09t06": 20, "14": 20, "560585z": 20, "565216z": 20, "d063sw": 20, "591795z": 20, "595298z": 20, "1184080": 20, "startup": 20, "press": 20, "quit": 20, "\uc2dc\uc791\ub418\uace0": 20, "\ubcf4\ub0b4": 20, "\ud574\ubcfc": 20, "\uc124\uc815\uc5d0\uc11c": 20, "\ubcf4\ub0bc": 20, "\ubcf4\ub0b4\uba74": 20, "\ubcf4\ub0b4\ub294": 20, "mnist_imag": 20, "train_imag": 20, "60000": 20, "astyp": 20, "localhost": [20, 22], "tolist": 20, "datatyp": 20, "\ud14c\uc774\ube14\uc740": 20, "\uc815\ubcf4\uc774\ub2e4": [20, 22], "\ub530\ub974\uace0": 20, "\ub9c1\ud06c\uc5d0\uc11c": 20, "health": 20, "live": [20, 22], "\uc0c1\ud0dc\uba74": 20, "ok": 20, "\ub9ac\ud134": 20, "livenessprobe\uc5d0": 20, "\ub418\uba74": 20, "readinessprobe\uc5d0": 20, "model_nam": 20, "model_vers": 20, "\ubc18\ud658": 20, "\ub418\uc5c8\ub2e4\uba74": 20, "\uae30\ud0c0": 21, "\uac00\uc0c1\ud654\ub97c": 22, "\uc608\uc2dc\uc5d0\uc11c\ub294": 22, "\uac00\uc815\ud558\uace0": 22, "\uc788\uc9c0\ub9cc": 22, "\uac00\uc0c1\ud654": 22, "cento": 22, "\uac8c\uc2a4\ud2b8": 22, "qemu": 22, "kvm": 22, "bios\uc5d0": 22, "iommu\ub97c": 22, "vt": 22, "x": 22, "\ud65c\uc131\ud654\ub418\uc5b4": 22, "kvm\uacfc": 22, "libvirt": 22, "virt": 22, "iommu\uc758": 22, "bios\uc5d0\uc11c": 22, "iommu\uac00": 22, "\ud65c\uc131\ud654\ub418\uc5b4\uc788\ub294\uc9c0": 22, "dmesg": 22, "dmar": 22, "iommu": 22, "\uc218\ud589\ud558\uc5ec": 22, "iommu\uc640": 22, "\uba54\uc2dc\uc9c0\uac00": 22, "\ud655\uc778\ub418\uc9c0": 22, "\ubc14\uc774\uc624\uc2a4": 22, "\uba54\uc778\ubcf4\ub4dc\uc758": 22, "\uc81c\uc870\uc0ac\uc758": 22, "\uac00\uc774\ub4dc\uc5d0": 22, "grub\uc5d0": 22, "grub_cmdline_linux": 22, "grub": 22, "cpu\uc758": 22, "\uae30\uc7ac\ub41c": 22, "\uba85\ub839\ud589\uc5d0": 22, "intel_iommu": 22, "amd": 22, "amd_iommu": 22, "\ucd94\uac00\ud558\uace0": 22, "\uc7ac\ubd80\ud305\ud55c\ub2e4": 22, "legaci": 22, "bio": 22, "boot": 22, "mode\uc778": 22, "grub2": 22, "mkconfig": 22, "cfg": 22, "uefi": 22, "efi": 22, "linux_distrib": 22, "vfio": 22, "\ubaa8\ub4c8\uc758": 22, "lsmod": 22, "\ubaa8\ub4c8\uc774": 22, "vfio_pci": 22, "61440": 22, "vfio_virqfd": 22, "16384": 22, "vfio_iommu_type1": 22, "36864": 22, "irqbypass": 22, "modprob": 22, "\ud65c\uc131\ud654\ud55c\ub2e4": 22, "\ud65c\uc131\ud654\ub97c": 22, "\uc900\ube44": 22, "\ud658\uacbd\uc778\uc9c0": 22, "virtual": 22, "assign": 22, "kernel": 22, "\ud56d\ubaa9\ub4e4\uc774": 22, "pass\ub85c": 22, "\ud45c\uc2dc\ub418\uba74": 22, "\uc808\ucc28\uac00": 22, "\uc644\ub8cc\ub418\uc5c8\uc74c\uc744": 22, "lspci": 22, "nd": 22, "1200": 22, "fursioaai\uc758": 22, "id\uc774\ub2e4": 22, "\ubd80\uc5ec\ub41c": 22, "bdf\ub97c": 22, "\uc608\uc81c\uc5d0\uc11c\ub294": 22, "dd": 22, "\ud1b5\ud574\uc11c\ub3c4": 22, "\uc788\uc73c\ub098": 22, "id\uac00": 22, "\ucd5c\uc2e0\ud654\ub418\uc9c0": 22, "\uc54a\uc558\uc744": 22, "inc": 22, "\ud45c\uc2dc\ub41c\ub2e4": 22, "pciid": 22, "id\ub97c": 22, "\uac31\uc2e0\ud560": 22, "\ubb34\uad00\ud558\uba70": 22, "\uc7a5\ucc29": 22, "\uc778\uc2dd\ub418\uc5c8\ub2e4\uba74": 22, "virsh": 22, "nodedev": 22, "pci_0000_01_00_0": 22, "4\uc5d0\uc11c": 22, "\ud655\uc778\ud55c": 22, "bdf\uc5d0": 22, "\ub300\uc751\ub418\ub294": 22, "\ubaa9\ub85d\uc5d0\uc11c": 22, "\uba38\uc2e0\uc744": 22, "os\ub294": 22, "ubuntu\ub97c": 22, "vm": 22, "variant": 22, "ubuntu20": 22, "vcpu": 22, "4096": 22, "iso": 22, "casper": 22, "vmlinuz": 22, "initrd": 22, "network": 22, "bridg": 22, "br0": 22, "virtio": 22, "disk": 22, "graphic": 22, "\uac12\uc744": 22, "5\uc5d0\uc11c": 22, "\uc804\ub2ec\ud55c\ub2e4": 22, "\uc811\uc18d\ud558\uc5ec": 22, "os\ub97c": 22, "\uc644\ub8cc\ub41c": 22, "\uc811\uadfc\ud55c\ub2e4": 22, "\uc778\uc2dd\ub418\ub294\uc9c0": 22, "\ubb38\uc11c\uc758": 22, "\uc9c0\uce68\uc744": 22, "\ub530\ub974\uba74": 22}, "objects": {}, "objtypes": {}, "objnames": {}, "titleterms": {"\ubc84\uadf8": 0, "\uc2e0\uace0": 0, "furiosaai": [1, 2, 14, 17], "npu": [1, 2, 3, 4, 5, 12, 13, 15, 22], "\ubc0f": [1, 4, 5, 10, 13, 17, 21], "sdk": [1, 6, 7, 10, 13, 14, 17], "\ubb38\uc11c": [1, 2, 19], "softwar": 1, "\ud29c\ud1a0\ub9ac\uc5bc": [1, 21], "\ucf54\ub4dc": [1, 8, 21], "\uc608\uc81c": [1, 21], "\uc11c\ube59": [1, 4, 5, 6, 8, 20], "\ubc30\ud3ec": [1, 15], "mlop": 1, "\ub808\ud37c\ub7f0\uc2a4": [1, 19], "\uae30\ud0c0": 1, "\ub9c1\ud06c": 1, "warboi": 2, "warboy\uc758": 2, "\ud558\ub4dc\uc6e8\uc5b4": 2, "\uc2a4\ud399": 2, "hardwar": 2, "specif": 2, "\uc131\ub2a5": [2, 4, 7, 16], "\uad00\ub828": [2, 8, 9], "\uac00\uc18d": 3, "\uc9c0\uc6d0": [3, 4, 5, 14, 15, 22], "\uc5f0\uc0b0\uc790": 3, "\ubaa9\ub85d": [3, 15, 17], "releas": [4, 5, 6, 7, 8, 9], "note": [4, 5, 6, 7, 8, 9], "0": [4, 5, 6, 7, 8, 9], "10": 4, "\ucef4\ud3ec\ub10c\ud2b8": [4, 7, 8, 9], "\ubc84\uc804": [4, 7, 8, 9, 13], "\uc815\ubcf4": [4, 7, 8, 9, 20], "\uc124\uce58": [4, 8, 9, 10, 11, 13, 15, 17, 20], "\ub610\ub294": [4, 8, 9], "\uc5c5\uadf8\ub808\uc774\ub4dc": [4, 6, 7, 8, 9], "\ubc29\ubc95": [4, 6, 7, 8, 9, 13], "\uc8fc\uc694": [4, 6, 7, 8, 9], "\ubcc0\uacbd": [4, 6, 7, 8, 9], "\uc0ac\ud56d": [4, 6, 7, 8, 9, 17], "\ucc28\uc138\ub300": 4, "\ub7f0\ud0c0\uc784": [4, 13, 14], "\uc5d4\uc9c4": 4, "furiosart": 4, "\ub3c4\uc785": [4, 5, 7], "\uac1c\uc120": [4, 5, 7, 8, 9], "\uc0c8": 4, "api": [4, 5, 7, 8, 14, 17, 18], "\uba40\ud2f0": 4, "\uc7a5\uce58": [4, 14], "\uc124\uc815": [4, 7, 12, 13, 15], "\ucc98\ub9ac\ub7c9": 4, "\ud5a5\uc0c1": 4, "\ubaa8\ub378": [4, 8, 9, 11, 14, 18, 20], "\uc11c\ubc84\uc640": 4, "\ud504\ub808\uc784\uc6cc\ud06c": [4, 5, 8, 20], "\uc591\uc790\ud654": [4, 7, 8, 9, 14, 18], "\ub3c4\uad6c": [4, 5, 7, 8, 9, 11], "quantiz": [4, 6, 8, 9, 14, 17, 18], "tool": [4, 8, 9], "\uae30\uc874": 4, "\ubb38\uc81c\uc810": 4, "\ucef4\ud30c\uc77c\ub7ec": [4, 5, 6, 7, 9, 12, 14], "\ud504\ub85c\ud30c\uc77c\ub7ec": [4, 8, 16], "profil": 4, "furiosa": [4, 5, 6, 7, 8, 9, 11, 12, 13], "litmu": [4, 11, 17], "bench": [4, 11], "\uba85\ub839\ud589": [4, 11], "\ucd94\uac00": [4, 6, 8, 13, 17], "toolkit": [4, 8, 9, 11], "5": [5, 15], "session": 5, "\uc5d0\ub7ec": 5, "\uc9c4\ub2e8": 5, "\uba54\uc2dc\uc9c0": 5, "\ud578\ub4e4\ub9c1": 5, "server": [5, 14, 17], "\ud328\ud0a4\uc9c0": [5, 13, 17], "model": [5, 8, 12, 14, 17], "\uba85\ub839\ud615": 5, "\uad00\ub9ac": 5, "furiosactl": [5, 11], "kubernet": [5, 14, 15], "6": 6, "python": [6, 7, 14, 17], "serv": 6, "fastapi": 6, "\uae30\ubc18\uc758": 6, "\uace0\uae09": 6, "\ub77c\uc774\ube0c\ub7ec\ub9ac": 6, "7": 7, "\ub354": 7, "\ub9ce\uc740": 7, "\uc5f0\uc0b0\uc790\uac00": 7, "\uac00\uc18d\ub418\ub3c4\ub85d": 7, "\uce90\uc2dc": 7, "\ud78c\ud2b8": 7, "\ud504\ub85c\ud30c\uc77c\ub9c1": [7, 16], "devic": [7, 15], "plugin\uc758": 7, "\ud30c\uc77c": 7, "\uae30\ubc18": 7, "model\uc5d0": 7, "block": 7, "8": 8, "zoo": 8, "\ub124\uc774\ud2f0\ube0c": 8, "\ud6c4\ucc98\ub9ac": 8, "9": 9, "support": 9, "calibr": 9, "method": 9, "c": [10, 14], "\uc0ac\uc6a9": [10, 17], "\uac00\uc774\ub4dc": [10, 13, 17], "sdk\ub97c": 10, "\uc774\uc6a9\ud55c": [10, 16, 17, 20], "\ucef4\ud30c\uc77c": 10, "info": 11, "list": 11, "p": 11, "top": 11, "experiment": 11, "field": 11, "\ubca4\uce58\ub9c8\ud06c": 11, "compil": [11, 12, 14], "\ud638\ud658\uc131": 11, "\uac80\uc0ac": 11, "target": 12, "optim": 12, "batch": 12, "size": 12, "well": 12, "known": 12, "enf": 12, "\ud30c\uc77c\uc758": 12, "\ud65c\uc6a9": 12, "\uce90\uc26c": 12, "cach": 12, "fc_cache_lifetim": 12, "\uac12\uc5d0": 12, "\ub530\ub978": 12, "\ub3d9\uc791": [12, 18], "\ub4dc\ub77c\uc774\ubc84": [13, 14], "\ud38c\uc6e8\uc5b4": [13, 14], "\uc124\uce58\ub97c": 13, "\uc704\ud55c": 13, "\ucd5c\uc18c": 13, "\uc694\uad6c\uc0ac\ud56d": 13, "apt": 13, "\uc11c\ubc84": [13, 14, 20], "\ud544\uc218": 13, "\uc720\uc800\ub97c": 13, "\uadf8\ub8f9\uc5d0": 13, "\uc124\uce58\ub41c": 13, "\uace0\uc815": 13, "\ud574\uc81c": 13, "\ud2b9\uc815": 13, "\uc5c5\ub370\uc774\ud2b8": 13, "\uc18c\ud504\ud2b8\uc6e8\uc5b4": 14, "\uc2a4\ud0dd": 14, "\uc18c\uac1c": 14, "\ucee4\ub110": 14, "kernel": 14, "driver": 14, "firmwar": 14, "runtim": [14, 17], "sdk\uc640": 14, "1": 15, "\ub178\ub4dc": 15, "\uc900\ube44": 15, "2": [15, 20], "node": 15, "featur": 15, "discoveri": 15, "3": 15, "plugin": 15, "metric": 15, "export": 15, "label": 15, "k8": 15, "\uc778\uc790": 15, "4": 15, "npu\uc640": 15, "\ud568\uaed8": 15, "pod": 15, "\ubaa8\ub2c8\ud130\ub9c1": 15, "\uc218\uc9d1": 15, "\ud56d\ubaa9": 15, "\ud2b8\ub808\uc774\uc2a4": 16, "\ubd84\uc11d": 16, "trace": 16, "analysi": 16, "\ud658\uacbd": [16, 17, 22], "\ubcc0\uc218\ub97c": 16, "\ud1b5\ud55c": 16, "\ucee8\ud14d\uc2a4\ud2b8\ub97c": 16, "\ucee8\ud14d\uc2a4\ud2b8\uc758": 16, "\uc77c\uc2dc\uc801": 16, "\uc911\ub2e8": 16, "\uc7ac\uac1c": 16, "panda": 16, "dataframe\uc744": 16, "\uc0ac\uc804": 17, "\uc694\uad6c": 17, "\uc2e4\ud589": [17, 20], "\uad6c\uc131": 17, "conda\ub97c": 17, "\ub3c5\ub9bd\ub41c": 17, "\uc0dd\uc131": 17, "\ud65c\uc131\ud654": 17, "linux": 17, "\ud328\ud0a4\uc9c0\ub97c": 17, "legaci": 17, "\ubc29\uc2dd": 18, "\ubaa8\ub378\uc758": 18, "\uc815\ud655\ub3c4": 18, "accuraci": 18, "\uc124\uc815\uc744": 20, "\uc5d4\ub4dc\ud3ec\uc778\ud2b8": 20, "endpoint": 20, "kserv": 20, "predict": 20, "protocol": 20, "version": 20, "\uac00\uc0c1": 22, "\uba38\uc2e0": 22, "\uba38\uc2e0\uc5d0": 22, "\uc5f0\uacb0": 22, "pci": 22, "pass": 22, "through": 22, "\uc608\uc2dc": 22, "\uc120\ud589\uc870\uac74": 22, "\uc791\uc5c5": 22, "\uc808\ucc28": 22}, "envversion": {"sphinx.domains.c": 2, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 8, "sphinx.domains.index": 1, "sphinx.domains.javascript": 2, "sphinx.domains.math": 2, "sphinx.domains.python": 3, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx": 57}, "alltitles": {"\ubc84\uadf8 \uc2e0\uace0": [[0, "bugreport"]], "FuriosaAI NPU \ubc0f SDK \ubb38\uc11c": [[1, "furiosaai-npu-sdk-release"]], "FuriosaAI NPU": [[1, "furiosaai-npu"], [2, "furiosaai-npu"]], "FuriosaAI Software": [[1, "furiosaai-software"]], "FuriosaAI SDK \ud29c\ud1a0\ub9ac\uc5bc \ubc0f \ucf54\ub4dc \uc608\uc81c": [[1, "furiosaai-sdk"]], "\uc11c\ube59, \ubc30\ud3ec, MLOps": [[1, "mlops"]], "\ub808\ud37c\ub7f0\uc2a4 \ubb38\uc11c": [[1, "id1"], [19, "id1"]], "\uae30\ud0c0 \ub9c1\ud06c": [[1, "id3"]], "FuriosaAI Warboy": [[2, "furiosaai-warboy"]], "FuriosaAI Warboy\uc758 \ud558\ub4dc\uc6e8\uc5b4 \uc2a4\ud399": [[2, "id1"]], "Warboy Hardware Specification": [[2, "id5"]], "FuriosaAI Warboy\uc758 \uc131\ub2a5": [[2, "id2"]], "\uad00\ub828 \ubb38\uc11c": [[2, "id3"]], "NPU \uac00\uc18d \uc9c0\uc6d0 \uc5f0\uc0b0\uc790 \ubaa9\ub85d": [[3, "npu"]], "NPU \uac00\uc18d \uc9c0\uc6d0 \uc5f0\uc0b0\uc790": [[3, "id1"]], "Release Notes - 0.10.0": [[4, "release-notes-0-10-0"]], "\ucef4\ud3ec\ub10c\ud2b8 \ubc84\uc804 \uc815\ubcf4": [[4, "id10"], [7, "id8"], [8, "id7"], [9, "id4"]], "\uc124\uce58 \ub610\ub294 \uc5c5\uadf8\ub808\uc774\ub4dc \ubc29\ubc95": [[4, "id1"], [8, "id1"], [9, "id1"]], "\uc8fc\uc694 \ubcc0\uacbd \uc0ac\ud56d": [[4, "id2"], [6, "id2"], [7, "id2"], [8, "id2"], [9, "id2"]], "\ucc28\uc138\ub300 \ub7f0\ud0c0\uc784 \uc5d4\uc9c4(FuriosaRT) \ub3c4\uc785 \ubc0f \ub7f0\ud0c0\uc784 \uac1c\uc120": [[4, "furiosart"]], "\uc0c8 API \ub3c4\uc785": [[4, "api"]], "\uba40\ud2f0 NPU \uc9c0\uc6d0 \ubc0f \uc7a5\uce58 \uc124\uc815 \ubc29\ubc95 \uac1c\uc120": [[4, "npu"]], "\ucc98\ub9ac\ub7c9 \ud5a5\uc0c1": [[4, "id3"]], "\ubaa8\ub378 \uc11c\ubc84\uc640 \uc11c\ube59 \ud504\ub808\uc784\uc6cc\ud06c \uac1c\uc120": [[4, "id4"]], "\ubaa8\ub378 \uc591\uc790\ud654 \ub3c4\uad6c(quantization tool) \uac1c\uc120": [[4, "quantization-tool"]], "\uae30\uc874 \ubb38\uc81c\uc810": [[4, "id6"]], "\uac1c\uc120 \uc0ac\ud56d": [[4, "id7"]], "\ucef4\ud30c\uc77c\ub7ec \uac1c\uc120": [[4, "id9"], [5, "compilerimprovement"], [9, "id3"]], "\uc131\ub2a5 \ud504\ub85c\ud30c\uc77c\ub7ec(Profiler) \uac1c\uc120": [[4, "profiler"]], "furiosa-litmus \uac1c\uc120": [[4, "furiosa-litmus"]], "furiosa-bench \uba85\ub839\ud589 \ub3c4\uad6c \ucd94\uac00": [[4, "furiosa-bench"]], "furiosa-toolkit \uac1c\uc120": [[4, "furiosa-toolkit"], [8, "furiosa-toolkit"], [9, "furiosa-toolkit"]], "Release Notes - 0.5.0": [[5, "release-notes-0-5-0"]], "Session API \uac1c\uc120": [[5, "session-api"]], "\uc5d0\ub7ec \uc9c4\ub2e8 \uba54\uc2dc\uc9c0 \ubc0f \uc5d0\ub7ec \ud578\ub4e4\ub9c1 \uac1c\uc120": [[5, "id2"]], "Furiosa Server (\uc11c\ube59 \ud504\ub808\uc784\uc6cc\ud06c) \ud328\ud0a4\uc9c0 \ub3c4\uc785": [[5, "furiosa-server"]], "Furiosa Model \ud328\ud0a4\uc9c0 \ub3c4\uc785": [[5, "furiosa-model"]], "\uba85\ub839\ud615 NPU \uad00\ub9ac \ub3c4\uad6c: furiosactl \ub3c4\uc785": [[5, "npu-furiosactl"]], "Kubernetes \uc9c0\uc6d0": [[5, "kubernetes"], [14, "kubernetes"], [15, "kubernetes"]], "Release Notes - 0.6.0": [[6, "release-notes-0-6-0"]], "\uc5c5\uadf8\ub808\uc774\ub4dc \ubc29\ubc95": [[6, "id1"], [7, "id1"]], "\ucef4\ud30c\uc77c\ub7ec": [[6, "id3"], [12, "compiler"]], "Quantizer": [[6, "quantizer"], [17, "quantizer"]], "Python SDK": [[6, "python-sdk"]], "Furiosa Serving: FastAPI \uae30\ubc18\uc758 \uace0\uae09 \uc11c\ube59 \ub77c\uc774\ube0c\ub7ec\ub9ac \ucd94\uac00": [[6, "furiosa-serving-fastapi"]], "Release Notes - 0.7.0": [[7, "release-notes-0-7-0"]], "\ub354 \ub9ce\uc740 \uc5f0\uc0b0\uc790\uac00 \uac00\uc18d\ub418\ub3c4\ub85d \ucef4\ud30c\uc77c\ub7ec \uac1c\uc120": [[7, "id3"]], "\ucef4\ud30c\uc77c\ub7ec \uce90\uc2dc \ub3c4\uc785": [[7, "id4"]], "\ucef4\ud30c\uc77c\ub7ec \ud78c\ud2b8 \ub3c4\uc785": [[7, "id5"]], "\uc131\ub2a5 \ud504\ub85c\ud30c\uc77c\ub9c1 \ub3c4\uad6c \ub3c4\uc785": [[7, "id6"]], "Python SDK \uac1c\uc120": [[7, "python-sdk"]], "\uc591\uc790\ud654 \ub3c4\uad6c": [[7, "id7"]], "Device Plugin\uc758 \ud30c\uc77c \uae30\ubc18 \uc124\uc815 \ub3c4\uc785": [[7, "device-plugin"]], "Furiosa Model\uc5d0 blocking API \ub3c4\uc785": [[7, "furiosa-model-blocking-api"]], "Release Notes - 0.8.0": [[8, "release-notes-0-8-0"]], "\uc11c\ube59 \ud504\ub808\uc784\uc6cc\ud06c API \uac1c\uc120": [[8, "api"]], "\ud504\ub85c\ud30c\uc77c\ub7ec \uac1c\uc120": [[8, "id5"]], "\ubaa8\ub378 \uc591\uc790\ud654 \ub3c4\uad6c (quantization tool) \uad00\ub828 \uac1c\uc120": [[8, "quantization-tool"], [9, "quantization-tool"]], "Model Zoo API \uac1c\uc120, \ubaa8\ub378 \ucd94\uac00, \ub124\uc774\ud2f0\ube0c \ud6c4\ucc98\ub9ac \ucf54\ub4dc \ucd94\uac00": [[8, "model-zoo-api"]], "Release Notes - 0.9.0": [[9, "release-notes-0-9-0"]], "Supported Calibration Methods": [[9, "id5"]], "C SDK \uc124\uce58 \ubc0f \uc0ac\uc6a9 \uac00\uc774\ub4dc": [[10, "c-sdk"]], "C SDK \uc124\uce58": [[10, "id1"]], "C SDK\ub97c \uc774\uc6a9\ud55c \ucef4\ud30c\uc77c": [[10, "id2"]], "\uba85\ub839\ud589 \ub3c4\uad6c": [[11, "id1"]], "furiosa-toolkit": [[11, "furiosa-toolkit"]], "furiosa-toolkit \uc124\uce58": [[11, "id2"]], "furiosactl": [[11, "furiosactl"]], "furiosactl info": [[11, "furiosactl-info"]], "furiosactl list": [[11, "furiosactl-list"]], "furiosactl ps": [[11, "furiosactl-ps"]], "furiosactl top (experimental)": [[11, "furiosactl-top-experimental"]], "furiosa top fields": [[11, "id3"]], "furiosa-bench (\ubca4\uce58\ub9c8\ud06c \ub3c4\uad6c)": [[11, "furiosa-bench"]], "furiosa": [[11, "furiosa"]], "furiosa compile": [[11, "furiosa-compile"]], "furiosa litmus (\ubaa8\ub378 \ud638\ud658\uc131 \uac80\uc0ac \ub3c4\uad6c)": [[11, "furiosa-litmus"]], "furiosa-compiler": [[12, "furiosa-compiler"]], "Target NPUs": [[12, "id4"]], "Optimal Batch Size for Well-known Models": [[12, "id5"]], "ENF \ud30c\uc77c\uc758 \ud65c\uc6a9": [[12, "enf"]], "\ucef4\ud30c\uc77c\ub7ec \uce90\uc26c (Compiler Cache)": [[12, "compiler-cache"]], "FC_CACHE_LIFETIME \uc124\uc815 \uac12\uc5d0 \ub530\ub978 \uce90\uc26c \ub3d9\uc791": [[12, "id6"]], "\ub4dc\ub77c\uc774\ubc84, \ud38c\uc6e8\uc5b4, \ub7f0\ud0c0\uc784 \uc124\uce58 \uac00\uc774\ub4dc": [[13, "requiredpackages"]], "SDK \uc124\uce58\ub97c \uc704\ud55c \ucd5c\uc18c \uc694\uad6c\uc0ac\ud56d": [[13, "sdk"]], "APT \uc11c\ubc84 \uc124\uc815": [[13, "apt"]], "\ud544\uc218 \ud328\ud0a4\uc9c0 \uc124\uce58": [[13, "installlinuxpackages"]], "\uc720\uc800\ub97c furiosa \uadf8\ub8f9\uc5d0 \ucd94\uac00": [[13, "furiosa"]], "\uc124\uce58\ub41c \ubc84\uc804 \uace0\uc815 \ubc0f \ud574\uc81c": [[13, "holdingaptversion"]], "\ud2b9\uc815 \ubc84\uc804 \uc124\uce58 \ubc29\ubc95": [[13, "installspecificversion"]], "NPU \ud38c\uc6e8\uc5b4 \uc5c5\ub370\uc774\ud2b8": [[13, "npu"]], "FuriosaAI \uc18c\ud504\ud2b8\uc6e8\uc5b4 \uc2a4\ud0dd \uc18c\uac1c": [[14, "furiosaai"]], "\ucee4\ub110 \uc7a5\uce58 \ub4dc\ub77c\uc774\ubc84(Kernel Driver), \ud38c\uc6e8\uc5b4(Firmware)": [[14, "kernel-driver-firmware"]], "\ucef4\ud30c\uc77c\ub7ec(Compiler)": [[14, "compiler"]], "\ub7f0\ud0c0\uc784(Runtime)": [[14, "runtime"]], "Python SDK\uc640 C SDK": [[14, "python-sdk-c-sdk"]], "\ubaa8\ub378 \uc591\uc790\ud654 API (Quantizer)": [[14, "api-quantizer"]], "\ubaa8\ub378 \uc11c\ubc84(Model Server)": [[14, "model-server"]], "1. NPU \ub178\ub4dc \uc900\ube44": [[15, "npu"]], "2. Node Feature Discovery \uc124\uce58": [[15, "setupnodefeaturediscovery"]], "3. Device Plugin, NPU Feature Discovery, NPU Metrics Exporter \uc124\uce58": [[15, "device-plugin-npu-feature-discovery-npu-metrics-exporter"]], "NPU Node Labels": [[15, "id6"]], "Device Plugin \uc124\uc815": [[15, "device-plugin"]], "k8s-device-plugin \uc778\uc790 \ubaa9\ub85d": [[15, "id7"]], "4. NPU\uc640 \ud568\uaed8 Pod \ubc30\ud3ec": [[15, "npu-pod"]], "5. NPU \ubaa8\ub2c8\ud130\ub9c1": [[15, "id4"]], "npu-metrics-exporter \uc218\uc9d1 \ud56d\ubaa9 \ubaa9\ub85d": [[15, "id10"]], "\uc131\ub2a5 \ud504\ub85c\ud30c\uc77c\ub9c1": [[16, "profiling"]], "\ud2b8\ub808\uc774\uc2a4 \ubd84\uc11d (Trace Analysis)": [[16, "trace-analysis"]], "\ud658\uacbd \ubcc0\uc218\ub97c \ud1b5\ud55c \ud2b8\ub808\uc774\uc2a4": [[16, "profilerenabledbyenv"]], "\ud504\ub85c\ud30c\uc77c\ub7ec \ucee8\ud14d\uc2a4\ud2b8\ub97c \uc774\uc6a9\ud55c \ud2b8\ub808\uc774\uc2a4": [[16, "profilerenabledbycontext"]], "\ud504\ub85c\ud30c\uc77c\ub7ec \ucee8\ud14d\uc2a4\ud2b8\uc758 \uc77c\uc2dc\uc801 \uc911\ub2e8/\uc7ac\uac1c": [[16, "temporarilydisablingprofiler"]], "Pandas DataFrame\uc744 \uc774\uc6a9\ud55c \ud2b8\ub808\uc774\uc2a4 \ubd84\uc11d": [[16, "pandas-dataframe"]], "Python SDK \uc124\uce58 \ubc0f \uc0ac\uc6a9 \uac00\uc774\ub4dc": [[17, "python-sdk"]], "\uc124\uce58 \uc0ac\uc804 \uc694\uad6c \uc0ac\ud56d": [[17, "id1"]], "Python \uc2e4\ud589 \ud658\uacbd \uad6c\uc131": [[17, "python"]], "Conda\ub97c \uc774\uc6a9\ud55c Python \ud658\uacbd \uad6c\uc131": [[17, "conda-python"]], "\ub3c5\ub9bd\ub41c Python \uc2e4\ud589 \ud658\uacbd \uc0dd\uc131 \ubc0f \ud65c\uc131\ud654": [[17, "id2"]], "Linux \ud328\ud0a4\uc9c0\ub97c \uc774\uc6a9\ud55c Python \ud658\uacbd \uad6c\uc131": [[17, "linux-python"]], "Python SDK \ud328\ud0a4\uc9c0 \uc124\uce58": [[17, "installpippackages"]], "\ucd94\uac00 \ud328\ud0a4\uc9c0 \ubaa9\ub85d": [[17, "pythonextrapackages"]], "Legacy Runtime/API": [[17, "legacy-runtime-api"]], "FuriosaAI Models": [[17, "furiosaai-models"]], "Model Server": [[17, "model-server"]], "Litmus": [[17, "litmus"]], "\ubaa8\ub378 \uc591\uc790\ud654": [[18, "modelquantization"]], "\ub3d9\uc791 \ubc29\uc2dd": [[18, "id2"]], "\uc591\uc790\ud654 \ubaa8\ub378\uc758 \uc815\ud655\ub3c4": [[18, "id3"]], "Quantization Accuracy": [[18, "id4"]], "\ubaa8\ub378 \uc591\uc790\ud654 APIs": [[18, "apis"]], "\ubaa8\ub378 \uc11c\ubc84 (\uc11c\ube59 \ud504\ub808\uc784\uc6cc\ud06c)": [[20, "modelserving"]], "\ubaa8\ub378 \uc11c\ubc84 \uc124\uce58": [[20, "id2"]], "\ubaa8\ub378 \uc11c\ubc84 \uc2e4\ud589": [[20, "id3"]], "\ubaa8\ub378 \uc124\uc815\uc744 \uc774\uc6a9\ud55c \ubaa8\ub378 \uc11c\ubc84 \uc2e4\ud589": [[20, "id4"]], "\uc5d4\ub4dc\ud3ec\uc778\ud2b8(Endpoint) \uc815\ubcf4": [[20, "endpoint"]], "Endpoints of KServe Predict Protocol Version 2": [[20, "id5"]], "\ud29c\ud1a0\ub9ac\uc5bc \ubc0f \ucf54\ub4dc \uc608\uc81c": [[21, "tutorial"]], "\ud29c\ud1a0\ub9ac\uc5bc": [[21, "id2"]], "\ucf54\ub4dc \uc608\uc81c": [[21, "id4"]], "\uac00\uc0c1 \uba38\uc2e0 \ud658\uacbd \uc9c0\uc6d0": [[22, "vmsupport"]], "\uac00\uc0c1 \uba38\uc2e0\uc5d0 NPU \uc5f0\uacb0 (PCI pass-through)": [[22, "npu-pci-pass-through"]], "\uc608\uc2dc \ud658\uacbd": [[22, "id2"]], "\uc120\ud589\uc870\uac74": [[22, "id3"]], "\uc791\uc5c5 \uc808\ucc28": [[22, "id4"]]}, "indexentries": {}}) \ No newline at end of file diff --git a/v0.10.0/ko/software/cli.html b/v0.10.0/ko/software/cli.html index d539752..78d4fcc 100644 --- a/v0.10.0/ko/software/cli.html +++ b/v0.10.0/ko/software/cli.html @@ -263,7 +263,7 @@

                furiosactl

                furiosa-bench (벤치마크 도구)

                -

                furiosa-bench 명령은 다양한 런타임 설정을 통해 주어진 모델을 실행시켜 지연시간 및 처리량을 얻을수 있다.

                +

                furiosa-bench 명령은 다양한 런타임 설정을 통해 주어진 모델을 실행시켜 지연시간 및 처리량을 얻을 수 있다.

                문법 개요

                $ furiosa-bench --help
                 USAGE:
                @@ -311,7 +311,8 @@ 

                furiosactl

                output 인자에 파일 이름을 지정하면 벤치마크 실행 결과를 아래와 같이 json 형식으로 파일에 기록한다.

                -
                $ furiosa-bench mnist-8.onnx --workload L -n 1000 -w 8 -t 2 -o mnist.json | cat mnist.json
                +
                $ furiosa-bench mnist-8.onnx --workload L -n 1000 -w 8 -t 2 -o mnist.json
                +$ cat mnist.json
                 
                   {
                       "model_data": {
                diff --git a/v0.10.0/ko/software/compiler.html b/v0.10.0/ko/software/compiler.html
                index e803f80..ddf3fa6 100644
                --- a/v0.10.0/ko/software/compiler.html
                +++ b/v0.10.0/ko/software/compiler.html
                @@ -189,7 +189,7 @@
                 

                SOURCE 는 -TFLiteOnnx 파일의 경로이며 +TFLiteONNX 파일의 경로이며 NPU 가속을 위해서는 모델 양자화 의 결과로 생성된 모델을 사용해야 한다.

                -o OUTPUT 은 생략 가능한 옵션이며 지정한다면 출력되는 파일 이름을 지정할 수 있다. 생략했을 때 기본 출력 파일 이름은 output.enf 이다. ENF는 Executable NPU Format의 확장자이다. @@ -313,7 +313,7 @@

                ENF 파일의 활용export FC_CACHE_STORE_URL=rediss://:<PASSWORD>@127.0.0.1:25945

                -

                캐쉬는 기본으로 30일의 유효시간을 가지고 있으며 환경변수 FC_CACHE_LIFETIME 를 통해 초 단위 설정을 통해 +

                캐쉬는 기본으로 30일의 유효기간을 가지고 있으며 환경변수 FC_CACHE_LIFETIME 를 통해 초 단위 설정을 통해 오버라이드 가능하다.

                # 2 hours cache lifetime
                 export FC_CACHE_LIFETIME=7200
                

                컴포넌트 버전 정보