Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for attr_ (0.05 sec)

  1. tensorflow/compiler/mlir/lite/flatbuffer_import.cc

            op_code.custom_code, custom_options, builder, loc, &attrs);
        if (!status.ok()) {
          return emitError(loc, status.ToString()), status;
        }
      } else {
        mlir::BuiltinOptionsToAttributes(op.builtin_options, builder, attrs);
        mlir::BuiltinOptions2ToAttributes(op.builtin_options_2, builder, attrs);
      }
    
      if (builtin_code == tflite::BuiltinOperator_STABLEHLO_COMPOSITE) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 66.8K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb/SmbFile.java

            }
        }
    
    
        SmbFileHandleImpl openUnshared ( int flags, int access, int sharing, int attrs, int options ) throws CIFSException {
            return openUnshared(getUncPath(), flags, access, sharing, attrs, options);
        }
    
    
        SmbFileHandleImpl openUnshared ( String uncPath, int flags, int access, int sharing, int attrs, int options ) throws CIFSException {
            SmbFileHandleImpl fh = null;
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Thu May 23 01:50:13 UTC 2024
    - 82.3K bytes
    - Viewed (1)
  3. tensorflow/compiler/mlir/lite/transforms/lower_static_tensor_list.cc

        Type shape_dtype = getElementTypeOrSelf(op.getElementShape().getType());
        Value num_elements = operands[1];
        IntegerAttr attr;
        if (matchPattern(num_elements, m_Constant(&attr))) {
          return CreateI32SplatConst(op.getLoc(), rewriter, {1}, attr.getInt());
        }
        if (auto const_op = num_elements.getDefiningOp<TF::ConstOp>()) {
          return CreateI32SplatConst(op->getLoc(), rewriter, {1},
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 70.7K bytes
    - Viewed (0)
  4. src/crypto/x509/x509.go

    	for _, rawAttr := range rawAttributes {
    		var attr pkcs10Attribute
    		if rest, err := asn1.Unmarshal(rawAttr.FullBytes, &attr); err != nil || len(rest) != 0 || len(attr.Values) == 0 {
    			// Ignore attributes that don't parse.
    			continue
    		}
    
    		if !attr.Id.Equal(oidExtensionRequest) {
    			continue
    		}
    
    		var extensions []pkix.Extension
    		if _, err := asn1.Unmarshal(attr.Values[0].FullBytes, &extensions); err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 09:20:15 UTC 2024
    - 82K bytes
    - Viewed (0)
  5. cmd/xl-storage.go

    func (s *xlStorage) getDeleteAttribute() uint64 {
    	attr := "user.total_deletes"
    	buf, err := xattr.LGet(s.formatFile, attr)
    	if err != nil {
    		// We start off with '0' if we can read the attributes
    		return 0
    	}
    	return binary.LittleEndian.Uint64(buf[:8])
    }
    
    func (s *xlStorage) getWriteAttribute() uint64 {
    	attr := "user.total_writes"
    	buf, err := xattr.LGet(s.formatFile, attr)
    	if err != nil {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 85.3K bytes
    - Viewed (2)
  6. platforms/documentation/docs/src/docs/css/manual.css

    .listingblock code[data-lang]:before {
    	display: none;
    	content: attr(data-lang);
    	position: absolute;
    	font-size: 0.75em;
    	top: 0.425rem;
    	right: 0.5rem;
    	line-height: 1;
    	text-transform: uppercase;
    	color: #999;
    }
    
    .listingblock:hover code[data-lang]:before {
    	display: block;
    }
    
    .listingblock.terminal pre .command:before {
    	content: attr(data-prompt);
    	padding-right: 0.5em;
    	color: #999;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 72.6K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/transforms/prepare_tf.cc

          // Add Const op for padding value.
          ArrayRef<Attribute> padding_attr_array =
              op->getAttrOfType<ArrayAttr>("explicit_paddings").getValue();
    
          auto get_int = [](Attribute attr) {
            return mlir::cast<IntegerAttr>(attr).getInt();
          };
    
          SmallVector<int32_t> padding_values(padding_attr_array.size());
          for (int i = 0; i < padding_attr_array.size(); i++) {
            padding_values[i] =
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 21:49:50 UTC 2024
    - 64.6K bytes
    - Viewed (0)
  8. src/cmd/link/internal/loader/loader.go

    // SetAttrVisibilityHidden sets the "hidden visibility" property for a
    // symbol (see AttrVisibilityHidden).
    func (l *Loader) SetAttrVisibilityHidden(i Sym, v bool) {
    	if !l.IsExternal(i) {
    		panic("tried to set visibility attr on non-external symbol")
    	}
    	if v {
    		l.attrVisibilityHidden.Set(l.extIndex(i))
    	} else {
    		l.attrVisibilityHidden.Unset(l.extIndex(i))
    	}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 20:26:10 UTC 2024
    - 81.5K bytes
    - Viewed (0)
  9. pilot/pkg/model/telemetry_logging_test.go

    				DisableBuiltinLabels: true,
    				Body: &otlpcommon.AnyValue{
    					Value: &otlpcommon.AnyValue_StringValue{
    						StringValue: EnvoyTextLogFormat,
    					},
    				},
    			},
    		},
    		{
    			name:        "with attrs",
    			logName:     OtelEnvoyAccessLogFriendlyName,
    			clusterName: fakeCluster,
    			hostname:    fakeAuthority,
    			body:        EnvoyTextLogFormat,
    			labels: &structpb.Struct{
    				Fields: map[string]*structpb.Value{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:30 UTC 2024
    - 54K bytes
    - Viewed (0)
Back to top