英文字典中文字典


英文字典中文字典51ZiDian.com



中文字典辞典   英文字典 a   b   c   d   e   f   g   h   i   j   k   l   m   n   o   p   q   r   s   t   u   v   w   x   y   z       







请输入英文单字,中文词皆可:

torch    音标拼音: [t'ɔrtʃ]
n. 火把,启发之物

火把,启发之物

torch
n 1: a light usually carried in the hand; consists of some
flammable substance
2: tall-stalked very woolly mullein with densely packed yellow
flowers; ancient Greeks and Romans dipped the stalks in
tallow for funeral torches [synonym: {common mullein}, {great
mullein}, {Aaron's rod}, {flannel mullein}, {woolly mullein},
{torch}, {Verbascum thapsus}]
3: a small portable battery-powered electric lamp [synonym:
{flashlight}, {torch}]
4: a burner that mixes air and gas to produce a very hot flame
[synonym: {blowtorch}, {torch}, {blowlamp}]
v 1: burn maliciously, as by arson; "The madman torched the
barns"

flashlight \flash"light`\ n.
a portable battery-powered electric lamp, small enough to be
held in one hand; -- it is most commonly cylindrical, but
other forms are also made. It is called in Britain a {torch}

Syn: torch.
[WordNet 1.5]


Torch \Torch\ (t[^o]rch), n. [OE. torche, F. torche a torch,
rag, wisp, pad; probably from a derivative of L. torquere,
tortum, to twist, because twisted like a rope; cf. F. torcher
to rub, wipe, It. topcia a torch, torciare to wrap, twist,
OF. torse a torse. Cf. {Torture}.]
A light or luminary formed of some combustible substance, as
of resinous wood; a large candle or flambeau, or a lamp
giving a large, flaring flame.
[1913 Webster]

They light the nuptial torch. --Milton.
[1913 Webster]
[1913 Webster]

{Torch thistle}. (Bot.) See under {Thistle}.
[1913 Webster]


Torchwort \Torch"wort`\, n. (Bot.)
The common mullein, the stalks of which, dipped in suet,
anciently served for torches. Called also {torch}, and
{hig-taper}.
[1913 Webster]

94 Moby Thesaurus words for "torch":
acetylene welder, angle, arsonist, bait the hook, bank, blast lamp,
blowpipe, blowtorch, bob, brand, burn, burner, butane lighter,
candle, cigarette lighter, clam, conflagrate, cresset, dap, dib,
dibble, drive, electric light bulb, enkindle, fan the flame, feed,
feed the fire, fire, firebrand, firebug, fish, flambeau, flame,
flaming torch, flare, flint, flint and steel, fly-fish, fusee, gig,
glim, go fishing, grig, guddle, ignite, igniter, illuminant,
illuminator, incandescent body, inflame, jack, jacklight, jig,
kindle, lamp, lantern, light, light bulb, light source, light up,
lighter, link, luminant, luminary, match, moon, net, portfire,
rekindle, relight, relume, seine, set fire to, set on fire, shrimp,
signal flare, source of light, sparker, spill, spin, stars,
still-fish, stir the fire, stoke, stoke the fire, strike a light,
sun, taper, touch off, trawl, troll, welder, welding blowpipe,
whale


请选择你想看的字典辞典:
单词字典翻译
torch查看 torch 在百度字典中的解释百度英翻中〔查看〕
torch查看 torch 在Google字典中的解释Google英翻中〔查看〕
torch查看 torch 在Yahoo字典中的解释Yahoo英翻中〔查看〕





安装中文字典英文字典查询工具!


中文字典英文字典工具:
选择颜色:
输入中英文单字

































































英文字典中文字典相关资料:


  • PyTorch
    Distributed Training Scalable distributed training and performance optimization in research and production is enabled by the torch distributed backend
  • PyTorch 教程 | 菜鸟教程
    创建张量: torch randn(2, 3) 创建一个 2 行 3 列的张量,填充随机数(遵循正态分布)。 device=device 和 dtype=dtype 分别指定了计算设备(CPU 或 GPU)和数据类型(浮点型)。 张量操作: a * b:逐元素相乘。 a sum():计算张量 a 所有元素的和。
  • GitHub - pytorch pytorch: Tensors and Dynamic neural networks in Python . . .
    You can write new neural network layers in Python using the torch API or your favorite NumPy-based libraries such as SciPy If you want to write your layers in C C++, we provide a convenient extension API that is efficient and with minimal boilerplate
  • 2025. 04最新PyTorch 安装超详细教程(含多系统、多场景、避坑指南)_pytorch安装教程超详细-CSDN博客
    问题 1:CUDA 版本不匹配 现象:安装后 torch cuda is_available() 返回 False 解决: 卸载现有 CUDA: sudo apt remove cuda* (Linux) 通过 PyTorch 官网工具 安装匹配版本 Windows 用户检查「控制面板」→「程序」中是否有多个 CUDA 版本,保留最新版 问题 2:Apple M1 M2 安装失败
  • 通过清华源使用pip下载pytorch - 知乎
    1,临时使用 pip install -i https: pypi tuna tsinghua edu cn simple some-package 把some-package替换为自己想要的包 2,设为默认 pip config set global index-url https: pypi tuna tsinghua edu cn simple 如果报错,可能是因为pip版本不够(需≥10 0 0),先升级pip: pip install pip -U 当然,升级pip本身也可以使用清华镜像源。 3,安装pytorch
  • Get Started - PyTorch
    CUDA 13 2 ROCm 7 2 CPU pip3 install torch torchvision --index-url https: download pytorch org whl cu126
  • Releases · pytorch pytorch - GitHub
    When users turn user-defined triton kernels into custom operators, torch library triton_op allows torch compile to peek into the implementation, enabling torch compile to optimize the triton kernel inside it
  • PyTorch documentation — PyTorch main documentation
    Extending torch func with autograd Function Frequently Asked Questions Getting Started on Intel GPU Gradcheck mechanics HIP (ROCm) semantics Features for large-scale deployments LibTorch Stable ABI LocalTensor Tutorial: Single-Process SPMD Debugging MKLDNN backend Modules MPS backend Multiprocessing best practices Numerical accuracy Out Notes
  • PyTorch – PyTorch
    PyTorch is an open source machine learning framework that accelerates the path from research prototyping to production deployment Built to offer maximum flexibility and speed, PyTorch supports dynamic computation graphs, enabling researchers and developers to iterate quickly and intuitively Its Pythonic design and deep integration with native Python tools make it an accessible and powerful
  • End-to-end Machine Learning Framework – PyTorch
    PyTorch enables fast, flexible experimentation and efficient production through a user-friendly front-end, distributed training, and ecosystem of tools and libraries





中文字典-英文字典  2005-2009