Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for mapValue (0.16 sec)

  1. staging/src/k8s.io/api/storage/v1/generated.pb.go

    			}
    			if postIndex > l {
    				return io.ErrUnexpectedEOF
    			}
    			if m.Parameters == nil {
    				m.Parameters = make(map[string]string)
    			}
    			var mapkey string
    			var mapvalue string
    			for iNdEx < postIndex {
    				entryPreIndex := iNdEx
    				var wire uint64
    				for shift := uint(0); ; shift += 7 {
    					if shift >= 64 {
    						return ErrIntOverflowGenerated
    					}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 133.8K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/storage/v1beta1/generated.pb.go

    			}
    			if postIndex > l {
    				return io.ErrUnexpectedEOF
    			}
    			if m.Parameters == nil {
    				m.Parameters = make(map[string]string)
    			}
    			var mapkey string
    			var mapvalue string
    			for iNdEx < postIndex {
    				entryPreIndex := iNdEx
    				var wire uint64
    				for shift := uint(0); ; shift += 7 {
    					if shift >= 64 {
    						return ErrIntOverflowGenerated
    					}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 133.9K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/authorization/v1/generated.pb.go

    					if postmsgIndex < 0 {
    						return ErrInvalidLengthGenerated
    					}
    					if postmsgIndex > l {
    						return io.ErrUnexpectedEOF
    					}
    					mapvalue = &ExtraValue{}
    					if err := mapvalue.Unmarshal(dAtA[iNdEx:postmsgIndex]); err != nil {
    						return err
    					}
    					iNdEx = postmsgIndex
    				} else {
    					iNdEx = entryPreIndex
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 100.9K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/authorization/v1beta1/generated.pb.go

    					if postmsgIndex < 0 {
    						return ErrInvalidLengthGenerated
    					}
    					if postmsgIndex > l {
    						return io.ErrUnexpectedEOF
    					}
    					mapvalue = &ExtraValue{}
    					if err := mapvalue.Unmarshal(dAtA[iNdEx:postmsgIndex]); err != nil {
    						return err
    					}
    					iNdEx = postmsgIndex
    				} else {
    					iNdEx = entryPreIndex
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 101K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/apps/v1beta1/generated.pb.go

    			}
    			if postIndex > l {
    				return io.ErrUnexpectedEOF
    			}
    			if m.UpdatedAnnotations == nil {
    				m.UpdatedAnnotations = make(map[string]string)
    			}
    			var mapkey string
    			var mapvalue string
    			for iNdEx < postIndex {
    				entryPreIndex := iNdEx
    				var wire uint64
    				for shift := uint(0); ; shift += 7 {
    					if shift >= 64 {
    						return ErrIntOverflowGenerated
    					}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 169.2K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/apps/v1beta2/generated.pb.go

    			}
    			if postIndex > l {
    				return io.ErrUnexpectedEOF
    			}
    			if m.Selector == nil {
    				m.Selector = make(map[string]string)
    			}
    			var mapkey string
    			var mapvalue string
    			for iNdEx < postIndex {
    				entryPreIndex := iNdEx
    				var wire uint64
    				for shift := uint(0); ; shift += 7 {
    					if shift >= 64 {
    						return ErrIntOverflowGenerated
    					}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 235.6K bytes
    - Viewed (0)
  7. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/diagnostics/KtFirDataClassConverters.kt

            ActualWithoutExpectImpl(
                firSymbolBuilder.buildSymbol(firDiagnostic.a),
                firDiagnostic.b.mapKeys { (expectActualCompatibility, _) ->
                    expectActualCompatibility
                }.mapValues { (_, collection) -> 
                    collection.map { firBasedSymbol ->
                                        firSymbolBuilder.buildSymbol(firBasedSymbol)
                                    }
                },
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 04 11:41:05 UTC 2024
    - 210.1K bytes
    - Viewed (0)
  8. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    false, "colorValue": false, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "datasource": "Prometheus", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "format": "ops", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 4, "w": 6, "x": 0, "y": 4 }, "id": 12, "interval": null, "links": [], "options": { "colorMode": "value", "graphMode": "area", "justifyMode":...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/transforms/optimize.cc

          // transformation:
          // w * (x ' c) + b => (w ' c) x + b
          // so we have to update the weight.
          bool is_mul = llvm::isa<MulOp>(binary_op);
          auto new_filter =
              filter_cst.mapValues(filter_type.getElementType(), [&](APFloat it) {
                return (is_mul ? it * cst_value : it / cst_value).bitcastToAPInt();
              });
          // We recreate the constant op in case it is shared by the other ops. This
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 00:40:15 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/ir/tfl_ops.cc

        }
        return is_unsigned ? value.zextOrTrunc(output_bitwidth)
                           : value.sextOrTrunc(output_bitwidth);
      };
    
      return elements_attr.mapValues(result_element_type, cast);
    }
    
    //===----------------------------------------------------------------------===//
    // SelectV2Op
    //===----------------------------------------------------------------------===//
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 169.2K bytes
    - Viewed (0)
Back to top