Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for Const8 (0.39 sec)

  1. api/go1.1.txt

    pkg crypto, const MD4 = 1
    pkg crypto, const MD5 = 2
    pkg crypto, const MD5SHA1 = 8
    pkg crypto, const RIPEMD160 = 9
    pkg crypto, const SHA1 = 3
    pkg crypto, const SHA224 = 4
    pkg crypto, const SHA256 = 5
    pkg crypto, const SHA384 = 6
    pkg crypto, const SHA512 = 7
    pkg crypto/aes, const BlockSize = 16
    pkg crypto/des, const BlockSize = 8
    pkg crypto/dsa, const L1024N160 = 0
    pkg crypto/dsa, const L2048N224 = 1
    pkg crypto/dsa, const L2048N256 = 2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/schema/schema_generated.h

    };
    
    inline const QuantizationDetails (&EnumValuesQuantizationDetails())[2] {
      static const QuantizationDetails values[] = {
        QuantizationDetails_NONE,
        QuantizationDetails_CustomQuantization
      };
      return values;
    }
    
    inline const char * const *EnumNamesQuantizationDetails() {
      static const char * const names[3] = {
        "NONE",
        "CustomQuantization",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 1M bytes
    - Viewed (0)
  3. api/go1.2.txt

    pkg log/syslog (netbsd-386), const LOG_LOCAL5 Priority
    pkg log/syslog (netbsd-386), const LOG_LOCAL6 Priority
    pkg log/syslog (netbsd-386), const LOG_LOCAL7 Priority
    pkg log/syslog (netbsd-386), const LOG_LPR Priority
    pkg log/syslog (netbsd-386), const LOG_MAIL Priority
    pkg log/syslog (netbsd-386), const LOG_NEWS Priority
    pkg log/syslog (netbsd-386), const LOG_NOTICE Priority
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (0)
  4. src/internal/trace/traceviewer/static/trace_viewer_full.html

    function lerp(percentage,lo,hi){const range=hi-lo;return lo+percentage*range;}
    function normalize(value,lo,hi){return(value-lo)/(hi-lo);}
    function deg2rad(deg){return(Math.PI*deg)/180.0;}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (0)
  5. tensorflow/compiler/jit/tests/keras_imagenet_main.pbtxt

    node {
      name: "metrics_2/sparse_categorical_accuracy/Const"
      op: "Const"
      device: "/job:localhost/replica:0/task:0/device:GPU:0"
      attr {
        key: "dtype"
        value {
          type: DT_INT32
        }
      }
      attr {
        key: "value"
        value {
          tensor {
            dtype: DT_INT32
            tensor_shape {
              dim {
                size: 1
              }
            }
            int_val: 0
          }
        }
      }
    }
    node {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 30 02:52:54 UTC 2019
    - 1.3M bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/opGen.go

    	{
    		name:    "ConstString",
    		auxType: auxString,
    		argLen:  0,
    		generic: true,
    	},
    	{
    		name:    "ConstNil",
    		argLen:  0,
    		generic: true,
    	},
    	{
    		name:    "Const8",
    		auxType: auxInt8,
    		argLen:  0,
    		generic: true,
    	},
    	{
    		name:    "Const16",
    		auxType: auxInt16,
    		argLen:  0,
    		generic: true,
    	},
    	{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 1M bytes
    - Viewed (0)
  7. test-site/activator-launch-1.3.2.jar

    acceptMessage(String); public static boolean isAlwaysIgnoreMessag(String); private void SbtIvyLogger$(); } xsbt/boot/Pre$$anonfun$const$1.class package xsbt.boot; public final synchronized class Pre$$anonfun$const$1 extends scala.runtime.AbstractFunction1 implements scala.Serializable { private final Object b$1; public final Object apply(Object); public void Pre$$anonfun$const$1(Object); } xsbt/boot/Pre$$anonfun$delete$1.class package xsbt.boot; public final synchronized class Pre$$anonfun$delete$1 extends...
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Mon Apr 20 08:41:37 UTC 2015
    - 1.2M bytes
    - Viewed (1)
  8. api/go1.txt

    pkg archive/tar, const TypeChar ideal-char
    pkg archive/tar, const TypeCont ideal-char
    pkg archive/tar, const TypeDir ideal-char
    pkg archive/tar, const TypeFifo ideal-char
    pkg archive/tar, const TypeLink ideal-char
    pkg archive/tar, const TypeReg ideal-char
    pkg archive/tar, const TypeRegA ideal-char
    pkg archive/tar, const TypeSymlink ideal-char
    pkg archive/tar, const TypeXGlobalHeader ideal-char
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  9. pkg/generated/openapi/zz_generated.openapi.go

    escapes to '__dot__' - '-' escapes to '__dash__' - '/' escapes to '__slash__' - Property names that exactly match a CEL RESERVED keyword escape to '__{keyword}__'. The keywords are:\n\t  \"true\", \"false\", \"null\", \"in\", \"as\", \"break\", \"const\", \"continue\", \"else\", \"for\", \"function\", \"if\",\n\t  \"import\", \"let\", \"loop\", \"package\", \"namespace\", \"return\".\nExamples:\n  - Expression accessing a property named \"namespace\": {\"Expression\": \"object.__namespace__ > 0\"}\n...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  10. api/openapi-spec/swagger.json

    escapes to '__dot__' - '-' escapes to '__dash__' - '/' escapes to '__slash__' - Property names that exactly match a CEL RESERVED keyword escape to '__{keyword}__'. The keywords are:\n\t  \"true\", \"false\", \"null\", \"in\", \"as\", \"break\", \"const\", \"continue\", \"else\", \"for\", \"function\", \"if\",\n\t  \"import\", \"let\", \"loop\", \"package\", \"namespace\", \"return\".\nExamples:\n  - Expression accessing a property named \"namespace\": {\"Expression\": \"object.__namespace__ > 0\"}\n...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
Back to top