Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 43 for movbel (0.53 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/DependencySubstitutionRulesIntegrationTest.groovy

            def moduleId(String group, String name, String version) {
                return org.gradle.internal.component.external.model.DefaultModuleComponentIdentifier.newId(group, name, version)
            }
    
            def projectId(String projectPath) {
                return org.gradle.internal.component.local.model.DefaultProjectComponentIdentifier.newId(projectPath)
            }
            """
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 02 20:50:18 UTC 2024
    - 52.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_ops.td

    writer: A handle to the summary writer resource.
      }];
    
      let arguments = (ins
        Arg<TF_ResourceTensor, "", [TF_SummaryFree]>:$writer
      );
    
      let results = (outs);
    }
    
    // TODO(b/168035831): Model db_uri read/write.
    def TF_CreateSummaryDbWriterOp : TF_Op<"CreateSummaryDbWriter", []> {
      let summary = "Creates summary database writer accessible by given resource handle.";
    
      let description = [{
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 04:08:35 UTC 2024
    - 90.5K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/windows/setupapi_windows.go

    	SPDRP_MAXIMUM_PROPERTY SPDRP = 0x00000025 // Upper bound on ordinals
    )
    
    // DEVPROPTYPE represents the property-data-type identifier that specifies the
    // data type of a device property value in the unified device property model.
    type DEVPROPTYPE uint32
    
    const (
    	DEVPROP_TYPEMOD_ARRAY DEVPROPTYPE = 0x00001000
    	DEVPROP_TYPEMOD_LIST  DEVPROPTYPE = 0x00002000
    
    	DEVPROP_TYPE_EMPTY                      DEVPROPTYPE = 0x00000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 26 00:11:50 UTC 2022
    - 67.2K bytes
    - Viewed (0)
  4. testing/architecture-test/src/changes/archunit-store/provider-task-properties.txt

    Method <org.gradle.api.reporting.model.ModelReport.getFormat()> does not have raw return type assignable to org.gradle.api.provider.Property in (ModelReport.java:0)
    Method <org.gradle.api.reporting.model.ModelReport.isShowHidden()> does not have raw return type assignable to org.gradle.api.provider.Property in (ModelReport.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 13:33:20 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  5. subprojects/core-api/src/main/java/org/gradle/api/Project.java

    import org.gradle.api.initialization.dsl.ScriptHandler;
    import org.gradle.api.invocation.Gradle;
    import org.gradle.api.logging.Logger;
    import org.gradle.api.logging.LoggingManager;
    import org.gradle.api.model.ObjectFactory;
    import org.gradle.api.plugins.ExtensionAware;
    import org.gradle.api.plugins.ExtensionContainer;
    import org.gradle.api.plugins.PluginAware;
    import org.gradle.api.project.IsolatedProject;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 30 04:56:22 UTC 2024
    - 74.3K bytes
    - Viewed (0)
  6. subprojects/core/src/integTest/groovy/org/gradle/api/services/BuildServiceIntegrationTest.groovy

    import org.gradle.api.artifacts.transform.TransformParameters
    import org.gradle.api.file.FileSystemOperations
    import org.gradle.api.file.ProjectLayout
    import org.gradle.api.internal.AbstractTask
    import org.gradle.api.model.ObjectFactory
    import org.gradle.api.provider.Property
    import org.gradle.api.provider.Provider
    import org.gradle.api.provider.ProviderFactory
    import org.gradle.api.services.internal.BuildServiceProvider
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jun 06 19:15:46 UTC 2024
    - 61K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/tests/tpu_cluster_formation.mlir

    // RUN: tf-opt %s -split-input-file -verify-diagnostics -tf-tpu-cluster-formation | FileCheck %s
    
    
    // Test ops in cluster only have `_replication_info` and `device` attributes
    // removed when moved to a `tf_device.cluster`.
    // CHECK-LABEL: func @cluster_ops_removed_attrs
    func.func @cluster_ops_removed_attrs() {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 22:03:30 UTC 2024
    - 53.9K bytes
    - Viewed (0)
  8. platforms/core-configuration/model-core/src/test/groovy/org/gradle/internal/instantiation/generator/AsmBackedClassGeneratorTest.java

    import org.gradle.api.internal.HasConvention;
    import org.gradle.api.internal.IConventionAware;
    import org.gradle.api.internal.plugins.DslObject;
    import org.gradle.api.internal.provider.DefaultProviderFactory;
    import org.gradle.api.model.ObjectFactory;
    import org.gradle.api.plugins.Convention;
    import org.gradle.api.plugins.ExtensionAware;
    import org.gradle.api.plugins.ExtensionContainer;
    import org.gradle.api.provider.ListProperty;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 05 19:36:14 UTC 2023
    - 74.6K bytes
    - Viewed (0)
  9. tensorflow/c/c_api.h

    //    the SavedModel.
    // - `graph` must be a graph newly allocated with TF_NewGraph().
    //
    // If successful, populates `graph` with the contents of the Graph and
    // `meta_graph_def` with the MetaGraphDef of the loaded model.
    TF_CAPI_EXPORT extern TF_Session* TF_LoadSessionFromSavedModel(
        const TF_SessionOptions* session_options, const TF_Buffer* run_options,
        const char* export_dir, const char* const* tags, int tags_len,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Oct 26 21:08:15 UTC 2023
    - 82.3K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/transforms/sparsecore/embedding_pipelining.cc

          }
        }
        for (auto op : ops_to_erase) op->erase();
        return LogicalResult::success();
      }
    
      LogicalResult PatchCollectiveGatherInstanceKey(func::FuncOp func) {
        // We're expecting the original model to have a single CollectiveGatherV2Op
        // that gets split into 3 copies in the start_step_0, start_step_1 and
        // new_while_body functions. We use global iter id to set the instance key.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 92.9K bytes
    - Viewed (0)
Back to top