Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for Switch0 (0.45 sec)

  1. src/main/webapp/css/admin/adminlte.min.css.map

    #99caff;\n}\n\n.custom-switch.custom-switch-off-secondary .custom-control-input ~ .custom-control-label::before {\n  background: #6c757d;\n  border-color: #3d4246;\n}\n\n.custom-switch.custom-switch-off-secondary .custom-control-input:focus ~ .custom-control-label::before {\n  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(108, 117, 125, 0.25);\n}\n\n.custom-switch.custom-switch-off-secondary .custom-control-input ~ .custom-control-label::after {\n  background: #313539;\n}\n\n.custom-switch.custom-switch-on-secondary...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 2M bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/core/v1/generated.pb.go

    		}
    		if fieldNum <= 0 {
    			return fmt.Errorf("proto: AWSElasticBlockStoreVolumeSource: illegal tag %d (wire type %d)", fieldNum, wire)
    		}
    		switch fieldNum {
    		case 1:
    			if wireType != 2 {
    				return fmt.Errorf("proto: wrong wireType = %d for field VolumeID", wireType)
    			}
    			var stringLen uint64
    			for shift := uint(0); ; shift += 7 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  3. src/internal/trace/traceviewer/static/trace_viewer_full.html

    return true;},syncEvent(eventName,cpuNumber,pid,ts,eventBase){const innerEvent=/^\s*(\w+):\s*(\w+)$/.exec(eventBase.details);switch(innerEvent[1]){case'start':this.gestureOpenSlice('SyncInterpret',ts,{interpreter:innerEvent[2]});break;ca...
    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. tensorflow/compiler/mlir/lite/schema/schema_generated.h

      switch (type) {
        case QuantizationDetails_CustomQuantization: {
          value = new tflite::CustomQuantizationT(*reinterpret_cast<tflite::CustomQuantizationT *>(u.value));
          break;
        }
        default:
          break;
      }
    }
    
    inline void QuantizationDetailsUnion::Reset() {
      switch (type) {
        case QuantizationDetails_CustomQuantization: {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 1M bytes
    - Viewed (0)
  5. api/go1.txt

    pkg go/ast, type StructType struct, Struct token.Pos
    pkg go/ast, type SwitchStmt struct
    pkg go/ast, type SwitchStmt struct, Body *BlockStmt
    pkg go/ast, type SwitchStmt struct, Init Stmt
    pkg go/ast, type SwitchStmt struct, Switch token.Pos
    pkg go/ast, type SwitchStmt struct, Tag Expr
    pkg go/ast, type TypeAssertExpr struct
    pkg go/ast, type TypeAssertExpr struct, Type Expr
    pkg go/ast, type TypeAssertExpr struct, X Expr
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  6. tensorflow/compiler/jit/tests/keras_imagenet_main.pbtxt

          type: DT_FLOAT
        }
      }
      attr {
        key: "Truncate"
        value {
          b: false
        }
      }
    }
    node {
      name: "bn_conv1/cond_1/switch_pred/_163"
      op: "Switch"
      input: "keras_learning_phase"
      input: "keras_learning_phase"
      device: "/job:localhost/replica:0/task:0/device:GPU:0"
      attr {
        key: "T"
        value {
          type: DT_BOOL
        }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 30 02:52:54 UTC 2019
    - 1.3M bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssa/opGen.go

    	BlockExit:      "Exit",
    	BlockJumpTable: "JumpTable",
    	BlockFirst:     "First",
    }
    
    func (k BlockKind) String() string { return blockString[k] }
    func (k BlockKind) AuxIntType() string {
    	switch k {
    	case BlockARM64TBZ:
    		return "int64"
    	case BlockARM64TBNZ:
    		return "int64"
    	case BlockS390XCIJ:
    		return "int8"
    	case BlockS390XCGIJ:
    		return "int8"
    	case BlockS390XCLIJ:
    		return "uint8"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 1M bytes
    - Viewed (0)
  8. api/go1.1.txt

    pkg go/token, const SHR = 21
    pkg go/token, const SHR_ASSIGN = 32
    pkg go/token, const STRING = 9
    pkg go/token, const STRUCT = 82
    pkg go/token, const SUB = 13
    pkg go/token, const SUB_ASSIGN = 24
    pkg go/token, const SWITCH = 83
    pkg go/token, const TYPE = 84
    pkg go/token, const UnaryPrec = 6
    pkg go/token, const VAR = 85
    pkg go/token, const XOR = 19
    pkg go/token, const XOR_ASSIGN = 30
    pkg hash/adler32, const Size = 4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
Back to top