Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 166 for distinguish (0.34 sec)

  1. tensorflow/compiler/mlir/lite/transforms/lift_tflite_flex_ops.cc

            handle.setType(resource_tensor_type);
          }
        }
    
        // Special type fixes for scalar tensor types.
        // TFLite flatbuffer schema doesn't distinguish scalar tensor shapes
        // and unranked tensor shapes (i.e. they are both represented as an empty
        // INT32 list), see b/138865275. MLIR importer conservatively treats them as
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  2. testing/soak/src/integTest/kotlin/org/gradle/kotlin/dsl/caching/ScriptCachingIntegrationTest.kt

            MultiProjectCachedScripts(
                cachedSettingsFile(
                    withSettings(
                        """
                        $settings
                        rootProject.name = "${projectRoot.name}" // distinguish settings files
                        include("right", "left")
                        """
                    ),
                    settings.contains("buildscript {"),
                    true
                ),
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 11:33:23 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  3. cni/pkg/iptables/iptables.go

    // Setup iptables rules for HOST netnamespace. Ideally this should be an idempotent function.
    // NOTE that this expects to be run from within the HOST network namespace!
    //
    // We need to do this specifically to be able to distinguish between traffic coming from different node-level processes
    // via the nodeIP
    // - kubelet (node-local healthchecks, which we do not capture)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 21:45:18 UTC 2024
    - 19.9K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/arch/x86/x86asm/gnu.go

    	case MOV:
    		// The 16-bit and 32-bit forms of MOV Sreg, dst and MOV src, Sreg
    		// cannot be distinguished when src or dst refers to memory, because
    		// Sreg is always a 16-bit value, even when we're doing a 32-bit
    		// instruction. Because the instruction tables distinguished these two,
    		// any operand size prefix has been marked as used (to decide which
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 21.4K bytes
    - Viewed (0)
  5. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest-typed-test.h

    // Finally, you are free to instantiate the pattern with the types you
    // want.  If you put the above code in a header file, you can #include
    // it in multiple C++ source files and instantiate it multiple times.
    //
    // To distinguish different instances of the pattern, the first
    // argument to the INSTANTIATE_* macro is a prefix that will be added
    // to the actual test case name.  Remember to pick unique prefixes for
    // different instances.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 10K bytes
    - Viewed (0)
  6. android/guava/src/com/google/common/util/concurrent/AbstractTransformFuture.java

         * StackOverflowError: We can't reliably call setException(error).
         *
         * - Any kind of Error from a listener. Even if we could distinguish that case (by exposing some
         * extra state from AbstractFuture), our options are limited: A call to setException() would be
         * a no-op. We could log, but if that's what we really want, we should modify
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 01 21:46:34 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  7. guava/src/com/google/common/util/concurrent/AbstractTransformFuture.java

         * StackOverflowError: We can't reliably call setException(error).
         *
         * - Any kind of Error from a listener. Even if we could distinguish that case (by exposing some
         * extra state from AbstractFuture), our options are limited: A call to setException() would be
         * a no-op. We could log, but if that's what we really want, we should modify
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 01 21:46:34 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  8. subprojects/core/src/main/java/org/gradle/api/internal/artifacts/dsl/dependencies/DependenciesExtensionModule.java

         *
         * <p>
         * Unfortunately, this method cannot be split into two methods, one for {@link Dependency} and one for {@link DependencyConstraint},
         * because Groovy cannot distinguish between the two.
         * </p>
         *
         * @param dependencyOrDependencyConstraint dependency or dependency constraint to add
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 22 14:04:39 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/debug/debug.cc

               absl::StrCat(absl::Hex(pass_counter_++, absl::kZeroPad8)));
        }
      }
    
     private:
      // Dumps the given op. `name` is used as part of the filename to help
      // distinguish dumps at different passes.
      void Dump(absl::string_view name, mlir::Operation* op,
                std::string prefix = "") {
        static constexpr char kFiletypeSuffix[] = "mlir";
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jan 10 02:44:52 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/gtest-typed-test.h

    // Finally, you are free to instantiate the pattern with the types you
    // want.  If you put the above code in a header file, you can #include
    // it in multiple C++ source files and instantiate it multiple times.
    //
    // To distinguish different instances of the pattern, the first
    // argument to the INSTANTIATE_* macro is a prefix that will be added
    // to the actual test case name.  Remember to pick unique prefixes for
    // different instances.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 10K bytes
    - Viewed (0)
Back to top