Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for expandKey (0.11 sec)

  1. api/openapi-spec/v3/apis__apps__v1_openapi.json

    container image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. \"$$(VAR_NAME)\" will produce the string literal \"$(VAR_NAME)\". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: htt...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let summary = "Wraps the variadic XLA Reduce operator.";
    
      let description = [{
    Semantics are documented at
     https://www.tensorflow.org/performance/xla/operation_semantics#variadic_reduce.
    
    This is an expanded version of XlaVariadicReduce, with support for
    operands of different dtypes, and improved shape inference.
      }];
    
      let arguments = (ins
        Arg<Variadic<TF_Tensor>, [{the input tensor(s)}]>:$inputs,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  3. RELEASE.md

        for the
        [TFLite Optimizing Converter](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/toco/README.md)
        has been expanded, and the command line interface (AKA: `toco`,
        `tflite_convert`) is once again included in the standard `pip` installation.
    *   Improved data-loading and text processing with:
    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