Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for vecotr (0.17 sec)

  1. src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go

    		[6]*argField{ap_VecSpReg_10_10_6_9, ap_Reg_11_15, ap_Reg_16_20}},
    	{LXVRBX, 0xfc0007fe00000000, 0x7c00001a00000000, 0x0, // Load VSX Vector Rightmost Byte Indexed X-form (lxvrbx XT,RA,RB)
    		[6]*argField{ap_VecSReg_31_31_6_10, ap_Reg_11_15, ap_Reg_16_20}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 22 17:16:14 UTC 2022
    - 334.7K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go

    	VCVTR_LT_U32_F32:  "VCVTR.LT.U32.F32",
    	VCVTR_GT_U32_F32:  "VCVTR.GT.U32.F32",
    	VCVTR_LE_U32_F32:  "VCVTR.LE.U32.F32",
    	VCVTR_U32_F32:     "VCVTR.U32.F32",
    	VCVTR_ZZ_U32_F32:  "VCVTR.ZZ.U32.F32",
    	VCVTR_EQ_U32_F64:  "VCVTR.EQ.U32.F64",
    	VCVTR_NE_U32_F64:  "VCVTR.NE.U32.F64",
    	VCVTR_CS_U32_F64:  "VCVTR.CS.U32.F64",
    	VCVTR_CC_U32_F64:  "VCVTR.CC.U32.F64",
    	VCVTR_MI_U32_F64:  "VCVTR.MI.U32.F64",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 16 17:57:48 UTC 2017
    - 267.4K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

        ConvertFusedBatchNormBase<TF::FusedBatchNormV2Op>;
    using ConvertFusedBatchNormV3Op =
        ConvertFusedBatchNormBase<TF::FusedBatchNormV3Op>;
    
    using PaddingArray = std::vector<std::pair<int64_t, int64_t>>;
    
    // Returns padding values for ReduceWindow op as a vector of pairs.
    //
    // Requires padding to be either 'SAME' or 'VALID' and the number of input
    // dimensions to be equal to the size of window dimensions and window strides.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux.go

    }
    
    type DmTargetDeps struct {
    	Count uint32
    	_     uint32
    }
    
    type DmTargetVersions struct {
    	Next    uint32
    	Version [3]uint32
    }
    
    type DmTargetMsg struct {
    	Sector uint64
    }
    
    const (
    	SizeofDmIoctl      = 0x138
    	SizeofDmTargetSpec = 0x28
    )
    
    type KeyctlDHParams struct {
    	Private int32
    	Prime   int32
    	Base    int32
    }
    
    const (
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 251K bytes
    - Viewed (0)
  5. maven-core/src/test/resources/apiv4-repo/junit/junit/4.13.1/junit-4.13.1.jar

    countTestCases(); public void run(TestResult); public org.junit.runner.Description getDescription(); } junit/framework/TestSuite.class package junit.framework; public synchronized class TestSuite implements Test { private String fName; private java.util.Vector fTests; public static Test createTest(Class, String); public static reflect.Constructor getTestConstructor(Class) throws NoSuchMethodExceptio; public static Test warning(String); public void TestSuite(); public void TestSuite(Class); private void...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Dec 19 19:08:55 UTC 2023
    - 373.7K bytes
    - Viewed (0)
  6. pkg/registry/core/service/storage/storage_test.go

    	update       svcTestCase
    }
    
    type svcTestCase struct {
    	svc         *api.Service
    	expectError bool
    
    	// We could calculate these by looking at the Service, but that's a
    	// vector for test bugs and more importantly it makes the test cases less
    	// self-documenting.
    	expectClusterIPs          bool
    	expectStackDowngrade      bool
    	expectHeadless            bool
    	expectNodePorts           bool
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 440.2K bytes
    - Viewed (0)
  7. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      </mime-type>
      <mime-type type="image/prs.pti"/>
    
      <mime-type type="image/svg+xml">
        <sub-class-of type="application/xml"/>
        <acronym>SVG</acronym>
        <_comment>Scalable Vector Graphics</_comment>
        <root-XML localName="svg" namespaceURI="http://www.w3.org/2000/svg"/>
        <magic priority="50">
          <!-- Version of 0x0001 is PSD -->
          <match value="&lt;svg" type="string" offset="0">
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

      // In this case, the `begin` and `end` inputs are unknown at compile time --
      // so the StridedSlice needs to slice these vectors and use that as input to
      // an HLO dynamic slice.
      %begin = "tf.Pack"(%arg0) {N = 1 : i64, T = i32, axis = 0 : i64, device = ""} : (tensor<i32>) -> tensor<1xi32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
Back to top