netrans/docs/html/genindex.html

341 lines
10 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="zh" data-content_root="./">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>索引 &#8212; netrans 0.1 文档</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=5ecbeea2" />
<link rel="stylesheet" type="text/css" href="_static/basic.css?v=b08954a9" />
<link rel="stylesheet" type="text/css" href="_static/alabaster.css?v=27fed22d" />
<script src="_static/documentation_options.js?v=52efc512"></script>
<script src="_static/doctools.js?v=9bcbadda"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<link rel="index" title="索引" href="#" />
<link rel="search" title="搜索" href="search.html" />
<link rel="stylesheet" href="_static/custom.css" type="text/css" />
</head><body>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<h1 id="index">索引</h1>
<div class="genindex-jumpbox">
<a href="#A"><strong>A</strong></a>
| <a href="#C"><strong>C</strong></a>
| <a href="#E"><strong>E</strong></a>
| <a href="#F"><strong>F</strong></a>
| <a href="#I"><strong>I</strong></a>
| <a href="#M"><strong>M</strong></a>
| <a href="#N"><strong>N</strong></a>
| <a href="#Q"><strong>Q</strong></a>
| <a href="#R"><strong>R</strong></a>
| <a href="#U"><strong>U</strong></a>
</div>
<h2 id="A">A</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="utils.html#utils.AttributeCopier">AttributeCopierutils 中的类)</a>
</li>
</ul></td>
</tr></table>
<h2 id="C">C</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="utils.html#utils.check_dir">check_dir()(在 utils 模块中)</a>
</li>
<li><a href="utils.html#utils.check_env">check_env()(在 utils 模块中)</a>
</li>
<li><a href="utils.html#utils.check_netrans">check_netrans()(在 utils 模块中)</a>
</li>
<li><a href="utils.html#utils.check_path">check_path()(在 utils 模块中)</a>
</li>
<li><a href="import_model.html#import_model.check_status">check_status()(在 import_model 模块中)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li>
config
<ul>
<li><a href="config.html#module-config">module</a>
</li>
</ul></li>
<li><a href="config.html#config.Config">Configconfig 中的类)</a>
</li>
<li><a href="utils.html#utils.AttributeCopier.copy_attribute_name">copy_attribute_name() utils.AttributeCopier 方法)</a>
</li>
<li><a href="utils.html#utils.create_cls">create_clsutils 中的类)</a>
</li>
</ul></td>
</tr></table>
<h2 id="E">E</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li>
example
<ul>
<li><a href="example.html#module-example">module</a>
</li>
</ul></li>
<li>
export
<ul>
<li><a href="export.html#module-export">module</a>
</li>
</ul></li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="export.html#export.Export.export_network">export_network() export.Export 方法)</a>
</li>
<li><a href="export.html#export.Export">Exportexport 中的类)</a>
</li>
</ul></td>
</tr></table>
<h2 id="F">F</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li>
file_model
<ul>
<li><a href="file_model.html#module-file_model">module</a>
</li>
</ul></li>
</ul></td>
</tr></table>
<h2 id="I">I</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="import_model.html#import_model.import_caffe_network">import_caffe_network()(在 import_model 模块中)</a>
</li>
<li><a href="import_model.html#import_model.import_darknet_network">import_darknet_network()(在 import_model 模块中)</a>
</li>
<li>
import_model
<ul>
<li><a href="import_model.html#module-import_model">module</a>
</li>
</ul></li>
<li><a href="import_model.html#import_model.ImportModel.import_network">import_network() import_model.ImportModel 方法)</a>
</li>
<li><a href="import_model.html#import_model.import_onnx_network">import_onnx_network()(在 import_model 模块中)</a>
</li>
<li><a href="import_model.html#import_model.import_pytorch_network">import_pytorch_network()(在 import_model 模块中)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="import_model.html#import_model.import_tensorflow_network">import_tensorflow_network()(在 import_model 模块中)</a>
</li>
<li><a href="import_model.html#import_model.import_tflite_network">import_tflite_network()(在 import_model 模块中)</a>
</li>
<li><a href="import_model.html#import_model.ImportModel">ImportModelimport_model 中的类)</a>
</li>
<li>
infer
<ul>
<li><a href="infer.html#module-infer">module</a>
</li>
</ul></li>
<li><a href="infer.html#infer.Infer.inference_network">inference_network() infer.Infer 方法)</a>
</li>
<li><a href="infer.html#infer.Infer">Inferinfer 中的类)</a>
</li>
<li><a href="config.html#config.Config.inputmeta_gen">inputmeta_gen() config.Config 方法)</a>
</li>
</ul></td>
</tr></table>
<h2 id="M">M</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="example.html#example.main">main()(在 example 模块中)</a>
</li>
<li><a href="export.html#export.main">main()(在 export 模块中)</a>
</li>
<li><a href="infer.html#infer.main">main()(在 infer 模块中)</a>
</li>
<li><a href="quantize_hb.html#quantize_hb.main">main()(在 quantize_hb 模块中)</a>
</li>
<li>
module
<ul>
<li><a href="config.html#module-config">config</a>
</li>
<li><a href="example.html#module-example">example</a>
</li>
<li><a href="export.html#module-export">export</a>
</li>
<li><a href="file_model.html#module-file_model">file_model</a>
</li>
<li><a href="import_model.html#module-import_model">import_model</a>
</li>
<li><a href="infer.html#module-infer">infer</a>
</li>
<li><a href="netrans.html#module-netrans">netrans</a>
</li>
<li><a href="quantize.html#module-quantize">quantize</a>
</li>
<li><a href="quantize_hb.html#module-quantize_hb">quantize_hb</a>
</li>
<li><a href="utils.html#module-utils">utils</a>
</li>
</ul></li>
</ul></td>
</tr></table>
<h2 id="N">N</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li>
netrans
<ul>
<li><a href="netrans.html#module-netrans">module</a>
</li>
</ul></li>
</ul></td>
</tr></table>
<h2 id="Q">Q</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li>
quantize
<ul>
<li><a href="quantize.html#module-quantize">module</a>
</li>
</ul></li>
<li>
quantize_hb
<ul>
<li><a href="quantize_hb.html#module-quantize_hb">module</a>
</li>
</ul></li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="quantize.html#quantize.Quantize.quantize_network">quantize_network() quantize.Quantize 方法)</a>
</li>
<li><a href="quantize_hb.html#quantize_hb.Quantize.quantize_network">quantize_network() quantize_hb.Quantize 方法)</a>
</li>
<li><a href="quantize.html#quantize.Quantize">Quantizequantize 中的类)</a>
</li>
<li><a href="quantize_hb.html#quantize_hb.Quantize">Quantizequantize_hb 中的类)</a>
</li>
</ul></td>
</tr></table>
<h2 id="R">R</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="utils.html#utils.remove_history_file">remove_history_file()(在 utils 模块中)</a>
</li>
</ul></td>
</tr></table>
<h2 id="U">U</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li>
utils
<ul>
<li><a href="utils.html#module-utils">module</a>
</li>
</ul></li>
</ul></td>
</tr></table>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="Main">
<div class="sphinxsidebarwrapper">
<h1 class="logo"><a href="index.html">netrans</a></h1>
<search id="searchbox" style="display: none" role="search">
<div class="searchformwrapper">
<form class="search" action="search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" placeholder="Search"/>
<input type="submit" value="提交" />
</form>
</div>
</search>
<script>document.getElementById('searchbox').style.display = "block"</script><h3>导航</h3>
<p class="caption" role="heading"><span class="caption-text">Contents:</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="quick_start_guide.html">快速入门</a></li>
<li class="toctree-l1"><a class="reference internal" href="netrans_cli.html">netrans_cli 使用</a></li>
<li class="toctree-l1"><a class="reference internal" href="netrans_py.html">netrans_py 使用</a></li>
<li class="toctree-l1"><a class="reference internal" href="appendix.html">附录</a></li>
</ul>
<div class="relations">
<h3>Related Topics</h3>
<ul>
<li><a href="index.html">Documentation overview</a><ul>
</ul></li>
</ul>
</div>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="footer">
&#169;2025, ccyh.
|
Powered by <a href="https://www.sphinx-doc.org/">Sphinx 8.2.3</a>
&amp; <a href="https://alabaster.readthedocs.io">Alabaster 1.0.0</a>
</div>
</body>
</html>