【问题标题】:What does b/xxxx such like b/36865746 mean in Tensorflow code comments?TensorFlow 代码注释中的 b/xxxx 之类的 b/36865746 是什么意思?
【发布时间】:2018-04-13 05:54:30
【问题描述】:

tensorflow\compiler\xla\service\Flatten_call_graph.h 中,它说:

// Flattening associates each call site with a unique computation (for
// sequential calling contexts) This simplifies buffer assignment and
// points-to analysis (see b/36865746 for details).

b/36865746 是什么?

【问题讨论】:

    标签: tensorflow tensorflow-xla


    【解决方案1】:

    它们是内部错误参考。如果您在 Google 工作并在您的公司机器上的 Chrome 中输入b/<number>,它将带您到该错误。如果您不在 Google 工作,则无法访问内部错误跟踪器。

    您还会在代码中看到一些格式为TODO(b/<number>): ... 的cmets。同样,这些 TODO cmets 中的b/<number> 是对相关内部错误的引用。

    强制性免责声明:我在个人时间以个人身份在我的个人计算机上发布此内容。我在这里不代表我的雇主。

    【讨论】:

      猜你喜欢
      • 2022-11-10
      • 1970-01-01
      • 1970-01-01
      • 2017-02-02
      • 2013-12-16
      • 2010-11-29
      • 2018-06-13
      • 2014-01-16
      • 2017-01-10
      相关资源
      最近更新 更多