blob: 7c290b77762322a54842e44fdd5d25089f7e82e2 [file] [log] [blame]
Miao Wang972f0942017-12-01 17:59:26 -08001name: "TensorFlow"
2description:
3 "TensorFlow is an open source software library for numerical computation "
4 "using data flow graphs. The graph nodes represent mathematical operations, "
5 "while the graph edges represent the multidimensional data arrays (tensors) "
6 "that flow between them. This flexible architecture lets you deploy "
7 "computation to one or more CPUs or GPUs in a desktop, server, or mobile "
8 "device without rewriting code. TensorFlow also includes TensorBoard, a "
9 "data visualization toolkit. "
10 " "
11 "TensorFlow was originally developed by researchers and engineers working "
12 "on the Google Brain team within Google's Machine Intelligence Research "
13 "organization for the purposes of conducting machine learning and deep "
14 "neural networks research. The system is general enough to be applicable in "
15 "a wide variety of other domains, as well."
16
17third_party {
18 url {
19 type: HOMEPAGE
20 value: "https://github.com/tensorflow/tensorflow"
21 }
22 url {
23 type: GIT
24 value: "https://github.com/tensorflow/tensorflow"
25 }
Miao Wange16a4eb2019-03-15 13:46:48 -070026 version: "v1.13.0"
27 last_upgrade_date { year: 2019 month: 3 day: 15 }
Miao Wang972f0942017-12-01 17:59:26 -080028 license_type: NOTICE
29}