Imperative

命令式编程(Imperative Programming)和声明式编程(Declarative Programming)的区别

命令式编程(Imperative Programming)和声明式编程(Declarative Programming)都是计算机编程的范式,它们有着不同的特点和适用场景。 首先,我们讨论命令式编程。在命令式编程中,程序员需要明确地告诉计算机需要执行哪些步骤来达到预期的结果。我们可以把这种范式比作烹 ......

Proj CDeepFuzz Paper Reading: PyTorch: an imperative style, high-performance deep learning library

## Abstract 本文: PyTorch Task: detail the implementation and architecture of PyTorch Github: https://github.com/pytorch/pytorch 特点: 1. PyTorch同时关注可用性和速 ......

MegEngine 动态执行引擎 Imperative Runtime 架构解析

在之前的[文章](https://zhuanlan.zhihu.com/p/635504419)中我们介绍过 `MegEngine` 的 `Imperative Runtime` 以及它与 `MegBrain`、`MegDNN` 的关系,这篇文章中我们将介绍 `Imperative` 中包含的常用组 ......
Imperative 架构 MegEngine Runtime 引擎

MegEngine 动态执行引擎-Imperative Runtime 概述

因为 MegEngine 是动静合一的深度学习框架,MegBrain 解决了静态图的训练和推理问题,还需要有一个“组件”负责处理动态图的训练和推理、以及 Python 侧的训练接口,于是便有了 Imperative,也就是说,Imperative Runtime 是为了动态训练而单独设计的一套新接口... ......
Imperative MegEngine Runtime 引擎 动态
共4篇  :1/1页 首页上一页1下一页尾页