Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Forked (0.1 sec)

  1. RELEASE.md

    *   `tf.distribute`
    
        *   Opened an experimental API, `tf.distribute.experimental.coordinator.get_current_worker_index`, for retrieving the worker index from within a worker, when using parameter server training with a custom training loop.
    
    *   `tf.experimental.dtensor`
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let arguments = (ins
        TF_IntOrFpTensor:$data,
        Arg<TF_I32OrI64Tensor, [{A 1-D tensor whose size is equal to the size of `data`'s
    first dimension.  Values should be sorted and can be repeated.
    
    Caution: The values are always validated to be sorted on CPU, never validated
    on GPU.}]>:$segment_ids
      );
    
      let results = (outs
        Res<TF_IntOrFpTensor, [{Has same shape as data, except for dimension 0 which
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top