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
安装中文字典英文字典查询工具!
中文字典英文字典工具:
复制到剪贴板
英文字典中文字典相关资料:
pipeline是什么? - 知乎 pipeline,中文意为管线,意义等同于流水线。 最典型的就是Gpu渲染管线,它指明渲染一个画面需要经过多少到工序。还有就是应用于爬虫框架里面。它就是指某个项目或者框架里面需要用到流水线的设计来简化设计,降低复杂度并提高性能。是一种设计方法,是我们将现实中的社会分工借鉴并运用到
深度学习论文中的pipeline 是什么意思? - 知乎 深度学习论文中的pipeline 是什么意思? 《In-hand Object Scanning via RGB-D Video Segmentation》中有一句“Our pipeline tak… 显示全部 关注者 14 被浏览
如何搞懂一个销售pipeline? - 知乎 典型的销售漏斗图(Sales Funnel)销售漏斗or销售管道 (Sales Pipeline) 销售漏斗 也叫做 销售管道 (Sales Pipeline),它是一个形象的概念,是对销售过程控制的重要分析工具。销售漏斗通过对销售阶段的分析能够掌握销售的进展情况,是量化的对销售过程的管理方法。那么,我们为什么要进行漏斗分析
是哪个人第一个把pipeline翻译成管线的? - 知乎 pipeline 将多个 pipe 连接到一起, 协同工作来完成任务。 在 pipeline 中,一个命令的输出被传递给下一个命令的输入,这样一连串的命令就能够协同工作,完成更加复杂的任务。 回到3D图形渲染领域里,下面的图就很形象,解释了什么是渲染管线[1]。
如何画出深度学习顶会中既好看又清晰的模型图?有哪些实用的工具和技巧? - 知乎 分享一个我之前做毕设的时候,我的博后导师推荐给我的一个画矢量图的软件:Inkscape Inkscape是矢量图形编辑器,以自由软件许可发布与使用。该软件的开发目标是成为强大的绘图软件,且能完全遵循与支持XML、SVG及CSS等开放性的标准格式,而且是跨平台的应用程序,支持Windows、Mac OS X、Linux及类UNIX
哪里有标准的机器学习术语 (翻译)对照表? - 知乎 学习机器学习时的困惑,“认字不识字”。很多中文翻译的术语不知其意,如Pooling,似乎90%的书都翻译为“…
请问pipepline、sar、sigma delta adc 推荐哪个? - 知乎 在选择pipeline、SAR(逐次逼近寄存器型)或sigma-delta ADC(模拟数字转换器)时,确实需要考虑多种因素,包括应用场景、性能需求、功耗限制以及你个人的兴趣和专长。 1 Pipeline ADC:这种ADC具有高速和高精度的特点,但设计复杂度也相对较高。
dx11和dx12有什么区别? - 知乎 dx11 如果说是半自动 api 的话,dx12 就是全手动 api。 在 dx11 里面你创建各种资源描述结构,再把数据一给,写几个 shader,简单几步就完成了整个 pipeline 的构建,至于到底怎么给 gpu 上下传数据,怎么处理资源同步问题,具体怎么执行命令怎么调度等等都不用管,由框架和驱动程序帮你完成。 缺陷
大模型(LLM)和智能体(Agent)有什么区别? 大模型(Large Language Models, LLMs)和智能体(Agent)虽然在某些应用场景中有交集,但它们的概念、功能和技术实现上有显著的区别。我从以下几个方面来给大家做一个对比,相信你就能更加清晰的了解了。
SOTA,benchmark和baseline分别是什么意思? - 知乎 SOTA是state of the art的缩写,指某特定时间背景下的最高水准。例如,SOTA model 最先进的模型。 benchmark通常指的是一个(标准的)衡量规定或是评估标准。具体的可以理解成,在某个标准的数据集上用某种规定的方式(进行实验)并且用某几个指标来衡量算法的性能,这样规定被称为benchmark。由于