OctoML OSS 2019 11 8Q OctoML Open Source at O〇ctoML TVM Meetup 11/8/2019 Jared Roesch OctoML is a new company building DL deployment solutions using the Apache (incubating) TVM project. A goal is to nurture the TVM community this part of the systeml e Haichen and | will discuss more details at TVMConf. Oo oo QQ octoML 11 VM Memory Planning e Recently shipped a first version fn enain(0) -> Tensor[tk,),f32] { ofdynamicmemory0 码力 | 16 页 | 1.77 MB | 5 月前3
【周鸿祎清华演讲】DeepSeek给我们带来的创业机会-360周鸿祎-202502中国拥有最完整的产业链、 最全的工业门类、最丰富 的场景 • 发挥场景优势,加速传统 产业数转智改,打赢弯道 超车之战 AGI是全球少数玩家的游戏,政府、企业、创业者更多创新的机会在应用之路 11政企、创业者必读 把大模型拉下神坛! 走入千家万户、百行千业,才能掀起新工业革命 • 当年IBM做出超级电脑,并没有带来工业 革命,因为只有少数人用 • IBM甚至声称,全世界只用5台电脑就够了 2005年,周鸿祎创办360公司,首创“免费安全”模式。2022 年,周鸿祎带领360全面转型数字安全公司,践行“上山下海 助小微”的企业战略,为数字中国发展筑牢安全屏障。2023 年,周鸿祎带领360确定“安全+AI”双主线发展战略,自研认 知型通用大模型“360智脑”,攻克AI大模型安全的世界前沿 课题,进一步服务政府、城市、企业智能化升级。 周鸿祎荣获全国劳动模范、国家百千万人才工程有突出贡献 中青年专家、2023年度“北京学者“等荣誉称号。 (哈萨克斯坦) APT- C-16 索伦之眼 (五眼) APT- C-20 APT28 (俄罗斯) APT- C-29 Turla (俄罗斯) APT- C-11 Carbanak (乌克兰) APT- C-23 双尾蝎 (中东) APT- C-59 芜琼洞 (韩国) APT- C-39 CIA (美国) APT- C-25 APT29 (俄罗斯) APT- C-400 码力 | 76 页 | 5.02 MB | 5 月前3
Rust 程序设计语言 简体中文版 1.85.0. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 1.1. 安装 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 207 2/562Rust 程序设计语言 简体中文版 11. 编写自动化测试 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ,我们会讨论: • 在 Linux、macOS 和 Windows 上安装 Rust • 编写一个打印 Hello, world! 的程序 • 使用 Rust 的包管理器和构建系统 cargo 11/562Rust 程序设计语言 简体中文版 安装 第一步是安装 Rust。我们会通过 rustup 下载 Rust,这是一个管理 Rust 版本和相关工具的命 令行工具。下载时需要联网。 注意:如果你出于某些理由倾向于不使用0 码力 | 562 页 | 3.23 MB | 27 天前3
Trends Artificial Intelligence
+ Rapid 9 1 2 3 4 5 6 7 8 Outline10 Technology Compounding = Numbers Behind The Momentum11 Technology Compounding Over Thousand-Plus Years = Better + Faster + Cheaper → More… Note: Chart expressed Revenue Growth Ramps = Hard to Match, Ever Note: 4/25 user count estimate from OpenAI CEO Sam Altman’s 4/11/25 TED Talk disclosure. Revenue figures are estimates based off OpenAI disclosures. Source: OpenAI Google’s 11 Years (2009) 0 2,500 5,000 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 Google Search ChatGPT Years Since Public Launch (Google = 9/98, ChatGPT = 11/22)21 In0 码力 | 340 页 | 12.14 MB | 5 月前3
julia 1.10.1010.4 Typed Globals . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 119 11 Types 120 11.1 Type Declarations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Assign the value 10 to the variable x julia> x = 10 10 # Doing math with x's value julia> x + 1 11 # Reassign x's value julia> x = 1 + 1 2 # You can assign values of other types, like strings of restrictions on valid names, it has become useful to adopt the following conventions:CHAPTER 3. VARIABLES 11 • Names of variables are in lower case. • Word separation can be indicated by underscores ('_'),0 码力 | 1692 页 | 6.34 MB | 3 月前3
Julia 1.10.910.4 Typed Globals . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 119 11 Types 120 11.1 Type Declarations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Assign the value 10 to the variable x julia> x = 10 10 # Doing math with x's value julia> x + 1 11 # Reassign x's value julia> x = 1 + 1 2 # You can assign values of other types, like strings of restrictions on valid names, it has become useful to adopt the following conventions:CHAPTER 3. VARIABLES 11 • Names of variables are in lower case. • Word separation can be indicated by underscores ('_'),0 码力 | 1692 页 | 6.34 MB | 3 月前3
Julia 1.11.4Variables 10 4.1 Allowed Variable Names . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 4.2 Assignment expressions and assignment versus mutation . . . . . . . . . . . . . . 12 4.3 Stylistic 10.6 Tasks (aka Coroutines) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 110 11 Scope of Variables 111 11.1 Global Scope . . . . . . . . . . . . . . . . . . . . . . . . . . . . Assign the value 10 to the variable x julia> x = 10 10 # Doing math with x's value julia> x + 1 11 # Reassign x's value julia> x = 1 + 1 2 # You can assign values of other types, like strings of0 码力 | 2007 页 | 6.73 MB | 3 月前3
Julia 1.11.6 Release NotesThe Julia Language V1.11.6 The Julia Project July 11, 2025Contents Contents i I Manual 1 1 Julia 1.11 Documentation 2 1.1 Important Links . . . . . . . . . . . . . . . . . . . . . . . . . . . . Variables 10 4.1 Allowed Variable Names . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 4.2 Assignment expressions and assignment versus mutation . . . . . . . . . . . . . . 12 4.3 Stylistic 10.6 Tasks (aka Coroutines) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 110 11 Scope of Variables 111 11.1 Global Scope . . . . . . . . . . . . . . . . . . . . . . . . . . . .0 码力 | 2007 页 | 6.73 MB | 3 月前3
Julia 1.11.5 DocumentationVariables 10 4.1 Allowed Variable Names . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 4.2 Assignment expressions and assignment versus mutation . . . . . . . . . . . . . . 12 4.3 Stylistic 10.6 Tasks (aka Coroutines) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 110 11 Scope of Variables 111 11.1 Global Scope . . . . . . . . . . . . . . . . . . . . . . . . . . . . Assign the value 10 to the variable x julia> x = 10 10 # Doing math with x's value julia> x + 1 11 # Reassign x's value julia> x = 1 + 1 2 # You can assign values of other types, like strings of0 码力 | 2007 页 | 6.73 MB | 3 月前3
Julia 1.12.0 RC110.6 Tasks (aka Coroutines) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 110 11 Scope of Variables 111 11.1 Global Scope . . . . . . . . . . . . . . . . . . . . . . . . . . . . Assign the value 10 to the variable x julia> x = 10 10 # Doing math with x's value julia> x + 1 11 # Reassign x's value julia> x = 1 + 1 2 # You can assign values of other types, like strings of world!" "Hello world!" julia> UniversalDeclarationOfHumanRightsStart = "" "" 10CHAPTER 4. VARIABLES 11 Unicode names (in UTF-8 encoding) are allowed: julia> δ = 0.00001 1.0e-5 julia> = "Hello" "Hello"0 码力 | 2057 页 | 7.44 MB | 3 月前3
共 27 条
- 1
- 2
- 3













