Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 32 for INC (0.06 sec)

  1. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // aaa : 2015-02-26 American Automobile Association, Inc.
    aaa
    
    // aarp : 2015-05-21 AARP
    aarp
    
    // abarth : 2015-07-30 Fiat Chrysler Automobiles N.V.
    abarth
    
    // abb : 2014-10-24 ABB Ltd
    abb
    
    // abbott : 2014-07-24 Abbott Laboratories, Inc.
    abbott
    
    // abbvie : 2015-07-30 AbbVie Inc.
    abbvie
    
    // abc : 2015-07-30 Disney Enterprises, Inc.
    abc
    
    // able : 2015-06-25 Able Inc.
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/ir/tfl_ops.cc

    }  // namespace mlir
    
    #include "tensorflow/compiler/mlir/lite/ir/tfl_ops_dialect.cc.inc"
    #include "tensorflow/compiler/mlir/lite/ir/tfl_ops_enums.cc.inc"
    #define GET_ATTRDEF_CLASSES
    #include "tensorflow/compiler/mlir/lite/ir/tfl_ops_attrdefs.cc.inc"
    #define GET_OP_CLASSES
    #include "tensorflow/compiler/mlir/lite/ir/tfl_ops.cc.inc"
    
    namespace mlir {
    namespace TFL {
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 169.2K bytes
    - Viewed (0)
  3. src/crypto/x509/x509_test.go

    		{certs[0].Subject,
    			"CN=mail.google.com,O=Google LLC,L=Mountain View,ST=California,C=US"},
    		{pkix.Name{
    			Organization: []string{"#Google, Inc. \n-> 'Alphabet\" "},
    			Country:      []string{"US"},
    		}, "O=\\#Google\\, Inc. \n-\\> 'Alphabet\\\"\\ ,C=US"},
    		{pkix.Name{
    			CommonName:   "foo.com",
    			Organization: []string{"Gopher Industries"},
    			ExtraNames: []pkix.AttributeTypeAndValue{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:00:16 UTC 2024
    - 163.4K bytes
    - Viewed (0)
  4. src/runtime/proc.go

    	}
    
    	pp.gFree.push(gp)
    	pp.gFree.n++
    	if pp.gFree.n >= 64 {
    		var (
    			inc      int32
    			stackQ   gQueue
    			noStackQ gQueue
    		)
    		for pp.gFree.n >= 32 {
    			gp := pp.gFree.pop()
    			pp.gFree.n--
    			if gp.stack.lo == 0 {
    				noStackQ.push(gp)
    			} else {
    				stackQ.push(gp)
    			}
    			inc++
    		}
    		lock(&sched.gFree.lock)
    		sched.gFree.noStack.pushAll(noStackQ)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  5. src/reflect/all_test.go

    		if b != byte(99) || x != 1000+inc {
    			t.Errorf("direct %s.M(1000, 99) = %v, %v, want 99, %v", name, b, x, 1000+inc)
    		}
    
    		CheckF(name+".M", i.Method(0).Interface().(func(int, byte) (byte, int)), inc)
    	}
    
    	var TinterType = TypeOf(new(Tinter)).Elem()
    
    	CheckI := func(name string, i any, inc int) {
    		v := ValueOf(i)
    		CheckV(name, v, inc)
    		CheckV("(i="+name+")", v.Convert(TinterType), inc)
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/transforms/optimize.cc

    namespace TFL {
    
    //===----------------------------------------------------------------------===//
    // The actual Optimize Pass.
    namespace {
    #define GEN_PASS_DEF_OPTIMIZEPASS
    #include "tensorflow/compiler/mlir/lite/transforms/passes.h.inc"
    
    constexpr char kRelu[] = "RELU";
    constexpr char kRelu6[] = "RELU6";
    constexpr char kRelu1[] = "RELU_N1_TO_1";
    
    ElementsAttr FlattenTo1D(Attribute a) {
      auto elements = mlir::cast<DenseElementsAttr>(a);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 00:40:15 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  7. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.jar

    NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. licenses/thoughtworks.TXT /********* * CruiseControl, a Continuous Integration Toolkit * Copyright (c) 2001-2003, ThoughtWorks, Inc. * 651 W Washington Ave. Suite 500 * Chicago, IL 60661 USA * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * + Redistributions...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 200.2K bytes
    - Viewed (0)
  8. src/debug/elf/elf.go

    	EM_EXCESS        Machine = 111 /* eXcess: 16/32/64-bit configurable embedded CPU */
    	EM_DXP           Machine = 112 /* Icera Semiconductor Inc. Deep Execution Processor */
    	EM_ALTERA_NIOS2  Machine = 113 /* Altera Nios II soft-core processor */
    	EM_CRX           Machine = 114 /* National Semiconductor CompactRISC CRX microprocessor */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 00:01:16 UTC 2024
    - 134.6K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/stablehlo/transforms/legalize_hlo.cc

    namespace mlir {
    namespace odml {
    namespace {
    
    #define DEBUG_TYPE "tf-legalize-hlo"
    
    #define GEN_PASS_DEF_LEGALIZEHLOTOTFPASS
    #include "tensorflow/compiler/mlir/lite/stablehlo/transforms/passes.h.inc"
    
    class LegalizeHloToTf : public impl::LegalizeHloToTfPassBase<LegalizeHloToTf> {
      /// Performs the legalization to the TF dialect.
      void runOnOperation() override;
    };
    
    using mhlo::DotDimensionNumbersAttr;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 154.9K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_a_m.cc

    #include "tensorflow/core/util/padding.h"
    #include "tensorflow/core/util/tensor_format.h"
    
    namespace mlir {
    namespace TF {
    
    namespace {
    #include "tensorflow/compiler/mlir/tensorflow/transforms/generated_canonicalize.inc"
    }  // namespace
    
    INFER_RETURN_TYPE_COMPONENTS_FROM_OPERANDS(AbsOp);
    INFER_RETURN_TYPE_COMPONENTS_FROM_OPERANDS(AcosOp);
    INFER_RETURN_TYPE_COMPONENTS_FROM_OPERANDS(AcoshOp);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 146.7K bytes
    - Viewed (0)
Back to top