Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 129 for naked (1.31 sec)

  1. src/cmd/link/internal/ppc64/asm.go

    //
    // These functions are defined in the ELFv2 ABI (generated when using gcc -Os option) to save and
    // restore callee-saved registers (as defined in the PPC64 ELF ABIs) from registers n or m to 31 of
    // the named type. R12 and R0 are sometimes used in exceptional ways described in the ABI.
    //
    // Final note, this is only needed when linking internally. The external linker will generate these
    // functions if they are used.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 19 20:54:08 UTC 2024
    - 63.7K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.31.md

    - Allow creating ServiceAccount tokens bound to Node objects.
      This allows users to bind a service account token's validity to a named Node object, similar to Pod bound tokens.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 20:34:14 UTC 2024
    - 60.3K bytes
    - Viewed (0)
  3. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

      }
    
     private:
      GTEST_DISALLOW_COPY_AND_ASSIGN_(Mutex);
    };
    
    // We cannot name this class MutexLock as the ctor declaration would
    // conflict with a macro named MutexLock, which is defined on some
    // platforms.  Hence the typedef trick below.
    class GTestMutexLock {
     public:
      explicit GTestMutexLock(MutexBase* mutex)
          : mutex_(mutex) { mutex_->Lock(); }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 67.2K bytes
    - Viewed (0)
  4. src/go/printer/nodes.go

    			if i > 0 {
    				p.linebreak(p.lineFor(f.Pos()), 1, ignore, p.linesFrom(line) > 0)
    			}
    			extraTabs := 0
    			p.setComment(f.Doc)
    			p.recordLine(&line)
    			if len(f.Names) > 0 {
    				// named fields
    				p.identList(f.Names, false)
    				p.print(sep)
    				p.expr(f.Type)
    				extraTabs = 1
    			} else {
    				// anonymous field
    				p.expr(f.Type)
    				extraTabs = 2
    			}
    			if f.Tag != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 17 18:53:17 UTC 2023
    - 52.6K bytes
    - Viewed (0)
  5. common-protos/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

      // presented as-is to a reader.
      // +optional
      optional string message = 2;
    
      // The field of the resource that has caused this error, as named by its JSON
      // serialization. May include dot and postfix notation for nested attributes.
      // Arrays are zero-indexed.  Fields may appear more than once in an array of
      // causes due to fields having multiple errors.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

      // presented as-is to a reader.
      // +optional
      optional string message = 2;
    
      // The field of the resource that has caused this error, as named by its JSON
      // serialization. May include dot and postfix notation for nested attributes.
      // Arrays are zero-indexed.  Fields may appear more than once in an array of
      // causes due to fields having multiple errors.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 53.7K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

      }
    
     private:
      GTEST_DISALLOW_COPY_AND_ASSIGN_(Mutex);
    };
    
    // We cannot name this class MutexLock as the ctor declaration would
    // conflict with a macro named MutexLock, which is defined on some
    // platforms.  Hence the typedef trick below.
    class GTestMutexLock {
     public:
      explicit GTestMutexLock(MutexBase* mutex)
          : mutex_(mutex) { mutex_->Lock(); }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 67.2K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/tests/resource_op_lifting.mlir

        tf_device.return %4 : tensor<*xi32>
      }) {cluster_attr = "cluster_attr"} : () -> tensor<*xi32>
    
      // CHECK: return %[[CLUSTER_RES]]
      return %1 : tensor<*xi32>
    }
    
    // -----
    
    // Tests that named internal resource operations are not hoisted.
    
    // CHECK-LABEL: func @named_internal_resource
    func.func @named_internal_resource() -> tensor<*xi32> {
    
      // CHECK: %[[CLUSTER_RES:[0-9]*]] = "tf_device.cluster"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 74K bytes
    - Viewed (0)
  9. src/crypto/x509/x509.go

    		return DSA
    	case oid.Equal(oidPublicKeyECDSA):
    		return ECDSA
    	case oid.Equal(oidPublicKeyEd25519):
    		return Ed25519
    	}
    	return UnknownPublicKeyAlgorithm
    }
    
    // RFC 5480, 2.1.1.1. Named Curve
    //
    //	secp224r1 OBJECT IDENTIFIER ::= {
    //	  iso(1) identified-organization(3) certicom(132) curve(0) 33 }
    //
    //	secp256r1 OBJECT IDENTIFIER ::= {
    //	  iso(1) member-body(2) us(840) ansi-X9-62(10045) curves(3)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 09:20:15 UTC 2024
    - 82K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/transforms/sparsecore/embedding_pipelining.cc

        func::FuncOp parent_func, ModuleOp module, const std::string& name,
        bool flag_for_inlining) {
      // Moves all of the Operations in 'ops' into a newly created func.FuncOp
      // function named 'name' and replaces the original ops with a call to the
      // newly created function using a tf.StatefulPartitionedCall. Here,
      // 'parent_func' is the function that holds the original set of ops.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 92.9K bytes
    - Viewed (0)
Back to top