Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 25 of 25 for reevaluate (0.28 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_a_m.cc

      // valid result or a scalar boolean indicating the error. For unranked outputs
      // we don't know which one it is. TF shape inference turns unranked outputs
      // into ranked ones if it can statically evaluate the broadcast, see the shape
      // function of tf.Equal.
      auto ty = mlir::dyn_cast<RankedTensorType>(op.getType());
      if (!ty) {
        return rewriter.notifyMatchFailure(op, "requires a ranked output shape");
      }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 146.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/ir/tfl_ops.cc

      // This function is performance critical for op fusion patterns, e.g.
      // FuseBinaryOpToPrecedingAffine and FuseMulOrDivWithConv2dOrDepthwiseConv2d.
      // So a few specializations are provided to evaluate the math operation
      // more efficiently.
    
      // Specialization for f32 type.
      if (getType().cast<ShapedType>().getElementType().isF32()) {
        return ConstFoldBinaryOp<FloatAttr, float>(
    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. src/cmd/go/internal/load/pkg.go

    		// Consider starting this as a background goroutine and retrieving the result
    		// asynchronously when we're actually ready to build the package, or when we
    		// actually need to evaluate whether the package's metadata is stale.
    		p.setBuildInfo(ctx, opts.AutoVCS)
    	}
    
    	// If cgo is not enabled, ignore cgo supporting sources
    	// just as we ignore go files containing import "C".
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__apiextensions.k8s.io__v1_openapi.json

                "description": "MessageExpression declares a CEL expression that evaluates to the validation failure message that is returned when this rule fails. Since messageExpression is used as a failure message, it must evaluate to a string. If both message and messageExpression are present on a rule, then messageExpression will be used if validation fails. If messageExpression results in a runtime error, the runtime error is logged, and the validation failure message is...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 178.6K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

    // unknown reasons (callout for investigation in b/142268695), keeping the
    // function names unchanged in an MLIR roundtrip causes test failures.
    // TODO(b/142268695) Re-evaluate whether we need this class v.s. directly using
    // and TF function name as MLIR function name after b/142268695 is root caused.
    class NameUniquifier : public OpOrArgNameMapper {
     public:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
Back to top