Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 32 for reevaluate (0.75 sec)

  1. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-32/plexus-container-default-1.0-alpha-32.jar

    t/configurator/expression/DefaultExpressionEva.class package org.codehaus.plexus.component.configurator.expression; public synchronized class DefaultExpressionEva implements ExpressionEvaluator { public void DefaultExpressionEva(); public Object evaluate(String); public java.io.File alignToBaseDirectory(java.io.File); } org/codehaus/plexus/component/configurator/expression/ExpressionEvaluation.class package org.codehaus.plexus.component.configurator.expression; public synchronized class ExpressionEvaluation...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Oct 16 20:15:40 UTC 2007
    - 233.3K bytes
    - Viewed (0)
  2. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-32/plexus-container-default-1.0-alpha-32.jar

    t/configurator/expression/DefaultExpressionEva.class package org.codehaus.plexus.component.configurator.expression; public synchronized class DefaultExpressionEva implements ExpressionEvaluator { public void DefaultExpressionEva(); public Object evaluate(String); public java.io.File alignToBaseDirectory(java.io.File); } org/codehaus/plexus/component/configurator/expression/ExpressionEvaluation.class package org.codehaus.plexus.component.configurator.expression; public synchronized class ExpressionEvaluation...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 233.3K bytes
    - Viewed (0)
  3. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.jar

    on; public synchronized class ReflectionValueExtra { private static Class[] args; private static Object[] params; private static ClassMap classMap; private static java.util.Map classMaps; private void ReflectionValueExtra(); public static Object evaluate(String, Object) throws Exception; private static ClassMap getClassMap(Class); static void <clinit>(); } org/codehaus/plexus/util/cli/WriterStreamConsumer.class package org.codehaus.plexus.util.cli; public synchronized class WriterStreamConsumer implements...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 160K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/_gen/generic.rules

    (StaticLECall {callAux} _ (Const(64|32) [0]) (Const(64|32) [0]) mem)
    	&& isSameCall(callAux, "runtime.makeslice")
    	=> (MakeResult (Addr <v.Type.FieldType(0)> {ir.Syms.Zerobase} (SB)) mem)
    
    // Evaluate constant address comparisons.
    (EqPtr  x x) => (ConstBool [true])
    (NeqPtr x x) => (ConstBool [false])
    (EqPtr  (Addr {x} _) (Addr {y} _)) => (ConstBool [x == y])
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 22:21:05 UTC 2024
    - 135.3K bytes
    - Viewed (0)
  5. pkg/volume/util/operationexecutor/operation_generator.go

    				return volumetypes.NewOperationContext(eventErr, detailedErr, migrated)
    			}
    		}
    
    		// When kubelet is containerized, devicePath may be a symlink at a place unavailable to
    		// kubelet, so evaluate it on the host and expect that it links to a device in /dev,
    		// which will be available to containerized kubelet. If still it does not exist,
    		// AttachFileDevice will fail. If kubelet is not containerized, eval it anyway.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 101.4K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/stablehlo/transforms/legalize_hlo.cc

    // this is not always the case, JAX may trace the program differently based on
    // the shape polymorphism specification, for example, if the program contains
    // a conditional on "x.shape[0] % 2 == 0" that conditional would evaluate to
    // True with x specified as (2*b, ...) and False otherwise. We can revisit
    // this when need arises. See b/295316438 for details.
    class RemoveCustomCallWithShapeAssertion
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 154.9K bytes
    - Viewed (0)
  7. 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)
  8. 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)
  9. CHANGELOG/CHANGELOG-1.5.md

        the ability of the controller to replace pods because the controllers do not
        reuse pod names (they use generate-name).
      * User-written controllers that reuse names of pod objects should evaluate this change.
      * When deleting an object with `kubectl delete ... --grace-period=0`, the client will
        begin a graceful deletion and wait until the resource is fully deleted.  To force
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  10. 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)
Back to top