Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 121 for no_aop (0.23 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/extract_head_tail_outside_compilation.mlir

      func.func @tail_single_outside_compiled_op() {
        // CHECK:      %[[CLUSTER_OUT:.*]] = "tf_device.cluster"
        // CHECK-NEXT:   %[[A_OUT:.*]] = "tf.A"
        // CHECK-NEXT:   "tf.NoOp"
        // CHECK-NEXT:   tf_device.return %[[A_OUT]]
        // CHECK-NEXT: {
        // CHECK-DAG:  num_cores_per_replica = 1
        // CHECK-DAG:  step_marker_location = ""
        // CHECK-DAG:  topology = ""
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 31 08:59:10 UTC 2023
    - 29.1K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/update_control_dependencies.mlir

    func.func @multiple_func_body_ops() {
      tf_executor.graph {
        tf_executor.island {
          "tf.NoOp"() : () -> ()
          tf_executor.yield
        }
        tf_executor.fetch
      }
      tf_executor.graph {
        tf_executor.island {
          "tf.NoOp"() : () -> ()
          tf_executor.yield
        }
        tf_executor.fetch
      }
      func.return
    }
    
    // -----
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Nov 03 18:12:49 UTC 2023
    - 25.2K bytes
    - Viewed (0)
  3. apache-maven/pom.xml

          <artifactId>org.eclipse.sisu.plexus</artifactId>
        </dependency>
        <dependency>
          <groupId>org.eclipse.sisu</groupId>
          <artifactId>org.eclipse.sisu.inject</artifactId>
          <classifier>no_asm</classifier>
        </dependency>
        <dependency>
          <groupId>com.google.inject</groupId>
          <artifactId>guice</artifactId>
          <classifier>classes</classifier>
        </dependency>
        <dependency>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed May 22 14:07:09 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  4. tensorflow/cc/saved_model/testdata/half_plus_two_pbtxt/00000123/saved_model.pbtxt

            value {
              b: true
            }
          }
        }
        node {
          name: "init"
          op: "NoOp"
          input: "^a/Assign"
          input: "^b/Assign"
          input: "^c/Assign"
        }
        node {
          name: "group_deps"
          op: "NoOp"
          input: "^Assign"
        }
        node {
          name: "save/Const"
          op: "Const"
          attr {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 26 01:10:27 UTC 2017
    - 46.9K bytes
    - Viewed (0)
  5. maven-compat/src/main/java/org/apache/maven/artifact/repository/LegacyLocalRepositoryManager.java

            }
    
            return result;
        }
    
        public void add(RepositorySystemSession session, LocalArtifactRegistration request) {
            // noop
        }
    
        public void add(RepositorySystemSession session, LocalMetadataRegistration request) {
            // noop
        }
    
        static class ArtifactMetadataAdapter implements ArtifactMetadata {
    
            private final Metadata metadata;
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Feb 28 07:40:37 UTC 2024
    - 12.2K bytes
    - Viewed (0)
  6. subprojects/core/src/main/java/org/gradle/api/internal/DefaultDomainObjectCollection.java

            } else {
                // We don't know the type of element in the provider, so we assume it's the type of the collection
                DefaultListProperty<T> defaultListProperty = new DefaultListProperty<T>(PropertyHost.NO_OP, Cast.uncheckedCast(getType()));
                defaultListProperty.convention(provider);
                providerInternal = defaultListProperty;
            }
            store.addPendingCollection(providerInternal);
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 05 19:36:14 UTC 2023
    - 15.7K bytes
    - Viewed (0)
  7. platforms/core-configuration/model-core/src/test/groovy/org/gradle/internal/snapshot/impl/DefaultIsolatableFactoryTest.groovy

            !copy.get().is(originalValue)
        }
    
        def "creates isolated map property"() {
            def originalMap = [a: 1, b: 2]
            def original = new DefaultMapProperty(PropertyHost.NO_OP, String, Number)
            original.set(originalMap)
    
            given:
            1 * managedFactoryRegistry.lookup(_) >> new ManagedFactories.MapPropertyManagedFactory(TestUtil.propertyFactory())
    
            expect:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 17K bytes
    - Viewed (0)
  8. subprojects/core/src/test/groovy/org/gradle/api/internal/tasks/execution/ExecuteActionsTaskExecuterTest.groovy

            getOutputFilesProducedByWork() >> ImmutableSortedMap.of()
        }
        def validationContext = new DefaultWorkValidationContext(WorkValidationContext.TypeOriginInspector.NO_OP)
        def executionContext = Mock(TaskExecutionContext)
        def scriptSource = Mock(ScriptSource)
        def standardOutputCapture = Mock(StandardOutputCapture)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 08 13:46:07 UTC 2024
    - 19.8K bytes
    - Viewed (0)
  9. Makefile.core.mk

    GOPATH ?= $(shell cd ${ISTIO_GO}/../../..; pwd)
    export GOPATH
    
    # If GOPATH is made up of several paths, use the first one for our targets in this Makefile
    GO_TOP := $(shell echo ${GOPATH} | cut -d ':' -f1)
    export GO_TOP
    
    GO ?= go
    
    GOARCH_LOCAL := $(TARGET_ARCH)
    GOOS_LOCAL := $(TARGET_OS)
    
    #-----------------------------------------------------------------------------
    # Output control
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Jun 02 19:53:04 UTC 2024
    - 23.2K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/quantization/tensorflow/python/BUILD

        ],
    )
    
    pytype_strict_library(
        name = "quantize_model_test_base",
        testonly = 1,
        srcs = ["integration_test/quantize_model_test_base.py"],
        tags = ["no_pip"],
        deps = [
            ":representative_dataset",
            "//tensorflow:tensorflow_py",
            "//tensorflow/core:protos_all_py",
            "//tensorflow/python/client:session",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 18.8K bytes
    - Viewed (0)
Back to top