Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for NORMALIZED (0.24 sec)

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

      }];
    
      let arguments = (ins
        Arg<TF_Float32Tensor, [{A 4D Tensor for input data.}]>:$x,
        Arg<TF_Float32Tensor, [{A 1D Tensor for scaling factor, to scale the normalized x.}]>:$scale,
        Arg<TF_Float32Tensor, [{A 1D Tensor for offset, to shift to the normalized x.}]>:$offset,
        Arg<TF_Float32Tensor, [{A 1D Tensor for population mean. Used for inference only;
    must be empty for training.}]>:$mean,
    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

            for details on how to use the callback.
    *   `tf.image.extract_glimpse` has been updated to correctly process the case
        where `centered=False` and `normalized=False`. This is a breaking change as
        the output is different from (incorrect) previous versions. Note this
        breaking change only impacts `tf.image.extract_glimpse` and
    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