Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for const3 (0.44 sec)

  1. 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)
  2. src/cmd/compile/internal/ssa/opGen.go

    		generic: true,
    	},
    	{
    		name:    "Const8",
    		auxType: auxInt8,
    		argLen:  0,
    		generic: true,
    	},
    	{
    		name:    "Const16",
    		auxType: auxInt16,
    		argLen:  0,
    		generic: true,
    	},
    	{
    		name:    "Const32",
    		auxType: auxInt32,
    		argLen:  0,
    		generic: true,
    	},
    	{
    		name:    "Const64",
    		auxType: auxInt64,
    		argLen:  0,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 1M bytes
    - Viewed (0)
  3. 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)
  4. pkg/generated/openapi/zz_generated.openapi.go

    				Type:        []string{"object"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  5. api/openapi-spec/swagger.json

          "properties": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/generated.pb.go

    // is compatible with the proto package it is being compiled against.
    // A compilation error at this line likely means your copy of the
    // proto package needs to be updated.
    const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package
    
    func (m *AWSElasticBlockStoreVolumeSource) Reset()      { *m = AWSElasticBlockStoreVolumeSource{} }
    func (*AWSElasticBlockStoreVolumeSource) ProtoMessage() {}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
Back to top