Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for output24 (0.57 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. tensorflow/cc/saved_model/testdata/chunked_saved_model/chunked_model/saved_model.pbtxt

        key: "__saved_model_init_op"
        value {
          outputs {
            key: "__saved_model_init_op"
            value {
              name: "NoOp"
              tensor_shape {
                unknown_rank: true
              }
            }
          }
        }
      }
      signature_def {
        key: "serving_default"
        value {
          outputs {
            key: "output_0"
            value {
              name: "PartitionedCall:0"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 08 21:43:11 UTC 2023
    - 531.2K bytes
    - Viewed (0)
Back to top