Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 20 for has_input (0.17 sec)

  1. subprojects/core/src/integTest/groovy/org/gradle/api/internal/project/taskfactory/TaskPropertyNamingIntegrationTest.groovy

                    // Trigger calculating unnamed property names
                    inputs.hasInputs
    
                    // Register another unnamed property
                    inputs.file("input-2.txt")
                    // Trigger calculating unnamed property names again
                    inputs.hasInputs
    
                    // Register first unnamed property
                    outputs.file("output-1.txt")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 21 19:38:50 UTC 2022
    - 16.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/transforms/optimize_patterns.td

      (TFL_SoftmaxOp
        (TFL_SubOp:$sub $input,
          (TFL_ReduceMaxOp:$max $max_input, (Arith_ConstantOp I32ElementsAttr: $axes),
                                ConstBoolAttrTrue),
        TFL_AF_None),
        $beta),
      (TFL_SoftmaxOp $input, $beta),
      [(IsSame $input, $max_input),
       (AxesIsLastDimension $axes, $max_input),
       (HasOneUse $sub),
       (HasOneUse $max)]>;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 66.4K bytes
    - Viewed (0)
  3. platforms/core-configuration/model-core/src/main/java/org/gradle/model/internal/registry/DefaultModelRegistry.java

            }
    
            @Override
            public boolean isAchieved() {
                for (ModelNodeInternal child : scopeNode.getLinks()) {
                    if (!child.isAtLeast(Discovered) && !hasInputs(new NodeAtState(child.getPath(), Discovered))) {
                        return false;
                    }
                }
                return true;
            }
    
            @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 15:40:00 UTC 2024
    - 45.7K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/transforms/lower_tf.cc

        // [0, 1] is symmetric across the line Y=0.5.
        Value abs_input = rewriter.create<AbsOp>(loc, input);
        Value abs_input_floor = rewriter.create<FloorOp>(loc, abs_input);
        Value abs_frac_input =
            rewriter.create<SubOp>(loc, abs_input, abs_input_floor);
    
        // Convert values of abs_frac_input > 0.5 to (1 - frac_input) to improve
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 74.9K bytes
    - Viewed (0)
  5. pkg/ctrlz/assets/static/js/prism-1.14.0.min.js

    t|dir|divmod|enumerate|eval|execfile|file|filter|float|format|frozenset|getattr|globals|hasattr|hash|help|hex|id|input|int|intern|isinstance|issubclass|iter|len|list|locals|long|map|max|memoryview|min|next|object|oct|open|ord|pow|property|range|raw_input|reduce|reload|repr|reversed|round|set|setattr|slice|sorted|staticmethod|str|sum|super|tuple|type|unichr|unicode|vars|xrange|zip)\b/,boolean:/\b(?:True|False|None)\b/,number:/(?:\b(?=\d)|\B(?=\.))(?:0[bo])?(?:(?:\d|0x[\da-f])[\da-f]*\.?\d*|\.\d+)...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 16.3K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/ir/tfl_ops.cc

              raw_input + (input_flat_index * element_byte_size);
          std::memcpy(output_element_addr, input_element_addr, element_byte_size);
          // Increment the next output address to write to by bytes equal to
          // width of constiuent elements.
          output_element_addr += element_byte_size;
        } else {
          ComputePermutation(perms, output_shape, raw_input, element_byte_size,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 169.2K bytes
    - Viewed (0)
  7. src/syscall/zerrors_aix_ppc64.go

    	S_IFPSDIR                     = 0x8000000
    	S_IFPSSDIR                    = 0xc000000
    	S_IFREG                       = 0x8000
    	S_IFSOCK                      = 0xc000
    	S_IFSYSEA                     = 0x30000000
    	S_INPUT                       = 0x1
    	S_IREAD                       = 0x100
    	S_IRGRP                       = 0x20
    	S_IROTH                       = 0x4
    	S_IRUSR                       = 0x100
    	S_IRWXG                       = 0x38
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 16:18:12 UTC 2019
    - 47.2K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc64.go

    	S_IFPSDIR                     = 0x8000000
    	S_IFPSSDIR                    = 0xc000000
    	S_IFREG                       = 0x8000
    	S_IFSOCK                      = 0xc000
    	S_IFSYSEA                     = 0x30000000
    	S_INPUT                       = 0x1
    	S_IREAD                       = 0x100
    	S_IRGRP                       = 0x20
    	S_IROTH                       = 0x4
    	S_IRUSR                       = 0x100
    	S_IRWXG                       = 0x38
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.7K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc.go

    	S_IFPSDIR                     = 0x8000000
    	S_IFPSSDIR                    = 0xc000000
    	S_IFREG                       = 0x8000
    	S_IFSOCK                      = 0xc000
    	S_IFSYSEA                     = 0x30000000
    	S_INPUT                       = 0x1
    	S_IREAD                       = 0x100
    	S_IRGRP                       = 0x20
    	S_IROTH                       = 0x4
    	S_IRUSR                       = 0x100
    	S_IRWXG                       = 0x38
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.4K bytes
    - Viewed (0)
  10. configure.py

    
    def is_s390x():
      return platform.machine() == 's390x'
    
    
    def is_cygwin():
      return platform.system().startswith('CYGWIN_NT')
    
    
    def get_input(question):
      try:
        try:
          answer = raw_input(question)
        except NameError:
          answer = input(question)  # pylint: disable=bad-builtin
      except EOFError:
        answer = ''
      return answer
    
    
    def symlink_force(target, link_name):
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 10 04:32:44 UTC 2024
    - 53.8K bytes
    - Viewed (0)
Back to top