Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 24 of 24 for evacuated (0.19 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. 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)
  3. 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)
  4. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

              "type": "string"
            },
            "readinessGates": {
              "description": "If specified, all readiness gates will be evaluated for pod readiness. A pod is ready when all its containers are ready AND all conditions specified in the readiness gates have status equal to \"True\" More info: https://git.k8s.io/enhancements/keps/sig-network/580-pod-readiness-gates",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
Back to top