Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for JNP (0.03 sec)

  1. tensorflow/compiler/mlir/quantization/stablehlo/python/integration_test/stablehlo_quantizer_odml_oss.ipynb

          "metadata": {
            "id": "c9JX9RJTPaoW"
          },
          "outputs": [],
          "source": [
            "import os\n",
            "os.environ['KERAS_BACKEND'] = 'jax'\n",
            "import jax.numpy as jnp\n",
            "import numpy as np\n",
            "import tensorflow as tf\n",
            "from keras_core.applications import ResNet50\n",
            "from jax.experimental import jax2tf"
          ]
        },
        {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Apr 12 03:40:43 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/arch/arch.go

    	instructions["JNGE"] = x86.AJLT /* alternate */
    	instructions["JNL"] = x86.AJGE  /* alternate */
    	instructions["JNLE"] = x86.AJGT /* alternate */
    	instructions["JNO"] = x86.AJOC  /* alternate */
    	instructions["JNP"] = x86.AJPC  /* alternate */
    	instructions["JNS"] = x86.AJPL  /* alternate */
    	instructions["JNZ"] = x86.AJNE  /* alternate */
    	instructions["JO"] = x86.AJOS   /* alternate */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 21 06:51:28 UTC 2023
    - 21.3K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/arch/x86/x86asm/tables.go

    	/*5480*/ uint16(xSetOp), uint16(JNP),
    	/*5482*/ uint16(xReadCw),
    	/*5483*/ uint16(xArgRel16),
    	/*5484*/ uint16(xMatch),
    	/*5485*/ uint16(xSetOp), uint16(JNP),
    	/*5487*/ uint16(xReadCd),
    	/*5488*/ uint16(xArgRel32),
    	/*5489*/ uint16(xMatch),
    	/*5490*/ uint16(xCondDataSize), 5494, 5485, 5499,
    	/*5494*/ uint16(xSetOp), uint16(JNP),
    	/*5496*/ uint16(xReadCd),
    	/*5497*/ uint16(xArgRel32),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 16 22:24:28 UTC 2022
    - 266.8K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/arch/x86/x86asm/decode.go

    var isCondJmp = [maxOp + 1]bool{
    	JA:  true,
    	JAE: true,
    	JB:  true,
    	JBE: true,
    	JE:  true,
    	JG:  true,
    	JGE: true,
    	JL:  true,
    	JLE: true,
    	JNE: true,
    	JNO: true,
    	JNP: true,
    	JNS: true,
    	JO:  true,
    	JP:  true,
    	JS:  true,
    }
    
    // isLoop records the loop operators.
    var isLoop = [maxOp + 1]bool{
    	LOOP:   true,
    	LOOPE:  true,
    	LOOPNE: true,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 10 18:59:52 UTC 2023
    - 45.1K bytes
    - Viewed (0)
  5. src/cmd/asm/internal/asm/testdata/amd64enc.s

    	//TODO: JNE .+$0x11                     // 7511
    	//TODO: JNO .+$0x11223344               // 480f8144332211 or 0f8144332211
    	//TODO: JNO .+$0x11                     // 7111
    	//TODO: JNP .+$0x11223344               // 480f8b44332211 or 0f8b44332211
    	//TODO: JNP .+$0x11                     // 7b11
    	//TODO: JNS .+$0x11223344               // 0f8944332211 or 480f8944332211
    	//TODO: JNS .+$0x11                     // 7911
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 08 21:38:44 UTC 2021
    - 581.9K bytes
    - Viewed (0)
Back to top