Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 129 for excluding (0.14 sec)

  1. src/time/format.go

    // range -23 through +23 excluding zero.
    func parseGMT(value string) int {
    	value = value[3:]
    	if len(value) == 0 {
    		return 3
    	}
    
    	return 3 + parseSignedOffset(value)
    }
    
    // parseSignedOffset parses a signed timezone offset (e.g. "+03" or "-04").
    // The function checks for a signed number in the range -23 through +23 excluding zero.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 17:09:28 UTC 2024
    - 49.3K bytes
    - Viewed (0)
  2. configure.py

                print(
                    'ERROR: TensorFlow only supports small CUDA compute'
                    ' capabilities of sm_30 and higher. Please re-specify the list'
                    ' of compute capabilities excluding version %s.' % ver)
                all_valid = False
              if ver < 35:
                print('WARNING: XLA does not support CUDA compute capabilities '
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 10 04:32:44 UTC 2024
    - 53.8K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/types/type.go

    	// TSLICE: Slice
    	// TSSA: string
    	extra interface{}
    
    	// width is the width of this Type in bytes.
    	width int64 // valid if Align > 0
    
    	// list of base methods (excluding embedding)
    	methods fields
    	// list of all methods (including embedding)
    	allMethods fields
    
    	// canonical OTYPE node for a named type (should be an ir.Name node with same sym)
    	obj Object
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 04 14:29:45 UTC 2024
    - 49.5K bytes
    - Viewed (0)
  4. src/math/big/float_test.go

    		testFloatRound(t, -x, -z, prec, ToPositiveInf)
    	}
    }
    
    // TestFloatRound24 tests that rounding a float64 to 24 bits
    // matches IEEE 754 rounding to nearest when converting a
    // float64 to a float32 (excluding denormal numbers).
    func TestFloatRound24(t *testing.T) {
    	const x0 = 1<<26 - 0x10 // 11...110000 (26 bits)
    	for d := 0; d <= 0x10; d++ {
    		x := float64(x0 + d)
    		f := new(Float).SetPrec(24).SetFloat64(x)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 51.9K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/authoring-builds/gradle-properties/working_with_files.adoc

    It provides a flexible and expressive way to specify complex file copying operations, including filtering files based on patterns, renaming files, and including/excluding files based on various criteria.
    
    `CopySpec` instances are used in the `Copy` task to specify the files and directories to be copied.
    
    `CopySpec` has two important attributes:
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 04:19:09 UTC 2024
    - 70.5K bytes
    - Viewed (0)
  6. .bazelrc

    build:nvcc_clang --action_env=TF_NVCC_CLANG="1"
    build:nvcc_clang --@local_config_cuda//:cuda_compiler=nvcc
    
    
    # Debug config
    build:dbg -c dbg
    # Only include debug info for files under tensorflow/, excluding kernels, to
    # reduce the size of the debug info in the binary. This is because if the debug
    # sections in the ELF binary are too large, errors can occur. See
    # https://github.com/tensorflow/tensorflow/issues/48919.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 17:12:54 UTC 2024
    - 52.9K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/flatbuffer_import.cc

        }
        if (cst.use_empty()) cst.erase();
      });
      return func;
    }
    
    // Helper method that returns the index of the tensor with name 'tensor_name'
    // in the list of tensor names 'tensors'. It allows excluding some indices.
    int GetTensorIndex(const std::string& tensor_name,
                       llvm::SmallVector<llvm::StringRef, 2> tensors,
                       const std::set<int>& exclude_indices = {}) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 66.8K bytes
    - Viewed (0)
  8. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/CopyTaskIntegrationSpec.groovy

            then:
            succeeds "c"
    
            and:
            file("out/nested/b.txt").text == "bar"
        }
    
        @Issue("GRADLE-3418")
        def "can copy files with #filePath in path when excluding #pattern"() {
            given:
            file("test/${filePath}/a.txt").touch()
    
            buildScript """
                task copy(type: Copy) {
                    into "out"
                    from "test"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 15:21:23 UTC 2024
    - 67.9K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/transforms/optimize_patterns.td

        ".drop_back("#skip_last#").drop_front("#skip_first#"))">>;
    
    // Returns true if the broadcast dimension of a tensor is [1]
    // here- broadcast dimension is first prefix dimension
    // excluding the last two dimensions
    def IsBroadcastDimEqualToOne : Constraint<CPred<
      "$0.getType().dyn_cast<ShapedType>().getShape()[0] == 1">>;
    
    // Pattern to fuse/fold the reshape ops around TFL_BatchMatMulOp
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 66.4K bytes
    - Viewed (0)
  10. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
    // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
    // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
    // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
    // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
    // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 67.2K bytes
    - Viewed (0)
Back to top