Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 390 for determinant (0.14 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/passes/prepare_quantize_drq.cc

          return failure();
        }
    
        return success();
      }
    
     private:
      // Mark users that are applicable for dynamic range quantization where the
      // criteria for determining quantizable ops differs by the inference type.
      bool getQuantizableOps(arith::ConstantOp op,
                             QuantizationUnits& quantizable_ops) const {
        // Non-float tensors do not need quantization.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 11.5K bytes
    - Viewed (0)
  2. subprojects/core/src/integTest/groovy/org/gradle/execution/commandline/CommandLineIntegrationTest.groovy

                .run()
        }
    
        @Requires([UnitTestPreconditions.Symlinks, IntegTestPreconditions.NotEmbeddedExecutor])
        def "resolves links when determining home directory"() {
            when:
            def script = file('bin/my app')
            script.parentFile.createDir()
            script.createLink(distribution.gradleHomeDir.file('bin/gradle'))
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 15:21:22 UTC 2024
    - 12K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/quantization/stablehlo/passes/quantize_weight.cc

        }
        return success();
      }
    
     private:
      const QuantizationComponentSpec quantization_component_spec_;
      // Marks users that are applicable for quantization where the criteria for
      // determining quantizable ops differs by the inference type.
      QuantizationUnits GetQuantizableOps(ConstantOp op) const {
        // Non-float tensors do not need quantization.
        QuantizationUnits quantizable_ops;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 9.9K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/quantization/common/ir/QuantOps.td

      let summary = [{
        Indicates that one point of the computation is coupled to another.
      }];
    
      let description = [{
        Ordinarily, relationships between ops for the purposes of determining
        compatible quantized types is explicit based on the use-def chain. However,
        in some situations, a use may be separated from its def by arbitrary
        external connections. In such a case, during analysis, all coupled_ref
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jan 09 03:10:59 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/quantization/ir/QuantOps.td

      let summary = [{
        Indicates that one point of the computation is coupled to another.
      }];
    
      let description = [{
        Ordinarily, relationships between ops for the purposes of determining
        compatible quantized types is explicit based on the use-def chain. However,
        in some situations, a use may be separated from its def by arbitrary
        external connections. In such a case, during analysis, all coupled_ref
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Oct 13 12:46:08 UTC 2022
    - 10.2K bytes
    - Viewed (0)
  6. src/cmd/go/internal/modfetch/sumdb.go

    	if false {
    		fmt.Fprintf(os.Stderr, "%.3fs %s\n", time.Since(start).Seconds(), targ.Redacted())
    	}
    	return data, err
    }
    
    // initBase determines the base URL for connecting to the database.
    // Determining the URL requires sending network traffic to proxies,
    // so this work is delayed until we need to download something from
    // the database. If everything we need is in the local cache and
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 20 15:02:47 UTC 2023
    - 9.1K bytes
    - Viewed (0)
  7. architecture/networking/pilot.md

    Despite this expectation in SotW, due to a quirk in the protocol we can actually enable one of our most important optimizations. XDS types form a tree,...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 07 17:53:24 UTC 2024
    - 19.1K bytes
    - Viewed (0)
  8. platforms/core-runtime/wrapper-main/src/executable/resources/META-INF/LICENSE

          implied, including, without limitation, any warranties or conditions
          of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
          PARTICULAR PURPOSE. You are solely responsible for determining the
          appropriateness of using or redistributing the Work and assume any
          risks associated with Your exercise of permissions under this License.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 05:54:32 UTC 2024
    - 9.9K bytes
    - Viewed (0)
  9. licenses/github.com/spf13/cobra/LICENSE.txt

          implied, including, without limitation, any warranties or conditions
          of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
          PARTICULAR PURPOSE. You are solely responsible for determining the
          appropriateness of using or redistributing the Work and assume any
          risks associated with Your exercise of permissions under this License.
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Oct 26 02:47:39 UTC 2019
    - 9.9K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/quantization/tensorflow/tests/duplicate_shape_determining_constants.mlir

    // RUN: tf-quant-opt %s -split-input-file -verify-diagnostics \
    // RUN:   -quant-duplicate-shape-determining-constants | FileCheck %s
    
    // CHECK-LABEL: @duplicate_const_for_shape_determining_operand_at_idx_1
    // CHECK-SAME: (%[[ARG_0:.*]]: tensor<?x2xi32>)
    func.func private @duplicate_const_for_shape_determining_operand_at_idx_1(%arg0: tensor<?x2xi32>) -> tensor<?x2x1xi32> {
      %cst = "tf.Const"() {device = "", value = dense<2> : tensor<i32>} : () -> tensor<i32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Nov 24 07:44:46 UTC 2022
    - 11K bytes
    - Viewed (0)
Back to top