积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(66)Python(66)Jupyter(62)

语言

全部英语(63)中文(简体)(3)

格式

全部PDF文档 PDF(35)其他文档 其他(31)
 
本次搜索耗时 0.086 秒,为您找到相关结果约 66 个.
  • 全部
  • 后端开发
  • Python
  • Jupyter
  • 全部
  • 英语
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 4 Python语法扩展框架Moshmosh和其上的CPython compatible JIT实现 thautwarm

    Instructions for Julia back end Also a lot of advanced tricks in the Julia back end *抽象指令 (没有实际指令) Julia“生成函数” Python 字节码 JuVM虚拟栈机 (具体指令集) 抽象机器 (只规定语义) JuVM栈机指令 Python JIT 函数包装 Julia AST/CodeInfo Instructions for Julia Back End Instructions for Julia Back End JuVM: An implementation of our AM Machine Runner: 从AM到VM Julia Code Generation Julia Type Level Encoding 和Python不一样, Julia在运行时不能随意地eval。 Julia在运行时不能随意地eval。 生成的Julia代码需要经过一些tricky的处理, 也就是将AST编码为Julia类型, 然后 使用Julia独特的基于类型的Staging代码生成… A long story here out of Python world, see GeneralizedGenerated.jl or the paper of Zygote.jl for more details. Why based
    0 码力 | 30 页 | 8.04 MB | 1 年前
    3
  • pdf文档 3 Thautwarm 解放python的表达力 性能和安全性 语法和语义扩展 JIT 静态检查

    Linux users) Just In Time The Restrain Python JIT 为什么编译器从字节码开始着手? 栈机(stack machine)语义的优化问题? Julia后端和Cython后端的差别? 栈机到基于寄存器(register based)的 语义,控制流分析,SSA 和 Φ 节点和 栈机语义消除。 Cython JIT 基础架构。 为什么编译器从字节码开始着手 那可不可以不翻译? 可以。 然后你要在编译时模拟栈的Push Pop。 Julia后端就是这样做的。 导致For循环编译后并不快。 而基本上编译器0优化的Cython端, 你模拟栈后, 还远不如Python解释器快, 所以必须写分析去掉栈机语义。 那用Julia后端就可以不写了? 来谈后端的问题。 Julia Cython 常见性能提升 100x 1-10x 小函数JIT 比Python慢1000倍 比Python快50% 启动时间 10s以上, “JAOT” 没有,调编译器快 循环折叠 有 有 Debug现场? 每次打log等待30s 瞬秒(ms级) JIT 后端问题 同时, 由于Julia端目前固有的问题,不支持动态链接编译的 Python(例如Anaconda Python), hmmmmm 我投Cython亿票, debug福音。跨语言含JAOT的debug是屑。 Cython问题
    0 码力 | 43 页 | 10.71 MB | 1 年前
    3
  • pdf文档 Jupyter Notebook 5.1.0 Documentation

    completion. By default, the language associated to a code cell is Python, but other languages, such as Julia and R, can be handled using cell magic commands. When a code cell is executed, code that it contains language kernel to run in the Notebook server enables your server to run other languages, like R or Julia. 4.3 Notebook front-end client • How front-end configuration works – Example: Changing the notebook’s are kernels available in the following languages: • Python(https://github.com/ipython/ipython) • Julia (https://github.com/JuliaLang/IJulia.jl) • R (https://github.com/takluyver/IRkernel) • Ruby (https://github
    0 码力 | 128 页 | 1.72 MB | 1 年前
    3
  • pdf文档 Jupyter Notebook 5.0.0 Documentation

    completion. By default, the language associated to a code cell is Python, but other languages, such as Julia and R, can be handled using cell magic commands. When a code cell is executed, code that it contains language kernel to run in the Notebook server enables your server to run other languages, like R or Julia. 4.3 Notebook front-end client • How front-end configuration works – Example: Changing the notebook’s are kernels available in the following languages: • Python(https://github.com/ipython/ipython) • Julia (https://github.com/JuliaLang/IJulia.jl) • R (https://github.com/takluyver/IRkernel) • Ruby (https://github
    0 码力 | 129 页 | 1.76 MB | 1 年前
    3
  • pdf文档 Jupyter Notebook 5.2.2 Documentation

    completion. By default, the language associated to a code cell is Python, but other languages, such as Julia and R, can be handled using cell magic commands. When a code cell is executed, code that it contains language kernel to run in the Notebook server enables your server to run other languages, like R or Julia. 4.3 Notebook front-end client • How front-end configuration works – Example: Changing the notebook’s are kernels available in the following languages: • Python(https://github.com/ipython/ipython) • Julia (https://github.com/JuliaLang/IJulia.jl) • R (https://github.com/IRkernel/IRkernel) • Ruby (https://github
    0 码力 | 129 页 | 1.73 MB | 1 年前
    3
  • epub文档 Jupyter Notebook 5.0.0 Documentation

    completion. By default, the language associated to a code cell is Python, but other languages, such as Julia and R, can be handled using cell magic commands [https://ipython.readthedocs.io/en/stable/interactive/tutorial html#installing-kernels] to run in the Notebook server enables your server to run other languages, like R or Julia. Notebook front-end client How front-end configuration works Example: Changing the notebook’s default there are kernels available in the following languages: Python(https://github.com/ipython/ipython) Julia (https://github.com/JuliaLang/IJulia.jl) R (https://github.com/takluyver/IRkernel) Ruby (https://github
    0 码力 | 184 页 | 4.40 MB | 1 年前
    3
  • epub文档 Jupyter Notebook 5.1.0 Documentation

    completion. By default, the language associated to a code cell is Python, but other languages, such as Julia and R, can be handled using cell magic commands [https://ipython.readthedocs.io/en/stable/interactive/tutorial html#installing-kernels] to run in the Notebook server enables your server to run other languages, like R or Julia. Notebook front-end client How front-end configuration works Example: Changing the notebook’s default there are kernels available in the following languages: Python(https://github.com/ipython/ipython) Julia (https://github.com/JuliaLang/IJulia.jl) R (https://github.com/takluyver/IRkernel) Ruby (https://github
    0 码力 | 184 页 | 4.36 MB | 1 年前
    3
  • epub文档 Jupyter Notebook 5.2.2 Documentation

    completion. By default, the language associated to a code cell is Python, but other languages, such as Julia and R, can be handled using cell magic commands [https://ipython.readthedocs.io/en/stable/interactive/tutorial kernel.html] to run in the Notebook server enables your server to run other languages, like R or Julia. Notebook front-end client How front-end configuration works Example: Changing the notebook’s default there are kernels available in the following languages: Python(https://github.com/ipython/ipython) Julia (https://github.com/JuliaLang/IJulia.jl) R (https://github.com/IRkernel/IRkernel) Ruby (https://github
    0 码力 | 183 页 | 4.36 MB | 1 年前
    3
  • pdf文档 Jupyter Notebook 5.4.1 Documentation

    completion. By default, the language associated to a code cell is Python, but other languages, such as Julia and R, can be handled using cell magic commands. When a code cell is executed, code that it contains language kernel to run in the Notebook server enables your server to run other languages, like R or Julia. 4.3 Notebook front-end client • How front-end configuration works – Example: Changing the notebook’s are kernels available in the following languages: • Python(https://github.com/ipython/ipython) • Julia (https://github.com/JuliaLang/IJulia.jl) • R (https://github.com/IRkernel/IRkernel) • Ruby (https://github
    0 码力 | 134 页 | 1.77 MB | 1 年前
    3
  • pdf文档 Jupyter Notebook 5.4.0 Documentation

    completion. By default, the language associated to a code cell is Python, but other languages, such as Julia and R, can be handled using cell magic commands. When a code cell is executed, code that it contains language kernel to run in the Notebook server enables your server to run other languages, like R or Julia. 4.3 Notebook front-end client • How front-end configuration works – Example: Changing the notebook’s are kernels available in the following languages: • Python(https://github.com/ipython/ipython) • Julia (https://github.com/JuliaLang/IJulia.jl) • R (https://github.com/IRkernel/IRkernel) • Ruby (https://github
    0 码力 | 134 页 | 1.77 MB | 1 年前
    3
共 66 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
前往
页
相关搜索词
Python语法扩展框架MoshmoshCPythoncompatibleJIT实现thautwarmThautwarm解放python表达表达力性能安全安全性语义静态检查JupyterNotebook5.1Documentation5.05.25.4
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩