Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for tensorflow_cpu (0.07 sec)

  1. tensorflow/BUILD

            "//conditions:default": "touch $@",  # Just a placeholder for Unix platforms
        }),
        visibility = ["//visibility:public"],
    )
    
    # The interface library (tensorflow_cc.dll.if.lib) for linking tensorflow DLL library (tensorflow_cc.dll) on Windows.
    # To learn more about import library (called interface library in Bazel):
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Thu Aug 28 19:11:51 UTC 2025
    - 53.4K bytes
    - Viewed (0)
  2. RELEASE.md

        weight.
    *   Adds time series models to contrib. See contrib/timeseries/README.md for
        details.
    *   Adds FULLY_CONNECTED Op to tensorflow/lite/schema.fbs
    
    ## Known Issues
    
    *   Tensorflow_gpu compilation fails with Bazel 0.5.3.
    
    ## Bug Fixes and Other Changes
    
    *   Fixes `strides` and `begin` dtype mismatch when slicing using int64 Tensor
        index in python.
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Aug 18 20:54:38 UTC 2025
    - 740K bytes
    - Viewed (1)
Back to top