Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for room (0.04 sec)

  1. RELEASE.md

            didn't have the keys sorted, the keys and values were not being printed
            in accordance with their correct mapping.
    *   `tf.train.Checkpoint`:
        *   Now accepts a `root` argument in the initialization, which generates a
            checkpoint with a root object. This allows users to create a
            `Checkpoint` object that is compatible with Keras `model.save_weights()`
    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

          return ArraysAreCastCompatible(inferred, actual);
        }
      }];
    }
    
    def TF_RsqrtOp : TF_Op<"Rsqrt", [Pure, TF_SameOperandsAndResultTypeResolveRef]> {
      let summary = "Computes reciprocal of square root of x element-wise.";
    
      let description = [{
    I.e., \\(y = 1 / \sqrt{x}\\).
      }];
    
      let arguments = (ins
        TF_FpOrComplexTensor:$x
      );
    
      let results = (outs
    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