Home | History | Annotate | Download | only in gpu_build
      1 # Description:
      2 # TensorFlow is a computational framework, primarily for use in machine
      3 # learning applications.
      4 
      5 licenses(["notice"])  # Apache 2.0
      6 
      7 sh_binary(
      8     name = "parallel_gpu_execute",
      9     srcs = ["parallel_gpu_execute.sh"],
     10 )
     11 
     12 filegroup(
     13     name = "all_files",
     14     srcs = glob(
     15         ["**/*"],
     16         exclude = [
     17             "**/METADATA",
     18             "**/OWNERS",
     19         ],
     20     ),
     21     visibility = ["//tensorflow:__subpackages__"],
     22 )
     23