Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 49 for Tpaddings (0.15 sec)

  1. fess-crawler/src/test/resources/extractor/eml/sample2.eml

    <td align="left" width="10" style="padding:0;margin:0;line-height:1px;font-size:1px;"></td>
    <td align="left" style="padding:0;margin:0;line-height:1px;font-size:1px;">
    <table align="left" cellpadding="0" cellspacing="0" border="0" style="padding:0px; margin:0px;padding:0;margin:0;line-height:1px;font-size:1px;">
    <tbody>
    <tr>
    <td align="left" style="padding:0;margin:0;line-height:1px;font-size:1px;">
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Jan 16 07:50:35 UTC 2016
    - 91.6K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/css/javadoc.css

        clear:left;
        float:left;
        padding:6px;
        text-transform:uppercase;
    }
    .sub-nav .sub-nav-list {
        padding-top:4px;
    }
    ul.nav-list {
        display:block;
        margin:0 25px 0 0;
        padding:0;
    }
    ul.sub-nav-list {
        float:left;
        margin:0 25px 0 0;
        padding:0;
    }
    ul.nav-list li {
        list-style:none;
        float:left;
        padding: 5px 6px;
        text-transform:uppercase;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 09 14:25:49 UTC 2024
    - 50.5K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/css/manual.css

    	body.toc2 {
    		padding-left: 20em;
    		padding-right: 0;
    	}
    
    	#toc.toc2 {
    		width: 20em;
    	}
    
    	#toc.toc2 #toctitle {
    		font-size: 1.375em;
    	}
    
    	#toc.toc2>ul {
    		font-size: 0.95em;
    	}
    
    	#toc.toc2 ul ul {
    		padding-left: 1.25em;
    	}
    
    	body.toc2.toc-right {
    		padding-left: 0;
    		padding-right: 20em;
    	}
    }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 72.6K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/tests/prepare-tf.mlir

       %2 = "tf.Conv2D"(%arg0, %arg1) {T = "tfdtype$DT_FLOAT", data_format = "NHWC",                           padding = "VALID", strides = [1, 4, 5, 1]} : (tensor<256x32x32x3xf32>, tensor<3x3x3x16xf32>) -> tensor<256x8x6x16xf32>
       // Unsupported padding
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 29 07:26:59 UTC 2024
    - 59.8K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/tests/lower_tf.mlir

      // CHECK-DAG: [[PADDED:%.+]] = "tf.PadV2"(%arg0, [[FULL_PADDINGS]], [[PAD_DEFAULT]])
      // CHECK-DAG: [[PADDINGS:%.+]]:2 = "tf.Unpack"([[FULL_PADDINGS]]) <{axis = 1 : i64}>
      // CHECK-DAG: [[PADDINGS_SUM:%.+]] = "tf.AddV2"([[PADDINGS]]#0, [[PADDINGS]]#1)
      // CHECK-DAG: [[INPUT_SHAPE:%.+]] = "tf.Const"() <{value = dense<[3, 5, 7, 10]> : tensor<4xi64>}>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Jan 05 18:35:42 UTC 2024
    - 92K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/transforms/optimize_patterns.td

                     $w_factor, TFL_AF_None, $padding, $stride_h, $stride_w)),
        (TFL_Conv2DOp $input, $filter, $bias, $h_factor, $w_factor, ActFnAttr,
            $padding, $stride_h, $stride_w),
        [(HasOneUse $conv_out)]>;
      def FuseActivationFuncWithDepthwiseConv#ActFnOp#ActFnAttr : Pat<
        (ActFnOp (TFL_DepthwiseConv2DOp:$conv_out $input, $filter, $bias, $h_factor,
                    $w_factor, TFL_AF_None, $padding, $stride_h, $stride_w,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 66.4K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/transforms/lower_tf.cc

    //
    // Before rewrite:
    //   output = SpaceToBatchND(input, block_shape, paddings)
    // Let:
    //   [batch] + spatial_shape + remaining_shape = input.shape
    //   M = spatial_shape.rank
    // After rewrite:
    //   padded = zero-pad input with paddings
    //     The spatial_shape component of input.shape pads with paddings[*, 0]
    //     before each dimension, and paddings[*, 1] after each dimension.
    //   reshaped = reshape padded to:
    //     [batch]
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 74.9K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/tests/prepare-quantize.mlir

          name = "avgpool", filter_height = 3 : i32, filter_width = 6 : i32, fused_activation_function = "NONE", padding = "VALID", stride_h = 3 : i32, stride_w = 1 : i32
        } : (tensor<1x224x224x3xf32>) -> tensor<1x224x224x3xf32>
      %6 = "tfl.conv_2d"(%5, %4, %cst) {
          dilation_h_factor = 1 : i32, dilation_w_factor = 1 : i32, fused_activation_function = "NONE", padding = "SAME", stride_h = 2 : i32, stride_w = 2 : i32
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 67.5K bytes
    - Viewed (0)
  9. src/crypto/tls/conn.go

    	good &= good << 1
    	good = uint8(int8(good) >> 7)
    
    	// Zero the padding length on error. This ensures any unchecked bytes
    	// are included in the MAC. Otherwise, an attacker that could
    	// distinguish MAC failures from padding failures could mount an attack
    	// similar to POODLE in SSL 3.0: given a good ciphertext that uses a
    	// full block's worth of padding, replace the final block with another
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/quantization/tensorflow/python/integration_test/quantize_model_test_base.py

            mean, variance = scale, offset
            out = nn_ops.conv2d(
                input_tensor,
                self.filters,
                strides=strides,
                dilations=dilations,
                padding=padding,
                data_format='NHWC',
            )
            if has_bias:
              out = nn_ops.bias_add(out, self.bias, data_format='NHWC')
            if has_batch_norm:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 21 08:51:46 UTC 2024
    - 51.2K bytes
    - Viewed (0)
Back to top