Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for rewrites (0.28 sec)

  1. manifests/charts/base/crds/crd-all.gen.yaml

                              description: Flag to specify whether the retries should
                                retry to other localities.
                              nullable: true
                              type: boolean
                          type: object
                        rewrite:
                          description: Rewrite HTTP URIs and Authority headers.
                          properties:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  2. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                              description: Flag to specify whether the retries should
                                retry to other localities.
                              nullable: true
                              type: boolean
                          type: object
                        rewrite:
                          description: Rewrite HTTP URIs and Authority headers.
                          properties:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  3. RELEASE.md

    (Terry) Tang, Yuxin Wu, Ziyue(Louis) Lu
    
    # Release 1.7.0
    
    ## Major Features And Improvements
    
    *   Eager mode is moving out of contrib, try `tf.enable_eager_execution()`.
    *   Graph rewrites emulating fixed-point quantization compatible with TensorFlow
        Lite, supported by new `tf.contrib.quantize` package.
    *   Easily customize gradient computation with `tf.custom_gradient`.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    Placeholder program key (compilation cache key) of a XLA `program`.
      }];
    
      let description = [{
    This op can be used when certain rewrite passes materialize ops that require a
    program key but the _TPUCompileMlir or _XlaCompile op has not been added yet.
    Subsequent rewrite passes must replace this op with `program` output.
      }];
    
      let arguments = (ins);
    
      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