Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 25 for copy_v2 (0.12 sec)

  1. test/noinit.go

    var copy_f0 = f0
    var copy_f1 = f1
    
    // var copy_gx = gx
    var copy_g0 = g0
    var copy_g1 = g1
    
    // var copy_ix = ix
    var copy_i0 = i0
    var copy_i1 = i1
    
    // var copy_jx = jx
    var copy_j0 = j0
    var copy_j1 = j1
    
    // var copy_cx = cx
    var copy_c0 = c0
    var copy_c1 = c1
    
    // var copy_dx = dx
    var copy_d0 = d0
    var copy_d1 = d1
    
    // var copy_sx = sx
    var copy_s0 = s0
    var copy_s1 = s1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 14 17:57:36 UTC 2023
    - 6.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/tensorflow/python/py_function_lib.py

            # Construct the destination assets file path.
            curr_dst_dir = curr_dir.replace(src_assets_path, dst_assets_path)
            dst_asset_file = file_io.join(curr_dst_dir, asset_file_name)
    
            file_io.copy_v2(src_asset_file, dst_asset_file)
            logging.info(
                'Copied asset file: %s -> %s', src_asset_file, dst_asset_file
            )
    
    
    def _validate_representative_dataset(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 05:32:11 UTC 2024
    - 27.4K bytes
    - Viewed (0)
  3. tensorflow/compiler/jit/clone_constants_for_better_clustering.h

    //    would increase the amount of work on GPU 0 waiting on work on GPU 1.
    //    However, cloning Const into two copies, one for GPU_0_Y and one for GPU_1
    //    will let us create one cluster containing {Const/copy_0, GPU_1} and
    //    another containing {Const/copy_1, GPU_0_X, GPU_0_Y}.
    //
    // We only clone small host constants now to avoid increasing memory consumption
    // too much.  Moreover, in practice the constants we have to duplicate are
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jan 19 23:57:44 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  4. platforms/core-execution/persistent-cache/src/test/groovy/org/gradle/cache/internal/streams/DefaultValueStoreTest.groovy

            def copy1 = storeAndLoad(block1)
            def copy2 = storeAndLoad(block2)
    
            read(copy2) == "test 2"
            read(copy1) == "test 1"
        }
    
        def "can persist block address and read block later"() {
            expect:
            def block1 = write("test 1")
            def block2 = write("test 2")
    
            def copy1 = storeAndLoad(block1)
            def copy2 = storeAndLoad(block2)
    
            def dest = store()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:08:47 UTC 2023
    - 4.9K bytes
    - Viewed (0)
  5. platforms/core-configuration/model-core/src/test/groovy/org/gradle/internal/snapshot/impl/DefaultIsolatableFactoryTest.groovy

            def original2 = ["123"] as String[]
            def isolated2 = isolatableFactory.isolate(original2)
            isolated2 instanceof IsolatedArray
            def copy2 = isolated2.isolate()
            copy2 == ["123"] as String[]
            copy2.class == String[].class
            !copy2.is(original2)
        }
    
        def "creates isolated list"() {
            expect:
            def original1 = []
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 17K bytes
    - Viewed (0)
  6. platforms/core-execution/execution-e2e-tests/src/integTest/groovy/org/gradle/integtests/StaleOutputHistoryLossIntegrationTest.groovy

                    from file('source1')
                    into file('target')
                }
    
                task copy2(type: Copy) {
                    from file('source2')
                    into file('target')
                }
    
                task copyAll {
                    dependsOn copy1, copy2
                }
            """
    
            when:
            result = runWithMostRecentFinalRelease(taskPath)
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 04 10:15:40 UTC 2024
    - 19.2K bytes
    - Viewed (0)
  7. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheTaskSerializationIntegrationTest.groovy

            "TaskProvider"                   | "copy1"                | "[copy1]"
            "Array[Task, TaskProvider]"      | "copy1.get(), copy2"   | "[copy1, copy2]"
            "Collection(Task, TaskProvider)" | "[copy1.get(), copy2]" | "[copy1, copy2]"
        }
    
        def "using a tasks from another project as 'files(#type)' input is prohibited"() {
            settingsFile << """
                include ':foo'
            """
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 12.5K bytes
    - Viewed (0)
  8. platforms/core-configuration/model-core/src/test/groovy/org/gradle/internal/instantiation/generator/AsmBackedClassGeneratedManagedStateTest.groovy

            state2.length == 2
            state2[0] == "name"
            state2[1] == [12] as Set
    
            def copy2 = managedFactoryRegistry.lookup(bean.getFactoryId()).fromState(InterfaceBean, state2)
            !copy2.is(bean)
            copy2.name == "name"
            copy2.numbers == [12] as Set
        }
    
        def canConstructInstanceOfInterfaceWithPrimitivePropertyGetterAndSetter() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 16.2K bytes
    - Viewed (0)
  9. src/main/resources/fess_indices/fess/doc.json

    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Tue Aug 15 11:50:35 UTC 2023
    - 11.8K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/tests/tpu-dynamic-layout-pass.mlir

      // CHECK-DAG: %[[COPY2:.*]] = "tf.TPUCopyWithLayout"(%[[ITER1]]#0, %[[LAYOUT0]]) {device = "/device:TPU:1"}
      // CHECK-DAG: %[[COPY3:.*]] = "tf.TPUCopyWithLayout"(%[[ITER1]]#1, %[[LAYOUT1]]) {device = "/device:TPU:1"}
      // CHECK: tf_device.replicate([%[[COPY0]], %[[COPY2]]] as %[[R0:.*]]: tensor<3x3x1x32xf32>, [%[[COPY1]], %[[COPY3]]] as %[[R1:.*]]: tensor<3x3x1x32xf32>)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 31 08:59:10 UTC 2023
    - 29.6K bytes
    - Viewed (0)
Back to top