Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 145 for Size (0.05 sec)

  1. tensorflow/c/c_api.cc

      size_t size = results.missing_unused_input_map_keys.size();
      tf_results->missing_unused_key_names.resize(size);
      tf_results->missing_unused_key_indexes.resize(size);
    
      for (int i = 0; i < size; ++i) {
        TensorId id = results.missing_unused_input_map_keys[i];
        tf_results->missing_unused_key_names_data.emplace_back(id.first);
        tf_results->missing_unused_key_names[i] =
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 15 03:35:10 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/windows/types_windows.go

    }
    
    type CertStrongSignPara struct {
    	Size                      uint32
    	InfoChoice                uint32
    	InfoOrSerializedInfoOrOID unsafe.Pointer
    }
    
    type CryptProtectPromptStruct struct {
    	Size        uint32
    	PromptFlags uint32
    	App         HWND
    	Prompt      *uint16
    }
    
    type CertChainFindByIssuerPara struct {
    	Size                   uint32
    	UsageIdentifier        *byte
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 104.1K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/quantization/tensorflow/python/integration_test/quantize_model_test.py

                low=-1.0, high=1.0, size=(4, 3)
            ).astype('f4')
            self.bias_0 = np.random.uniform(low=-1.0, high=1.0, size=(3,)).astype(
                'f4'
            )
    
            self.filters_1 = np.random.uniform(
                low=-1.0, high=1.0, size=(4, 3)
            ).astype('f4')
            self.bias_1 = np.random.uniform(low=-1.0, high=1.0, size=(3,)).astype(
                'f4'
            )
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 235.6K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/stablehlo/transforms/uniform_quantized_stablehlo_to_tfl_pass.cc

          return failure();
        }
        // Checking one side is enough since
        // (C1) size(lhs_batching_dimensions) = size(rhs_batching_dimensions).
        if (num_lhs_contracting_dims != 1) {
          // Check one side is enough since
          // (C2) size(lhs_contracting_dimensions) =
          // size(rhs_contracting_dimensions).
          LLVM_DEBUG(llvm::dbgs() << "Failed to match contract dimension for "
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 22 09:00:19 UTC 2024
    - 99.8K bytes
    - Viewed (0)
  5. src/reflect/value.go

    	if valueRegs != nil {
    		*valueRegs = methodRegs
    	}
    	if retSize := methodFrameType.Size() - methodABI.retOffset; retSize > 0 {
    		valueRet := add(valueFrame, valueABI.retOffset, "valueFrame's size > retOffset")
    		methodRet := add(methodFrame, methodABI.retOffset, "methodFrame's size > retOffset")
    		// This copies to the stack. Write barriers are not needed.
    		memmove(valueRet, methodRet, retSize)
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/windows/zsyscall_windows.go

    	var _p0 *uint16
    	_p0, err = syscall.UTF16PtrFromString(str)
    	if err != nil {
    		return
    	}
    	return _convertStringSecurityDescriptorToSecurityDescriptor(_p0, revision, sd, size)
    }
    
    func _convertStringSecurityDescriptorToSecurityDescriptor(str *uint16, revision uint32, sd **SECURITY_DESCRIPTOR, size *uint32) (err error) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 195.8K bytes
    - Viewed (0)
  7. src/debug/elf/elf.go

    	DT_RELA         DynTag = 7  /* Address of ElfNN_Rela relocations. */
    	DT_RELASZ       DynTag = 8  /* Total size of ElfNN_Rela relocations. */
    	DT_RELAENT      DynTag = 9  /* Size of each ElfNN_Rela relocation entry. */
    	DT_STRSZ        DynTag = 10 /* Size of string table. */
    	DT_SYMENT       DynTag = 11 /* Size of each symbol table entry. */
    	DT_INIT         DynTag = 12 /* Address of initialization function. */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 00:01:16 UTC 2024
    - 134.6K bytes
    - Viewed (0)
  8. src/cmd/internal/obj/arm64/asm7.go

    		r := int((p.Reg) & 31)
    
    		Q := 0
    		size := 0
    		switch af {
    		case ARNG_16B:
    			Q = 1
    			size = 0
    		case ARNG_2D:
    			Q = 1
    			size = 3
    		case ARNG_2S:
    			Q = 0
    			size = 2
    		case ARNG_4H:
    			Q = 0
    			size = 1
    		case ARNG_4S:
    			Q = 1
    			size = 2
    		case ARNG_8B:
    			Q = 0
    			size = 0
    		case ARNG_8H:
    			Q = 1
    			size = 1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/tests/shape_inference.mlir

        %elem_shape = "tf.Const"() {value = dense<[-1, 1]> : tensor<2xi32>} : () -> tensor<2xi32>
        %size = "tf.Const"() {value = dense<10> : tensor<i32>} : () -> tensor<i32>
        %elem = "tf._SomeOp"() : () -> tensor<16x1xf32>
        // CHECK: EmptyTensorList
        // CHECK-SAME: tensor<!tf_type.variant<tensor<16x1xf32>>>
        %tl_0 = "tf.EmptyTensorList"(%elem_shape, %size) : (tensor<2xi32>, tensor<i32>) -> tensor<!tf_type.variant<tensor<?x1xf32>>>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jan 23 17:24:10 UTC 2024
    - 167.4K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

        controls_to_idx.insert({control_and_idx.value(), control_and_idx.index()});
    
      if (controls_to_idx.size() != control_outputs.size())
        return errors::InvalidArgument("Control outputs must be unique");
    
      control_ret_nodes->resize(controls_to_idx.size());
    
      for (auto* node : GetOrderedNodes()) {
        auto it = controls_to_idx.find(node->name());
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
Back to top