Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Lists (0.05 sec)

  1. RELEASE.md

        import.
    *   Breaking change to `tf.contrib.data.Dataset` APIs that expect a nested
        structure. Lists are now converted to `tf.Tensor` implicitly. You may need
        to change uses of lists to tuples in existing code. In addition, dicts are
        now supported as a nested structure.
    
    ## Changes to contrib APIs
    
    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 description = [{
    embedding_indices[i] and aggregation_weights[i] correspond
    to the ith feature.
    
    The tensors at corresponding positions in the three input lists (sample_indices,
    embedding_indices and aggregation_weights) must have the same shape, i.e. rank 1
    with dim_size() equal to the total number of lookups into the table described by
    the corresponding feature.
      }];
    
    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