Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 37 for Compilation (0.11 sec)

  1. platforms/documentation/docs/src/docs/userguide/img/java-sourcesets-compilation.png

    java-sourcesets-compilation.png...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 27 21:47:26 UTC 2024
    - 132.9K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/extract_outside_compilation_pass.cc

      return s;
    }
    
    // Rewrites shape inference graph for outside compilation:
    // 1) If XlaSendFromHost also exists in `host_graph`, copy nodes from
    //    `host_graph`. Because we might still have outside compilation to outside
    //    compilation placeholder nodes in shape inference graph, which will prevent
    //    us from inferring XlaSendFromHost shape. But in `host_graph`, we already
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 104.7K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/tests/extract_outside_compilation.mlir

    // RUN: tf-opt %s -split-input-file -verify-diagnostics -tf-extract-outside-compilation | FILECHECK_OPTS="" FileCheck %s
    
    module attributes {tf.versions = {producer = 888 : i32}, tf.devices = ["/job:worker/replica:0/task:0/device:CPU:0", "/job:worker/replica:0/task:0/device:TPU_SYSTEM:0", "/job:worker/replica:0/task:0/device:TPU:0"]} {
      // Tests that TPU cluster with no outside compilation does not generate parallel_execute.
    
      // CHECK-LABEL: func @no_outside_compilation
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 31 08:59:10 UTC 2023
    - 129.6K bytes
    - Viewed (0)
  4. pkg/apis/admissionregistration/validation/validation_test.go

    				Name:       "webhook.k8s.io",
    				Expression: "object.x in [1, 2, ",
    			}},
    		},
    		}, true),
    		expectedError: `webhooks[0].matchConditions[0].expression: Invalid value: "object.x in [1, 2,": compilation failed: ERROR: <input>:1:19: Syntax error: missing ']' at '<EOF>'`,
    	}, {
    		name: "unique names same hook",
    		config: newValidatingWebhookConfiguration([]admissionregistration.ValidatingWebhook{{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 147.1K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

    }
    
    def CanonicalizeCompileAndReplicateAttributesPass : Pass<"tf-canonicalize-compile-and-replicate-attributes", "mlir::func::FuncOp"> {
      let summary = "Canonicalize compilation and replication attributes.";
    
      let description = [{
        A pass that converts existing compilation and replication attributes into
        unified attributes. For example, `_tpu_replicate="cluster"` in the
        following code
    
        ```mlir
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/validation_test.go

    			},
    			errors: map[string]string{
    				"duration('1')":                      "compilation failed: ERROR: <input>:1:10: invalid duration argument",
    				"duration('1d')":                     "compilation failed: ERROR: <input>:1:10: invalid duration argument",
    				"duration('1us') < duration('1nns')": "compilation failed: ERROR: <input>:1:28: invalid duration argument",
    			},
    		},
    		{name: "date format",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 17:14:10 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/tests/tpu_rewrite.mlir

        func.return
      }
    }
    
    // -----
    
    // Tests collecting compilation and execution devices results in an error.
    
    module attributes {tf.versions = {producer = 888 : i32}, tf.devices = ["/job:worker/replica:0/task:0/device:CPU:0", "/job:worker/replica:0/task:0/device:TPU:0"]} {
      func.func @bad_devices() {
        // expected-error@+1 {{error in fetching TPU compilation/execution devices: no TPU_SYSTEM devices found}}
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 22:03:30 UTC 2024
    - 172.9K bytes
    - Viewed (0)
  8. src/cmd/go/internal/work/exec.go

    	// "DWARF2 only supports one section per compilation unit".
    	// This warning makes no sense, since the section is empty,
    	// but it confuses people.
    	// We work around the problem by detecting the warning
    	// and dropping -g and trying again.
    	if bytes.Contains(output, []byte("DWARF2 only supports one section per compilation unit")) {
    		newFlags := make([]string, 0, len(flags))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  9. tensorflow/compiler/jit/encapsulate_subgraphs_pass_test.cc

      }
    
      TF_EXPECT_GRAPH_EQ(graphdef_expected, graphdef);
      TF_EXPECT_FUNCTIONDEFLIBRARY_EQ(library_expected, library);
    }
    
    // Test for shape inference of outside compilation.
    TEST(EncapsulateSubgraphsTest, OutsideCompilationShapeInference) {
      FunctionDefLibrary library;
      GraphDef graphdef;
    
      {
        *library.add_function() = test::function::XTimesTwo();
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 113.3K bytes
    - Viewed (0)
  10. src/cmd/go/alldocs.go

    //	    fuzz tests matched by -fuzz.
    //
    //	-cover
    //	    Enable coverage analysis.
    //	    Note that because coverage works by annotating the source
    //	    code before compilation, compilation and test failures with
    //	    coverage enabled may report line numbers that don't correspond
    //	    to the original sources.
    //
    //	-covermode set,count,atomic
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
Back to top