Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 507 for Tpaddings (0.12 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/passes/lift_quantizable_spots_as_functions_drq.td

        $explicit_paddings, IsDataFormatNHWC:$data_format, $dilations),
      (LiftAsTFPartitionedCall<"composite_conv2d_fn">
        (ArgumentList $input, $filter),
        (ResultList $res),
        (NamedAttributeList
          (NamedAttr<"strides"> $strides),
          (NamedAttr<"use_cudnn_on_gpu"> $use_cudnn_on_gpu),
          (NamedAttr<"padding"> $padding),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun Dec 10 05:52:02 UTC 2023
    - 3.9K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/css/print.css

        color: black;
    }
    
    .book .titlepage div.title {
        text-align: right;
        page-break-after: always;
        border: none;
        background-color: white;
        margin: 0;
        padding-top: 24%;
        padding-left: 0;
        padding-right: 5%;
        padding-bottom: 0;
    }
    
    .toc {
        page-break-before: always;
    }
    
    .toc * {
        line-height: 120%;
    }
    
    /**
     * Chapter and Appendix title page
     */
    
    .chapter {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  3. src/main/webapp/css/admin/plugins/daterangepicker/daterangepicker.css

    .daterangepicker .calendar-table .next span, .daterangepicker .calendar-table...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 13 04:21:06 UTC 2020
    - 7.9K bytes
    - Viewed (0)
  4. src/fmt/format.go

    	// Make enough room for padding.
    	if newLen > cap(buf) {
    		buf = make(buffer, cap(buf)*2+n)
    		copy(buf, *f.buf)
    	}
    	// Decide which byte the padding should be filled with.
    	padByte := byte(' ')
    	// Zero padding is allowed only to the left.
    	if f.zero && !f.minus {
    		padByte = byte('0')
    	}
    	// Fill padding with padByte.
    	padding := buf[oldLen:newLen]
    	for i := range padding {
    		padding[i] = padByte
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:31:55 UTC 2024
    - 13.8K bytes
    - Viewed (0)
  5. src/syscall/ztypes_freebsd_amd64.go

    	_statfsVersion = 0x20140518
    	_dirblksiz     = 0x400
    )
    
    type Stat_t struct {
    	Dev           uint64
    	Ino           uint64
    	Nlink         uint64
    	Mode          uint16
    	Padding0      int16
    	Uid           uint32
    	Gid           uint32
    	Padding1      int32
    	Rdev          uint64
    	Atimespec     Timespec
    	Mtimespec     Timespec
    	Ctimespec     Timespec
    	Birthtimespec Timespec
    	Size          int64
    	Blocks        int64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 8K bytes
    - Viewed (0)
  6. src/encoding/base32/base32.go

    func (enc Encoding) WithPadding(padding rune) *Encoding {
    	switch {
    	case padding < NoPadding || padding == '\r' || padding == '\n' || padding > 0xff:
    		panic("invalid padding")
    	case padding != NoPadding && enc.decodeMap[byte(padding)] != invalidIndex:
    		panic("padding contained in alphabet")
    	}
    	enc.padChar = padding
    	return &enc
    }
    
    /*
     * Encoder
     */
    
    // Encode encodes src using the encoding enc,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 14 16:25:54 UTC 2024
    - 15.9K bytes
    - Viewed (0)
  7. src/syscall/ztypes_freebsd_arm.go

    	_statfsVersion = 0x20140518
    	_dirblksiz     = 0x400
    )
    
    type Stat_t struct {
    	Dev           uint64
    	Ino           uint64
    	Nlink         uint64
    	Mode          uint16
    	Padding0      int16
    	Uid           uint32
    	Gid           uint32
    	Padding1      int32
    	Rdev          uint64
    	Atimespec     Timespec
    	Mtimespec     Timespec
    	Ctimespec     Timespec
    	Birthtimespec Timespec
    	Size          int64
    	Blocks        int64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 8K bytes
    - Viewed (0)
  8. src/syscall/ztypes_freebsd_arm64.go

    	_statfsVersion = 0x20140518
    	_dirblksiz     = 0x400
    )
    
    type Stat_t struct {
    	Dev           uint64
    	Ino           uint64
    	Nlink         uint64
    	Mode          uint16
    	Padding0      int16
    	Uid           uint32
    	Gid           uint32
    	Padding1      int32
    	Rdev          uint64
    	Atimespec     Timespec
    	Mtimespec     Timespec
    	Ctimespec     Timespec
    	Birthtimespec Timespec
    	Size          int64
    	Blocks        int64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 8K bytes
    - Viewed (0)
  9. platforms/documentation/docs-asciidoctor-extensions-base/src/main/resources/multi-language-samples.css

        background-size: 11px 11px;
        padding-left: 2.3em;
    }
    
    .multi-language-selector {
        display: block;
    }
    
    .multi-language-selector .language-option[data-lang='groovy'] {
        background-position: 20px center;
        padding-left: 32px;
    }
    
    .multi-language-selector .language-option[data-lang='kotlin'] {
        background-position: 30px center;
        padding-left: 27px;
    }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jan 25 00:27:34 UTC 2024
    - 19.7K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/tests/decompose-hybrid-quantization.mlir

      // CHECK-DAG: %[[VAL2:.+]] = "tfl.conv_2d"(%arg0, %[[VAL0]], %[[VAL1]]) <{dilation_h_factor = 1 : i32, dilation_w_factor = 1 : i32, fused_activation_function = "NONE", padding = "SAME", stride_h = 1 : i32, stride_w = 1 : i32}>
      // CHECK: return %[[VAL2]]
      %0 = "tfl.pseudo_const"() {value = dense<42> : tensor<16x1x1x8xi8>} : () -> tensor<16x1x1x8xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 13.1K bytes
    - Viewed (0)
Back to top