Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for js (0.15 sec)

  1. .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 30 12:39:09 GMT 2024
    - Last Modified: Tue Sep 12 16:40:29 GMT 2023
    - 1.5K bytes
    - Viewed (0)
  2. .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 30 12:39:09 GMT 2024
    - Last Modified: Tue Sep 12 14:49:29 GMT 2023
    - 2.4K bytes
    - Viewed (0)
  3. 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 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
Back to top