Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 119 for placeholders (0.71 sec)

  1. tensorflow/c/eager/parallel_device/parallel_device_test.cc

                                                                TF_DeleteGraph);
      TF_OperationDescription* placeholder_desc =
          TF_NewOperation(body.get(), "Placeholder", "Placeholder");
      TF_SetAttrType(placeholder_desc, "dtype", TF_FLOAT);
      TF_Operation* placeholder_op = TF_FinishOperation(placeholder_desc, status);
      if (TF_GetCode(status) != TF_OK) return;
      TF_Output x{placeholder_op, 0};
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jul 08 23:47:35 UTC 2021
    - 29.3K bytes
    - Viewed (0)
  2. pilot/pkg/serviceregistry/kube/controller/serviceimportcache.go

    		sic.opts.MeshServiceController.AppendServiceHandlerForCluster(sic.Cluster(), sic.onServiceEvent)
    
    		return sic
    	}
    
    	// MCS Service discovery is disabled. Use a placeholder cache.
    	return disabledServiceImportCache{}
    }
    
    // serviceImportCacheImpl reads ServiceImport resources for a single cluster.
    type serviceImportCacheImpl struct {
    	*Controller
    
    	serviceImports kclient.Untyped
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 28 16:41:38 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  3. tests/update_test.go

    		t.Fatalf("failed to find updated user, got %v", err)
    	}
    
    	if err := DB.Model(User{Model: user3.Model}).Save(&struct {
    		gorm.Model
    		Placeholder string
    		Name        string
    	}{
    		Model:       user3.Model,
    		Placeholder: "placeholder",
    		Name:        "save3__",
    	}).Error; err != nil {
    		t.Fatalf("failed to update user, got %v", err)
    	}
    
    	var result3 User
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Mon Dec 04 03:50:58 UTC 2023
    - 30.3K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/transforms/host_runtime/tpu_rewrite_pass.cc

          std::move(tpu_device_assignment.xla_device_assignment), builder,
          tpu_compile_metadata_debug);
      if (!compile_op) return failure();
    
      // This replaces _TPUCompileMlir placeholder ops that are required
      // by XlaRecvAtHost and XlaSendFromHost ops add in earlier pass.
      // TODO(b/157054714): When a better abstraction instead of _TPUCompileMlirOp
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 21:25:12 UTC 2024
    - 29.7K bytes
    - Viewed (0)
  5. cmd/kubeadm/app/componentconfigs/configset.go

    				Group:            group,
    				PreferredVersion: handler.GroupVersion.Version,
    			})
    		}
    	}
    
    	return results, nil
    }
    
    // Validate is a placeholder for performing a validation on an already loaded component configs in a ClusterConfiguration
    // TODO: investigate if the function can be repurposed for validating component config via CLI
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 04 15:36:00 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  6. subprojects/core/src/integTest/groovy/org/gradle/execution/taskgraph/RuleTaskCreationIntegrationTest.groovy

            tasksNode.newModelTask.@type[0] == 'org.gradle.api.Task'
            tasksNode.modelMapTask.@type[0] == 'org.gradle.api.Task'
            tasksNode.model.@type[0] == 'org.gradle.api.reporting.model.ModelReport' //Placeholder task
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Aug 18 22:50:47 UTC 2020
    - 16.9K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/admission/plugin/cel/filter.go

    	}
    
    	remainingBudget := runtimeCELCostBudget
    	for i, compilationResult := range f.compilationResults {
    		var evaluation = &evaluations[i]
    		if compilationResult.ExpressionAccessor == nil { // in case of placeholder
    			continue
    		}
    		evaluation.ExpressionAccessor = compilationResult.ExpressionAccessor
    		if compilationResult.Error != nil {
    			evaluation.Error = &cel.Error{
    				Type:   cel.ErrorTypeInvalid,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jul 24 14:46:11 UTC 2023
    - 12.1K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/quantization/tensorflow/BUILD

    load("@llvm-project//mlir:tblgen.bzl", "gentbl_cc_library", "td_library")
    load("//tensorflow:strict.default.bzl", "py_strict_binary")
    
    # Placeholder: load py_proto_library
    load("//tensorflow:tensorflow.bzl", "tf_cc_binary")
    load("//tensorflow:tensorflow.default.bzl", "get_compatible_with_portable")
    load("//tensorflow/compiler/mlir/quantization/tensorflow:internal_visibility_allowlist.bzl", "internal_visibility_allowlist")
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 22:58:42 UTC 2024
    - 21.7K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/tests/end2end/fake_quant_without_identity.pbtxt

    node {
      name: "input"
      op: "Placeholder"
      attr {
        key: "dtype"
        value {
          type: DT_FLOAT
        }
      }
      attr {
        key: "shape"
        value {
          shape {
            dim {
              size: 1
            }
            dim {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 13.8K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/tests/end2end/fake_quant_without_identity_4bit.pbtxt

    node {
      name: "input"
      op: "Placeholder"
      attr {
        key: "dtype"
        value {
          type: DT_FLOAT
        }
      }
      attr {
        key: "shape"
        value {
          shape {
            dim {
              size: 1
            }
            dim {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 13.8K bytes
    - Viewed (0)
Back to top