技术栈
init
JerryHe
4 个月前
android
·
性能优化
·
优化
·
init
·
init.rc
Android init.rc各阶段的定义和功能
Android开机优化系列文档-CSDN博客在 Android 的 init.rc 文件中,early-init、init、late-init、early-sf、fs、post-fs-data、early-boot、boot 和 service 等不同阶段(phases)用于定义系统初始化的不同任务和服务的启动顺序。
JerryHe
4 个月前
android
·
性能优化
·
优化
·
init
Android init常用调试工具
Android开机优化系列文档-CSDN博客在 Android 开发中,调试 init 进程的性能问题和配置问题是提高系统启动效率和可靠性的关键任务。init 是 Android 系统中的第一个用户空间进程,负责启动系统服务、设置系统属性和处理启动任务。以下是 init 进程调试工具的详细介绍,包括工具的使用方法、命令示例和应用场景。
依旧风轻
5 个月前
ios
·
objective-c
·
init
·
setter
·
getter
Objective-C的初始化方法中,应该如何读写属性
除非有明确的原因需要使用setter, getter, 否则总是应该直接访问, 也就是直接使用实例变量(也称为 iVar)来读写数据
宇努力学习
10 个月前
linux
·
嵌入式
·
c
·
init
·
hardware
hardware simulation——框架搭建
目录引子代码风格约束代码结构和模板前几天有人拿个word文档,问我怎么实现,概括一下就是用c实现数码管显示。
凯文的内存
10 个月前
android
·
system
·
init
·
property
·
cmdline
android 添加ro属性字段并初始化
硬件平台:QCS6125软件平台:Android11需求:硬件需通过硬件电路区分为多款型号,需要初始化到相应的系统属性字段展示。
八归少年
1 年前
zygote
·
init
·
systemserver
·
android系统启动
·
zygote 进程启动
Zygote 进程启动过程
在Android系统中,DVM(Dalvik虚拟机)和ART、应用程序进程以及运行系统的关键服务的SystemServer进程都是由Zygote进程创建的,也可以将其称之为孵化器,它通过fork(复制进程)的形式来创建应用程序进程和SystemServer进程。
得食猫
1 年前
android
·
kotlin
·
init
·
comstructor
·
主要构造
Kotlin关键字二——constructor和init
在关键字一——var和val中最后提到了构造函数,这里就学习下构造函数相关的关键字: constructor和init。
von Neumann
1 年前
人工智能
·
pytorch
·
深度学习
·
nn
·
init
深入浅出Pytorch函数——torch.nn.init.kaiming_uniform_
分类目录:《深入浅出Pytorch函数》总目录 相关文章: · 深入浅出Pytorch函数——torch.nn.init.calculate_gain · 深入浅出Pytorch函数——torch.nn.init.uniform_ · 深入浅出Pytorch函数——torch.nn.init.normal_ · 深入浅出Pytorch函数——torch.nn.init.constant_ · 深入浅出Pytorch函数——torch.nn.init.ones_ · 深入浅出Pytorch函数——torch
von Neumann
1 年前
人工智能
·
pytorch
·
深度学习
·
nn
·
init
深入浅出Pytorch函数——torch.nn.init.calculate_gain
分类目录:《深入浅出Pytorch函数》总目录 相关文章: · 深入浅出Pytorch函数——torch.nn.init.calculate_gain · 深入浅出Pytorch函数——torch.nn.init.uniform_ · 深入浅出Pytorch函数——torch.nn.init.normal_ · 深入浅出Pytorch函数——torch.nn.init.constant_ · 深入浅出Pytorch函数——torch.nn.init.ones_ · 深入浅出Pytorch函数——torch
von Neumann
1 年前
人工智能
·
pytorch
·
深度学习
·
nn
·
init
深入浅出Pytorch函数——torch.nn.init.uniform_
分类目录:《深入浅出Pytorch函数》总目录 相关文章: · 深入浅出Pytorch函数——torch.nn.init.calculate_gain · 深入浅出Pytorch函数——torch.nn.init.uniform_ · 深入浅出Pytorch函数——torch.nn.init.normal_ · 深入浅出Pytorch函数——torch.nn.init.constant_ · 深入浅出Pytorch函数——torch.nn.init.ones_ · 深入浅出Pytorch函数——torch
von Neumann
1 年前
人工智能
·
pytorch
·
深度学习
·
nn
·
init
深入浅出Pytorch函数——torch.nn.init.ones_
分类目录:《深入浅出Pytorch函数》总目录 相关文章: · 深入浅出Pytorch函数——torch.nn.init.calculate_gain · 深入浅出Pytorch函数——torch.nn.init.uniform_ · 深入浅出Pytorch函数——torch.nn.init.normal_ · 深入浅出Pytorch函数——torch.nn.init.constant_ · 深入浅出Pytorch函数——torch.nn.init.ones_ · 深入浅出Pytorch函数——torch
von Neumann
1 年前
人工智能
·
pytorch
·
深度学习
·
nn
·
init
深入浅出Pytorch函数——torch.nn.init.xavier_normal_
分类目录:《深入浅出Pytorch函数》总目录 相关文章: · 深入浅出Pytorch函数——torch.nn.init.calculate_gain · 深入浅出Pytorch函数——torch.nn.init.uniform_ · 深入浅出Pytorch函数——torch.nn.init.normal_ · 深入浅出Pytorch函数——torch.nn.init.constant_ · 深入浅出Pytorch函数——torch.nn.init.ones_ · 深入浅出Pytorch函数——torch
von Neumann
1 年前
人工智能
·
pytorch
·
深度学习
·
nn
·
init
深入浅出Pytorch函数——torch.nn.init.trunc_normal_
分类目录:《深入浅出Pytorch函数》总目录 相关文章: · 深入浅出Pytorch函数——torch.nn.init.calculate_gain · 深入浅出Pytorch函数——torch.nn.init.uniform_ · 深入浅出Pytorch函数——torch.nn.init.normal_ · 深入浅出Pytorch函数——torch.nn.init.constant_ · 深入浅出Pytorch函数——torch.nn.init.ones_ · 深入浅出Pytorch函数——torch
von Neumann
1 年前
人工智能
·
pytorch
·
深度学习
·
nn
·
init
深入浅出Pytorch函数——torch.nn.init.sparse_
分类目录:《深入浅出Pytorch函数》总目录 相关文章: · 深入浅出Pytorch函数——torch.nn.init.calculate_gain · 深入浅出Pytorch函数——torch.nn.init.uniform_ · 深入浅出Pytorch函数——torch.nn.init.normal_ · 深入浅出Pytorch函数——torch.nn.init.constant_ · 深入浅出Pytorch函数——torch.nn.init.ones_ · 深入浅出Pytorch函数——torch
von Neumann
1 年前
人工智能
·
pytorch
·
深度学习
·
nn
·
init
深入浅出Pytorch函数——torch.nn.init.kaiming_normal_
分类目录:《深入浅出Pytorch函数》总目录 相关文章: · 深入浅出Pytorch函数——torch.nn.init.calculate_gain · 深入浅出Pytorch函数——torch.nn.init.uniform_ · 深入浅出Pytorch函数——torch.nn.init.normal_ · 深入浅出Pytorch函数——torch.nn.init.constant_ · 深入浅出Pytorch函数——torch.nn.init.ones_ · 深入浅出Pytorch函数——torch