Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 6,370 for context0 (0.16 sec)

  1. cni/pkg/install/testdata/kubeconfig-skip-tls

    apiVersion: v1
    clusters:
    - cluster:
        insecure-skip-tls-verify: true
        server: https://10.96.0.1:443
      name: local
    contexts:
    - context:
        cluster: local
        user: istio-cni
      name: istio-cni-context
    current-context: istio-cni-context
    kind: Config
    preferences: {}
    users:
    - name: istio-cni
      user:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 17 02:22:22 UTC 2023
    - 342 bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/transforms/legalization_op_config_test.cc

      DialectRegistry dialect_registry;
      mlir::RegisterCommonToolingDialects(dialect_registry);
    
      MLIRContext context(dialect_registry);
      context.loadAllAvailableDialects();
    
      RewritePatternSet mlir_legalize_lower_patterns(&context);
      PopulateLegalizeTfPatterns(&context, &mlir_legalize_lower_patterns);
    
      int mlir_only_patterns = 0;
      for (auto& pattern : mlir_legalize_lower_patterns.getNativePatterns()) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 30 03:31:01 UTC 2024
    - 8.4K bytes
    - Viewed (0)
  3. tensorflow/c/eager/immediate_execution_distributed_manager.h

      // Set up distributed execution environment on local and remote tasks.
      // When `reset_context` is true, initialize new cluster context state based
      // on cluster configurations provided in `server_def`; otherwise, update
      // existing context state with the provided `server_def`. Contexts created
      // on remote tasks will be considered stale and garbage collected after
      // `keep_alive_secs` of inactivity.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 22:37:46 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  4. cni/test/testdata/expected/ZZZ-istio-cni-kubeconfig.expected

    contexts:
    - name: istio-cni-context
      context:
        cluster: local
        user: istio-cni
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Nov 19 23:19:19 UTC 2020
    - 2.5K bytes
    - Viewed (0)
  5. tensorflow/c/experimental/ops/gen/cpp/renderers/guard_renderer.cc

    namespace tensorflow {
    namespace generator {
    namespace cpp {
    
    GuardRenderer::GuardRenderer(RendererContext context) : Renderer(context) {
      string self_path = io::JoinPath(context_.path_config.tf_root_dir,
                                      context_.path_config.tf_output_dir,
                                      context_.cpp_config.unit + "_ops.h");
      string with_underscores(self_path);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 28 05:51:40 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  6. platforms/core-runtime/launcher/src/test/groovy/org/gradle/launcher/daemon/context/DaemonCompatibilitySpecSpec.groovy

            new DaemonCompatibilitySpec(request).isSatisfiedBy(candidate)
        }
    
        private String getUnsatisfiedReason() {
            new DaemonCompatibilitySpec(request).whyUnsatisfied(candidate)
        }
    
        def "contexts with different java homes are incompatible"() {
            clientWants(Jvm.forHome(javaHome))
    
            def daemonJdkHome = tmp.createDir("daemon-jdk")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 00:09:57 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apimachinery/pkg/util/wait/loop_test.go

    			callback:         defaultCallback,
    			attemptsExpected: 0,
    			errExpected:      context.DeadlineExceeded,
    		},
    		{
    			name:      "context canceled before the second execution and immediate",
    			immediate: true,
    			context: func() (context.Context, context.CancelFunc) {
    				return context.WithTimeout(context.Background(), time.Second)
    			},
    			callback: func(attempts int) (bool, error) {
    				return false, nil
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Oct 19 02:48:08 UTC 2023
    - 15.8K bytes
    - Viewed (0)
  8. src/html/template/doc.go

    details necessary to understand escaping contexts and error messages. Most users
    will not need to understand these details.
    
    # Contexts
    
    Assuming {{.}} is `O'Reilly: How are <i>you</i>?`, the table below shows
    how {{.}} appears when used in the context to the left.
    
    	Context                          {{.}} After
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 18:04:29 UTC 2024
    - 7.9K bytes
    - Viewed (0)
  9. tests/util/kubeconfig

    apiVersion: v1
    clusters:
    - cluster:
        server: http://localhost:8080
      name: istio
    contexts:
    - context:
        cluster: istio
        user: ""
      name: istio
    current-context: istio
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jan 28 03:06:26 UTC 2020
    - 186 bytes
    - Viewed (0)
  10. tensorflow/c/eager/parallel_device/parallel_device_lib.cc

            op_outputs_ = std::vector<TensorHandlePtr>();
            Execute(context_, operation_name_, std::move(op_inputs_), attributes_,
                    expected_max_outputs_, &op_outputs_, status_.get());
            execution_state_ = ExecutionState::kHasResult;
          }
        }
        finished_execute_.notify_one();
      }
    }
    
    void DeviceThread::StartExecute(TFE_Context* context,
                                    const char* operation_name,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Feb 09 07:47:20 UTC 2024
    - 25.4K bytes
    - Viewed (0)
Back to top