Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for js (0.18 sec)

  1. .github/workflows/create_issue.js

    A. Unique TensorFlower <******@****.***> 1634598067 -0700
    JavaScript
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Mon Oct 18 23:04:59 GMT 2021
    - 2.8K bytes
    - Viewed (0)
  2. .github/workflows/trusted_partners.js

    TensorFlower Gardener <******@****.***> 1675777924 -0800
    JavaScript
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Tue Feb 07 13:52:04 GMT 2023
    - 4.5K bytes
    - Viewed (0)
  3. .github/workflows/issue-on-pr-rollback.yml

            with:
              github-token: ${{secrets.GITHUB_TOKEN}}
              script: |
                const script = require('./.github/workflows/create_issue.js')
    Others
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Tue Sep 12 16:40:29 GMT 2023
    - 1.5K bytes
    - Viewed (0)
  4. .github/workflows/trusted-partners.yml

            with:
              github-token: ${{ secrets.GITHUB_TOKEN }}
              script: |
                const script = require('./.github/workflows/trusted_partners.js');
                const username = context.payload.pull_request.user.login;
                const domain = await script.get_email_domain({github, username});
                switch(domain) {
                case "intel.com":
    Others
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Tue Sep 12 14:49:29 GMT 2023
    - 2.4K bytes
    - Viewed (0)
  5. RELEASE.md

        functions. AutoGraph is also applied in functions used with tf.data,
        tf.distribute and tf.keras APIs.
    *   Unification of exchange formats to SavedModel. All TensorFlow ecosystem
        projects (TensorFlow Lite, TensorFlow JS, TensorFlow Serving, TensorFlow
        Hub) accept SavedModels. Model state should be saved to and restored from
        SavedModels.
    *   API Changes: Many API symbols have been renamed or removed, and argument
    Plain Text
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Wed Apr 03 20:27:38 GMT 2024
    - 727.4K bytes
    - Viewed (8)
Back to top