Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for GetOutput (0.31 sec)

  1. tensorflow/compiler/mlir/lite/transforms/optimize.cc

        // And extend the pettern to handle dynamic shapes.
        if (!inner_reshape_op.getOutput().getType().hasStaticShape() ||
            !tfl_broadcast_to_op.getOutput().getType().hasStaticShape() ||
            !outer_reshape_op.getOutput().getType().hasStaticShape()) {
          return rewriter.notifyMatchFailure(
              loc, "Unsupported shapes. Currely only static shapes are supported");
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 00:40:15 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/ir/tfl_ops.cc

        return failure();
      }
    };
    
    // Return true if the given Add operation has the CPU kernel supported shapes.
    bool VerifyAddOpShapeConstraints(AddOp op) {
      auto element_type = getElementTypeOrSelf(op.getOutput().getType());
    
      // Allows F32, QI8, QUI8 and I32 outputs when the operands have valid shapes,
      // which are broadcastable shapes up to four dimensions or have same shapes.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 169.2K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/stablehlo/transforms/uniform_quantized_stablehlo_to_tfl_pass.cc

      LogicalResult match(stablehlo::ConstantOp op) const override {
        return success(IsQuantizedTensorType(op.getOutput().getType()));
      }
    
      void rewrite(stablehlo::ConstantOp op,
                   PatternRewriter& rewriter) const override {
        rewriter.replaceOpWithNewOp<TFL::QConstOp>(
            op, /*qtype=*/TypeAttr::get(op.getOutput().getType()),
            /*value=*/op.getValue());
      }
    };
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 22 09:00:19 UTC 2024
    - 99.8K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc

      // scalar or a vector based on `shrink_axis_mask` because we have rejected
      // the case of `new_axis_mask` != 0.
      auto output_elt_ty =
          getOutput().getType().cast<ShapedType>().getElementType();
      auto output_ty = getOutput().getType().dyn_cast<RankedTensorType>();
      if (!output_ty || !output_ty.hasStaticShape()) {
        if (getShrinkAxisMask() == 1) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 170.8K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/transforms/shape_inference.cc

                                            TypeRange body_result_types) {
      if (!op.getShapeInvariant())
        return RefineTypeForPassThroughOperands(op, op.getInput(), op.getOutput());
    
      bool changed = false;
      for (auto entry :
           zip(op.getInput().getTypes(), op.getOutput(), body_result_types)) {
        Value result = std::get<1>(entry);
        TensorType body_result_type = mlir::cast<TensorType>(std::get<2>(entry));
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 08 07:28:49 UTC 2024
    - 134.1K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_a_m.cc

                 << "found incompatible broadcast batch dimensions for lhs shape "
                 << x_ty << " and rhs shape " << y_ty;
      }
    
      RankedTensorType output_ty = GetRankedTensorTypeForOperand(op.getOutput());
      if (!output_ty) return success();
    
      int64_t expected_output_rank = std::max(x_ty.getRank(), y_ty.getRank());
      if (output_ty.getRank() != expected_output_rank)
        return op.emitOpError()
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 146.7K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

      let extraClassDeclaration = [{
      // FixedOutputRangeInterface:
      quant::UniformQuantizedType GetFixedOutputRange(
          bool is_signed, int bit_width) {
        auto result_type = getOutput().getType();
        // central_value = min_value / 2 + (max_value - 1) / 2 + 1
        // zero_point = central_value
        // scale = 1. / (central_value - min_value)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
  8. maven-api-impl/src/test/remote-repo/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar

    public void setProperty(String, Object) throws IllegalArgumentExcep, IllegalStateExceptio; public Object getProperty(String) throws IllegalArgumentExcep; private String getLocation(); public java.io.Writer getWriter(); public void setOutput(java.io.Writer); public void setOutput(java.io.OutputStream, String) throws java.io.IOException; public void startDocument(String, Boolean) throws java.io.IOException; public void endDocument() throws java.io.IOException; public void setPrefix(String, String) throws...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu May 02 15:10:38 UTC 2024
    - 164.6K bytes
    - Viewed (0)
  9. testing/architecture-test/src/changes/archunit-store/public-api-mutable-properties.txt

    Method <org.gradle.plugins.ide.eclipse.model.SourceFolder.getName()> does not have raw return type assignable to org.gradle.api.provider.Property in (SourceFolder.java:0)
    Method <org.gradle.plugins.ide.eclipse.model.SourceFolder.getOutput()> does not have raw return type assignable to org.gradle.api.provider.Property in (SourceFolder.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 22:42:49 UTC 2024
    - 160.5K bytes
    - Viewed (0)
  10. src/net/http/transport_test.go

    }
    func testTransportIgnores408(t *testing.T, mode testMode) {
    	// Not parallel. Relies on mutating the log package's global Output.
    	defer log.SetOutput(log.Writer())
    
    	var logout strings.Builder
    	log.SetOutput(&logout)
    
    	const target = "backend:443"
    
    	cst := newClientServerTest(t, mode, HandlerFunc(func(w ResponseWriter, r *Request) {
    		nc, _, err := w.(Hijacker).Hijack()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 192.6K bytes
    - Viewed (0)
Back to top