Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Monday (0.18 sec)

  1. .github/workflows/sigbuild-docker.yml

    # ==============================================================================
    
    name: Upload SIG Build docker containers regularly
    
    on:
      workflow_dispatch:
      schedule:
          # Run once a week on Sunday at midnight. See http://crontab.guru
          - cron: '0 0 * * 0'
      push:
        paths:
          - '.github/workflows/sigbuild-docker.yml'
          - 'tensorflow/tools/tf_sig_build_dockerfiles/**'
    Others
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Oct 23 18:43:43 GMT 2023
    - 3.8K bytes
    - Viewed (0)
  2. RELEASE.md

        *   tf.data service now supports auto-sharding. Users specify the sharding
            policy with `tf.data.experimental.service.ShardingPolicy` enum. It can
            be one of `OFF` (equivalent to today's `"parallel_epochs"` mode),
            `DYNAMIC` (equivalent to today's `"distributed_epoch"` mode), or one of
            the static sharding policies: `FILE`, `DATA`, `FILE_OR_DATA`, or `HINT`
            (corresponding to values of `tf.data.experimental.AutoShardPolicy`).
    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