英文字典中文字典Word104.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 在Google字典中的解釋Google英翻中〔查看〕
Pipeline查看 Pipeline 在Yahoo字典中的解釋Yahoo英翻中〔查看〕





安裝中文字典英文字典查詢工具!


中文字典英文字典工具:
選擇顏色:
輸入中英文單字

































































英文字典中文字典相關資料:
  • pipeline是什么? - 知乎
    比如pipeline,比如分层思想,比如设计模式,这是编程中最具魅力的地方,能让你有一种居高临下,指点江山的感觉。 一个框架如果使用了好的设计模式,好的分层会使得学习与使用的成本都会降低。
  • 如何画出深度学习顶会中既好看又清晰的模型图?有哪些实用的工具和技巧? - 知乎
    知乎,中文互联网高质量的问答社区和创作者聚集的原创内容平台,于 2011 年 1 月正式上线,以「让人们更好的分享知识、经验和见解,找到自己的解答」为品牌使命。知乎凭借认真、专业、友善的社区氛围、独特的产品机制以及结构化和易获得的优质内容,聚集了中文互联网科技、商业、影视
  • 如何在论文中画出漂亮的插图? - 知乎
    经常看到别人论文中画出各种绚烂的插图,我想知道这些图都是用一些什么样的软件画出来的。
  • 如何搞懂一个销售pipeline? - 知乎
    通常会召开Pipeline review 会议来确定Pipeline的健康状况和质量,来预估团队是否能够完成季度的指标。 然而大部分情况是浪费了很多时间在管理工作上。 没有销售愿意将他们用于销售活动的时间去听他们的同事1对1的汇报,他们也不想别的同事听到他的汇报。
  • 大模型(LLM)和智能体(Agent)有什么区别? - 知乎
    大模型(Large Language Models, LLMs)和智能体(Agent)虽然在某些应用场景中有交集,但它们的概念、功能和技术实现上有显著的区别。
  • 哪里有标准的机器学习术语(翻译)对照表? - 知乎
    流水线 (pipeline) 机器学习算法的基础架构。流水线包括收集数据、将数据放入训练数据文件、训练一个或多个模型,以及将模型导出到生产环境。 池化 (pooling) 将一个或多个由前趋的卷积层创建的矩阵压缩为较小的矩阵。
  • 深度学习论文中的pipeline 是什么意思? - 知乎
    深度学习的操作流水线,顾名思义。从数据开始,到模型,损失函数,优化算法到训练循环,推理输出一条龙服务。每个模块都有很多tricks,多做就有了pipeline
  • 最好的PC端Android模拟器是哪个软件? - 知乎
    知乎,中文互联网高质量的问答社区和创作者聚集的原创内容平台,于 2011 年 1 月正式上线,以「让人们更好的分享知识、经验和见解,找到自己的解答」为品牌使命。知乎凭借认真、专业、友善的社区氛围、独特的产品机制以及结构化和易获得的优质内容,聚集了中文互联网科技、商业、影视
  • SOTA,benchmark和baseline分别是什么意思? - 知乎
    知乎,中文互联网高质量的问答社区和创作者聚集的原创内容平台,于 2011 年 1 月正式上线,以「让人们更好的分享知识、经验和见解,找到自己的解答」为品牌使命。知乎凭借认真、专业、友善的社区氛围、独特的产品机制以及结构化和易获得的优质内容,聚集了中文互联网科技、商业、影视
  • 目前有什么可以本地部署的大模型推荐? - 知乎
    我已经搞了一年大模型了,除了训练自研大模型之外,也一直在用One-API接入部分优秀的开源大模型,曾经LLama3、幻方、百川、ChatGLM都曾经是我的主力模型,但是自从阿里开源了Qwen2,在大模型竞技场上屠榜之后,目前阿里的Qwen2 72B已经是我们在开发应用中的首选了。





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

|中文姓名英譯,姓名翻譯 |简体中文英文字典