Search Options

Results per page
Sort
Preferred Languages
Advance

Results 221 - 230 of 668 for Koss (0.06 sec)

  1. tensorflow/compiler/jit/cluster_scoping_pass.cc

    // ensures Node_X and Node_Y are put into different clusters.  Without the
    // heuristic, they may be put into the same cluster and it can introduce
    // artificial dependencies and incur great performance loss.  In this example,
    // Node_Y becomes dependent on IteratorGetNext and the latencies add up if
    // Node_X and Node_Y are in the same cluster.
    //
    // IteratorGetNext -> Node_X -> Stage
    //
    // Unstage -> Node_Y
    //
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/tensorflow/BUILD

            "@llvm-project//mlir:Pass",
            "@llvm-project//mlir:ReconcileUnrealizedCasts",
            "@llvm-project//mlir:Transforms",
            "@local_xla//xla/mlir_hlo:mhlo_passes",
        ],
    )
    
    # OSS only: This target is header-only. Link `quantization_options_proto_impl` only to
    # `libtensorflow_framework.so` via `lib_internal_impl`. Do NOT link
    # `quantization_options_proto_impl` directly unless the target does not link
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 22:58:42 UTC 2024
    - 21.7K bytes
    - Viewed (0)
  3. pilot/pkg/leaderelection/k8sleaderelection/k8sresourcelock/interface.go

    // NewFromKubeconfig will create a lock of a given type according to the input parameters.
    // Timeout set for a client used to contact to Kubernetes should be lower than
    // RenewDeadline to keep a single hung request from forcing a leader loss.
    // Setting it to max(time.Second, RenewDeadline/2) as a reasonable heuristic.
    // nolint: lll
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 25 19:30:47 UTC 2022
    - 6K bytes
    - Viewed (0)
  4. docs/erasure/README.md

    ![Erasure](https://github.com/minio/minio/blob/master/docs/screenshots/erasure-code.jpg?raw=true)
    
    ## What is Bit Rot protection?
    
    Bit Rot, also known as data rot or silent data corruption is a data loss issue faced by disk drives today. Data on the drive may silently get corrupted without signaling an error has occurred, making bit rot more dangerous than a permanent hard drive failure.
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Sep 29 04:28:45 UTC 2022
    - 4.1K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tfr/examples/mnist/mnist_train.py

      accuracy = 0.0
      for step in range(flags.FLAGS.train_steps):
        accuracy, loss_value = distributed_train_step(next(iterator))
        if step % display_step == 0:
          tf.print('Step %d:' % step)
          tf.print('    Loss = %f' % loss_value)
          tf.print('    Batch accuracy = %f' % accuracy)
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Oct 20 03:05:18 UTC 2021
    - 6.5K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/compatibility/ArtifactAndClassifierCompatibilityIntegrationTest.groovy

                        }
                    }
                }
            }
        }
    
        /**
         * Test to demonstrate a real life use case.
         */
        def "existing oss library use case"() {
            given:
            repository {
                'org:mylib:1.0' {
                    dependsOn(group: 'com.google.inject', artifact: 'guice', version: '4.2.2', classifier: 'no_aop')
                }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 7.9K bytes
    - Viewed (0)
  7. android/pom.xml

          <id>sonatype-nexus-snapshots</id>
          <name>Sonatype Nexus Snapshots</name>
          <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
        </snapshotRepository>
        <repository>
          <id>sonatype-nexus-staging</id>
          <name>Nexus Release Repository</name>
          <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
        </repository>
        <site>
          <id>guava-site</id>
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jun 03 20:33:34 UTC 2024
    - 19.4K bytes
    - Viewed (0)
  8. pom.xml

          <id>sonatype-nexus-snapshots</id>
          <name>Sonatype Nexus Snapshots</name>
          <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
        </snapshotRepository>
        <repository>
          <id>sonatype-nexus-staging</id>
          <name>Nexus Release Repository</name>
          <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
        </repository>
        <site>
          <id>guava-site</id>
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jun 03 20:33:34 UTC 2024
    - 19K bytes
    - Viewed (0)
  9. LICENSES/vendor/sigs.k8s.io/json/LICENSE

          incidental, or consequential damages of any character arising as a
          result of this License or out of the use or inability to use the
          Work (including but not limited to damages for loss of goodwill,
          work stoppage, computer failure or malfunction, or any and all
          other commercial damages or losses), even if such Contributor
          has been advised of the possibility of such damages.
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Oct 20 17:12:08 UTC 2021
    - 12.8K bytes
    - Viewed (0)
  10. src/net/mail/message_test.go

    				{
    					Address: "******@****.***",
    				},
    				{
    					Name:    "Who?",
    					Address: "******@****.***",
    				},
    			},
    		},
    		{
    			`<boss@nil.test>, "Giant; \"Big\" Box" <******@****.***>`,
    			[]*Address{
    				{
    					Address: "boss@nil.test",
    				},
    				{
    					Name:    `Giant; "Big" Box`,
    					Address: "******@****.***",
    				},
    			},
    		},
    		// RFC 5322, Appendix A.6.1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 19 11:31:03 UTC 2024
    - 30.4K bytes
    - Viewed (0)
Back to top