Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 73 for concatenation (0.25 sec)

  1. pilot/cmd/pilot-agent/status/server.go

    }
    
    // handleStats handles prometheus stats scraping. This will scrape envoy metrics, and, if configured,
    // the application metrics and merge them together.
    // The merge here is a simple string concatenation. This works for almost all cases, assuming the application
    // is not exposing the same metrics as Envoy.
    // This merging works for both FmtText and FmtOpenMetrics and will use the format of the application metrics
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 15:07:03 UTC 2024
    - 31.1K bytes
    - Viewed (0)
  2. src/net/http/server.go

    //
    // Additionally, files containing a certificate and matching private key
    // for the server must be provided. If the certificate is signed by a
    // certificate authority, the certFile should be the concatenation
    // of the server's certificate, any intermediates, and the CA's certificate.
    //
    // ServeTLS always returns a non-nil error.
    func ServeTLS(l net.Listener, handler Handler, certFile, keyFile string) error {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 123.4K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/transforms/optimize.cc

        return success();
      }
    };
    
    // Fuses Unpack with proceeding Concatenation to Reshape if output type has
    // static shape and activation function is none. For example:
    //
    //   // %input: tensor<1x3x2xf32>
    //   %unpack:3 = "tfl.unpack"(%input) {axis = 1 : i32, num = 3 : i32}
    //   %res = "tfl.concatenation"(%unpack#0, %unpack#1, %unpack#2)
    //        {axis = -1 : i32, fused_activation_function = "NONE"}
    //
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 00:40:15 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/quantization/common/quantization_lib/quantization_utils.cc

      // which are produced by the ops with the `FixedOutputRangeInterface`.
      // Note that we don't propagate across the multiple-operands
      // `SameOperandsAndResultsScale` ops like `concatenation`.
      func.walk([&](quantfork::StatisticsOp stats_op) {
        all_stats_ops.push_back(stats_op);
      });
    
      while (!all_stats_ops.empty()) {
        quantfork::StatisticsOp stats_op = all_stats_ops.back();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 08 02:10:16 UTC 2024
    - 43.2K bytes
    - Viewed (0)
  5. subprojects/core-api/src/main/java/org/gradle/api/Task.java

     * </pre>
     *
     * <p>Each task has a name, which can be used to refer to the task within its owning project, and a fully qualified
     * path, which is unique across all tasks in all projects. The path is the concatenation of the owning project's path
     * and the task's name. Path elements are separated using the {@value org.gradle.api.Project#PATH_SEPARATOR}
     * character.</p>
     *
     * <h3>Task Actions</h3>
     *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 30 17:25:12 UTC 2024
    - 31.6K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/ir/tfl_ops.cc

      return -1;
    }
    
    //===----------------------------------------------------------------------===//
    // ConcatenationOp
    //===----------------------------------------------------------------------===//
    // TODO(ashwinm): Implement shape inference for Concatenation
    
    namespace {
    
    int64_t GetConcatenationOpAxis(ConcatenationOp op) {
      auto output_type = op.getOutput().getType().cast<RankedTensorType>();
      int32_t axis = op.getAxis();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 169.2K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/tests/legalize-tf.mlir

      func.return %1 : tensor<2x3xi32>
    
    // CHECK-LABEL: concat_v2_with_3_tensors
    // CHECK: "tfl.concatenation"(%arg0, %arg1, %arg2) <{axis = -1 : i32, fused_activation_function = "NONE"}> : (tensor<2x1xi32>, tensor<2x1xi32>, tensor<2x1xi32>) -> tensor<2x3xi32>
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 05 01:54:33 UTC 2024
    - 153.4K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

          return TF::ArraysAreCastCompatible(l, r);
        }
      }];
    }
    
    def TFL_ConcatenationOp : TFL_Op<"concatenation",
      [
        Pure,
        TFL_SameFirstOperandAndFirstResultElementType,
        SameOperandsAndResultsScale,
        QuantizableResult
      ]> {
      let summary = "Concatenation operator";
    
      let description = [{
        Concatenates tensors along one dimension
      }];
    
      let arguments = (
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/stablehlo/transforms/uniform_quantized_stablehlo_to_tfl_pass.cc

    };
    
    // Rewrites quantized stablehlo.concatenate to tfl.concatenation.
    // TODO: b/322428814 - Add StableHLO quantizer integration tests for ODML.
    class RewriteQuantizedConcatenateOp
        : public OpRewritePattern<stablehlo::ConcatenateOp> {
     public:
      using OpRewritePattern<stablehlo::ConcatenateOp>::OpRewritePattern;
    
      LogicalResult match(stablehlo::ConcatenateOp op) const override {
        return success(IsOpFullyQuantized(op));
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 22 09:00:19 UTC 2024
    - 99.8K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/admissionregistration/v1/generated.proto

      //   - Expression accessing a property named "redact__d": {"Expression": "object.redact__underscores__d > 0"}
      //
      // Equality on arrays with list type of 'set' or 'map' ignores element order, i.e. [1, 2] == [2, 1].
      // Concatenation on arrays with x-kubernetes-list-type use the semantics of the list type:
      //   - 'set': `X + Y` performs a union where the array positions of all elements in `X` are preserved and
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 51.8K bytes
    - Viewed (0)
Back to top