Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for rawpartition (0.37 sec)

  1. cluster/gce/windows/k8s-node-setup.psm1

        # 'k8s_container.<namespace_name>.<pod_name>.<container_name>'.
        "logging.googleapis.com/local_resource_id" ${"k8s_container.#{tag_suffix[4].rpartition('.')[0].split('_')[1]}.#{tag_suffix[4].rpartition('.')[0].split('_')[0]}.#{tag_suffix[4].rpartition('.')[0].split('_')[2].rpartition('-')[0]}"}
        # Rename the field 'log' to a more generic field 'message'. This way the
        # fluent-plugin-google-cloud knows to flatten the field as textPayload
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 88.3K bytes
    - Viewed (0)
  2. RELEASE.md

    *   `tf.random`:
        * Added `tf.random.experimental.index_shuffle`, for shuffling a sequence without materializing the sequence in memory.
    
    *   `tf.RaggedTensor`:
        *   Introduced `tf.experimental.RowPartition`, which encodes how one dimension in a RaggedTensor relates to another, into the public API.
        *   Introduced `tf.experimental.DynamicRaggedShape`, which represents the shape of a RaggedTensor.
    
    ## Security
    
    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