英文字典中文字典


英文字典中文字典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       







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

pipeline    音标拼音: [p'ɑɪpl,ɑɪn]
n. 管道线

管道线

pipeline
管道;流水线;管线

pipeline
管线

pipeline
n 1: gossip spread by spoken communication; "the news of their
affair was spread by word of mouth" [synonym: {grapevine},
{pipeline}, {word of mouth}]
2: a pipe used to transport liquids or gases; "a pipeline runs
from the wells to the seaport" [synonym: {pipeline}, {line}]

pipeline \pipeline\, pipe line \pipe line\
1. A line of pipe with pumping machinery and apparatus for
conveying liquids, gases, or finely divided solids, such
as petroleum or natural gas, between distant points.
[Webster 1913 Suppl. PJC]

2. fig. an information channel direct from the source.
[PJC]

3. the set of stages and processes from the invention or
design of a product to its ultimate use, production, or
commercial sale. Used commonly in the phrase

{in the pipeline}, i. e. still in preparation or under
development.
[PJC]


Pipe-line \Pipe"-line`\, v. t.
To convey by a pipe line; to furnish with a pipe line or pipe
lines.
[Webster 1913 Suppl.]

67 Moby Thesaurus words for "pipeline":
adjutage, bush telegraph, catheter, channel, coming, conduit,
confidential information, connection, contact, conveyor, cooking,
drainpipe, duct, efflux tube, fire hose, flue pipe, flume, funnel,
garden hose, gas pipe, grapevine, grapevine telegraph, hose,
hosepipe, imminent, in the offing, in the works, inside dope,
inside information, insider, line, main, nipple, on the way,
organ pipe, origin, passage, pipe, pipette, piping,
put through channels, ready, reed, reed pipe, siamese,
siamese connection, siphon, snorkel, soil pipe, source, standpipe,
steam pipe, stem, straw, supplier, tap, the lowdown, tube, tubing,
tubulation, tubule, tubulet, tubulure, under way, waste pipe,
water pipe, wellspring

A sequence of {functional units} ("stages")
which performs a task in several steps, like an assembly line
in a factory. Each functional unit takes inputs and produces
outputs which are stored in its output {buffer}. One stage's
output buffer is the next stage's input buffer. This
arrangement allows all the stages to work in parallel thus
giving greater throughput than if each input had to pass
through the whole pipeline before the next input could enter.

The costs are greater latency and complexity due to the need
to synchronise the stages in some way so that different inputs
do not interfere. The pipeline will only work at full
efficiency if it can be filled and emptied at the same rate
that it can process.

Pipelines may be synchronous or asynchronous. A synchronous
pipeline has a master clock and each stage must complete its
work within one cycle. The minimum clock period is thus
determined by the slowest stage. An asynchronous pipeline
requires {handshaking} between stages so that a new output is
not written to the interstage buffer before the previous one
has been used.

Many {CPUs} are arranged as one or more pipelines, with
different stages performing tasks such as fetch instruction,
decode instruction, fetch arguments, arithmetic operations,
store results. For maximum performance, these rely on a
continuous stream of instructions fetched from sequential
locations in memory. Pipelining is often combined with
{instruction prefetch} in an attempt to keep the pipeline
busy.

When a {branch} is taken, the contents of early stages will
contain instructions from locations after the branch which
should not be executed. The pipeline then has to be flushed
and reloaded. This is known as a {pipeline break}.

(1996-10-13)


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





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


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

































































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


  • pipeline是什么? - 知乎
    pipeline,中文意为管线,意义等同于流水线。 最典型的就是Gpu渲染管线,它指明渲染一个画面需要经过多少到工序。还有就是应用于爬虫框架里面。它就是指某个项目或者框架里面需要用到流水线的设计来简化设计,降低复杂度并提高性能。是一种设计方法,是我们将现实中的社会分工借鉴并运用到
  • 深度学习论文中的pipeline 是什么意思? - 知乎
    深度学习论文中的pipeline 是什么意思? 《In-hand Object Scanning via RGB-D Video Segmentation》中有一句“Our pipeline tak… 显示全部 关注者 14 被浏览
  • 请问医药行业所说的“研发管线”是什么? - 知乎
    “管线”就是“pipeline”的硬翻。pipe-管,line-线。 在不同领域,pipeline意思都不大一样,甚至差别很大。比如在我老公他们生信领域,pipeline指研发流程,但在医药研发领域,“pipeline”特指在 一个时间截面 上,一个药企的一个治疗领域,或者一个药企本身,或者一整个研究领域的,处于 不同研发
  • 哪里有标准的机器学习术语 (翻译)对照表? - 知乎
    学习机器学习时的困惑,“认字不识字”。很多中文翻译的术语不知其意,如Pooling,似乎90%的书都翻译为“…
  • 大模型(LLM)和智能体(Agent)有什么区别?
    大模型(Large Language Models, LLMs)和智能体(Agent)虽然在某些应用场景中有交集,但它们的概念、功能和技术实现上有显著的区别。我从以下几个方面来给大家做一个对比,相信你就能更加清晰的了解了。
  • 大模型推理框架,SGLang和vLLM有哪些区别? - 知乎
    文章中的TODO有待补充,第一次认真写知乎,有任何问题欢迎大家在评论区指出 官方vllm和sglang均已支持deepseek最新系列模型 (V3,R),对于已经支持vllm和sglang的特定硬件(对vllm和sglang做了相应的修改,并且已经支持deepseek-v2),为了同样支持deekseek最新系列模型,需要根据最新模型所做改进进行对应修改
  • SOTA,benchmark和baseline分别是什么意思? - 知乎
    SOTA是state of the art的缩写,指某特定时间背景下的最高水准。例如,SOTA model 最先进的模型。 benchmark通常指的是一个(标准的)衡量规定或是评估标准。具体的可以理解成,在某个标准的数据集上用某种规定的方式(进行实验)并且用某几个指标来衡量算法的性能,这样规定被称为benchmark。由于
  • 如何画出深度学习顶会中既好看又清晰的模型图?有哪些实用的工具和技巧? - 知乎
    分享一个我之前做毕设的时候,我的博后导师推荐给我的一个画矢量图的软件:Inkscape Inkscape是矢量图形编辑器,以自由软件许可发布与使用。该软件的开发目标是成为强大的绘图软件,且能完全遵循与支持XML、SVG及CSS等开放性的标准格式,而且是跨平台的应用程序,支持Windows、Mac OS X、Linux及类UNIX
  • 请问用ansys里的mesh划分网格报错是为什么? - 知乎
    1 复杂的模型先用DM砍成规整的,方方正正的那种 2 先粗划分,再插入——方法——细化 3 砍成好几块后,分开分步进行多区域网格划分,看报错报的是哪一块,再对其砍成好几块,再细化,或者不影响仿真结果就给这一小块进行自动网格划分。
  • 请问pipepline、sar、sigma delta adc 推荐哪个? - 知乎
    在选择pipeline、SAR(逐次逼近寄存器型)或sigma-delta ADC(模拟数字转换器)时,确实需要考虑多种因素,包括应用场景、性能需求、功耗限制以及你个人的兴趣和专长。 1 Pipeline ADC:这种ADC具有高速和高精度的特点,但设计复杂度也相对较高。





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