Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Outputs (0.51 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    becomes part of `outputs[partitions[js]]`.  The slices with `partitions[js] = i`
    are placed in `outputs[i]` in lexicographic order of `js`, and the first
    dimension of `outputs[i]` is the number of entries in `partitions` equal to `i`.
    In detail,
    
    ```python
        outputs[i].shape = [sum(partitions == i)] + data.shape[partitions.ndim:]
    
        outputs[i] = pack([data[js, ...] for js if partitions[js] == i])
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  2. RELEASE.md

        may start to fail. To fix this, either update any inference clients to send
        requests with the actual input and output keys used by the trainer code, or
        conversely, update the trainer code to name the input and output Tensors
        'inputs' and 'outputs', respectively. Signatures using the 'classify' and
        'regress' methods are not affected by this change; they will continue to
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top