Home | History | Annotate | Download | only in tensorflow
      1 name: "TensorFlow"
      2 description:
      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 
     17 third_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   }
     26   version: "v1.13.0"
     27   last_upgrade_date { year: 2019 month: 3 day: 15 }
     28   license_type: NOTICE
     29 }
     30