Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for myproduct (0.13 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      }];
    
      let description = [{
    In signal processing, cross-correlation is a measure of similarity of
    two waveforms as a function of a time-lag applied to one of them. This
    is also known as a sliding dot product or sliding inner-product.
    
    Our Conv3D implements a form of cross-correlation.
      }];
    
      let arguments = (ins
        Arg<TF_FloatTensor, [{Shape `[batch, in_depth, in_height, in_width, in_channels]`.}]>:$input,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  2. RELEASE.md

            arbitrary.
        *   Added `tf.train.Checkpoint` for reading/writing object-based
            checkpoints.
        *   Added LinearOperatorKronecker, a dense-free implementation of the
            Kronecker Product.
        *   Allow LinearOperator to broadcast.
        *   SavedModelBuilder will now deduplicate asset names that point to files
            with the same basename and the same contents. Note that this may result
    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