Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 53 of 53 for palmer (0.12 sec)

  1. src/cmd/go/alldocs.go

    //
    // The meta tag should appear as early in the file as possible.
    // In particular, it should appear before any raw JavaScript or CSS,
    // to avoid confusing the go command's restricted parser.
    //
    // The vcs is one of "bzr", "fossil", "git", "hg", "svn".
    //
    // The repo-root is the root of the version control system
    // containing a scheme and not containing a .vcs qualifier.
    //
    // For example,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

    // to this entry, depending on `ksize` and `strides`. This function is used for
    // `AvgPool` and `AvgPoolGrad` legalizations.
    // `zero` is passed as a parameter because it can be reused from caller level.
    // `pooled` must have `RankedTensorType`.
    template <typename OpTy, int num_dims>
    Operation *AvgPoolDivideByCount(
        Value pooled, const SmallVector<int64_t, num_dims> &input_shape,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    Relying on this behavior is not recommended, as the ability to fall back to read
    V1 might be deprecated and eventually removed.
    
    By default, restores the named tensors in full.  If the caller wishes to restore
    specific slices of stored tensors, "shape_and_slices" should be non-empty
    strings and correspondingly well-formed.
    
    Callers must ensure all the named tensors are indeed stored in the checkpoint.
    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