Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Paging (0.25 sec)

  1. RELEASE.md

    ### Breaking Changes
    
    
    `tf.keras`:
    
    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 hasFolder = 1;
    }
    
    def TF_BroadcastToOp : TF_Op<"BroadcastTo", [Pure]> {
      let summary = "Broadcast an array for a compatible shape.";
    
      let description = [{
    Broadcasting is the process of making arrays to have compatible shapes
    for arithmetic operations. Two shapes are compatible if for each
    dimension pair they are either equal or one of them is one.
    
    For example:
    
    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