Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 77 for msgmax (0.12 sec)

  1. tensorflow/compiler/jit/tests/keras_imagenet_main.golden_summary

    unclustered size 606
     AssignAddVariableOp 1
     Const 108
     DivNoNan 1
     Identity 2
     Merge 53
     PlaceholderWithDefault 1
     ReadVariableOp 2
     Switch 1
     _Arg 435
     _Retval 2
    cluster 0 size 1910
     Add 16
     AddN 71
     ArgMax 1
     AssignAddVariableOp 1
     BiasAdd 1
     BiasAddGrad 1
     Cast 115
     Const 407
     Conv2D 53
     Conv2DBackpropFilter 53
     Conv2DBackpropInput 52
     Equal 1
     FusedBatchNormGradV2 53
     FusedBatchNormV2 53
     MatMul 3
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Jan 06 10:38:14 UTC 2023
    - 874 bytes
    - Viewed (0)
  2. internal/s3select/sql/value.go

    // assumed to be numeric. Attempts conversion to numeric type for `a`
    // (first int, then float) only if the underlying values do not have a
    // type.
    func (v *Value) minmax(a *Value, isMax, isFirstRow bool) error {
    	err := inferTypeForArithOp(a)
    	if err != nil {
    		return err
    	}
    
    	if !a.isNumeric() {
    		return errArithMismatchedTypes
    	}
    
    	// In case of first row, set v to a.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Feb 25 20:31:19 UTC 2022
    - 20.2K bytes
    - Viewed (0)
  3. internal/s3select/sql/aggregation.go

    		}
    		argVal.setFloat(f)
    		err = e.aggregate.runningSum.arithOp(opPlus, argVal)
    
    	case aggFnMin:
    		err = e.aggregate.runningMin.minmax(argVal, false, isFirstRow)
    
    	case aggFnMax:
    		err = e.aggregate.runningMax.minmax(argVal, true, isFirstRow)
    
    	default:
    		err = errInvalidAggregation
    	}
    
    	return err
    }
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat Dec 23 07:19:11 UTC 2023
    - 7.9K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/quantization/lite/BUILD

        ],
        data = [
            "//tensorflow/lite/tools/optimize:testdata/add_with_const_input.bin",
            "//tensorflow/lite/tools/optimize:testdata/argmax.bin",
            "//tensorflow/lite/tools/optimize:testdata/broadcast_to.bin",
            "//tensorflow/lite/tools/optimize:testdata/concat.bin",
            "//tensorflow/lite/tools/optimize:testdata/fc.bin",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 23:15:24 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  5. samples/bookinfo/src/productpage/templates/productpage.html

              <path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12" />
            </svg>
          </button>
        </div>
        <div class="sm:mx-auto sm:w-full sm:max-w-sm">
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 19:54:05 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/tests/post-quantize.mlir

    // CHECK-NEXT:  %[[argmax:.*]] = "tfl.arg_max"(%[[softmax]], %[[cst]]) : (tensor<128x16xf32>, tensor<i32>) -> tensor<128xi32>
      %3 = "tfl.arg_max"(%2, %cst) : (tensor<128x16xf32>, tensor<i32>) -> tensor<128xi32>
    // CHECK-NEXT:  return %[[softmax]], %[[argmax]] : tensor<128x16xf32>, tensor<128xi32>
      func.return %2, %3 : tensor<128x16xf32>, tensor<128xi32>
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 19.9K bytes
    - Viewed (0)
  7. src/cmd/internal/obj/arm64/a.out.go

    const (
    	REGMIN = REG_R7  // register variables allocated from here to REGMAX
    	REGRT1 = REG_R16 // ARM64 IP0, external linker may use as a scratch register in trampoline
    	REGRT2 = REG_R17 // ARM64 IP1, external linker may use as a scratch register in trampoline
    	REGPR  = REG_R18 // ARM64 platform register, unused in the Go toolchain
    	REGMAX = REG_R25
    
    	REGCTXT = REG_R26 // environment for closures
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 18 17:56:30 UTC 2023
    - 18.1K bytes
    - Viewed (0)
  8. src/vendor/golang.org/x/text/unicode/norm/normalize.go

    		info := fd.info(src, i)
    		if info.size == 0 {
    			return -1
    		}
    		if s := ss.next(info); s != ssSuccess {
    			return i
    		}
    		i += int(info.size)
    		if i >= nsrc {
    			if !info.BoundaryAfter() && !ss.isMax() {
    				return -1
    			}
    			return nsrc
    		}
    	}
    }
    
    // FirstBoundaryInString returns the position i of the first boundary in s
    // or -1 if s contains no boundary.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 16 22:26:23 UTC 2022
    - 14.9K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_386.go

    	{"hw.usermem", []_C_int{6, 20}},
    	{"hw.uuid", []_C_int{6, 18}},
    	{"hw.vendor", []_C_int{6, 14}},
    	{"hw.version", []_C_int{6, 16}},
    	{"kern.allowdt", []_C_int{1, 65}},
    	{"kern.allowkmem", []_C_int{1, 52}},
    	{"kern.argmax", []_C_int{1, 8}},
    	{"kern.audio", []_C_int{1, 84}},
    	{"kern.boottime", []_C_int{1, 21}},
    	{"kern.bufcachepercent", []_C_int{1, 72}},
    	{"kern.ccpu", []_C_int{1, 45}},
    	{"kern.clockrate", []_C_int{1, 12}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_mips64.go

    	{"hw.usermem", []_C_int{6, 20}},
    	{"hw.uuid", []_C_int{6, 18}},
    	{"hw.vendor", []_C_int{6, 14}},
    	{"hw.version", []_C_int{6, 16}},
    	{"kern.allowdt", []_C_int{1, 65}},
    	{"kern.allowkmem", []_C_int{1, 52}},
    	{"kern.argmax", []_C_int{1, 8}},
    	{"kern.audio", []_C_int{1, 84}},
    	{"kern.boottime", []_C_int{1, 21}},
    	{"kern.bufcachepercent", []_C_int{1, 72}},
    	{"kern.ccpu", []_C_int{1, 45}},
    	{"kern.clockrate", []_C_int{1, 12}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 11.9K bytes
    - Viewed (0)
Back to top