Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 42 of 42 for unusual (0.17 sec)

  1. src/cmd/link/internal/loader/loader.go

    	if v {
    		l.attrExternal.Set(l.extIndex(i))
    	} else {
    		l.attrExternal.Unset(l.extIndex(i))
    	}
    }
    
    // AttrSpecial returns true for a symbols that do not have their
    // address (i.e. Value) computed by the usual mechanism of
    // data.go:dodata() & data.go:address().
    func (l *Loader) AttrSpecial(i Sym) bool {
    	return l.attrSpecial.Has(i)
    }
    
    // SetAttrSpecial sets the "special" property for a symbol (see
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 20:26:10 UTC 2024
    - 81.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/g3doc/_includes/tf_passes.md

    Extract the islands containing a TPU cluster computation into an outlined
    function in a nested module. This will allow to run the usual bridge on this
    nested module which now exhibits a more friendly "V2-like" structure.
    This is only intended for V1 compatibility mode where the bridge runs without
    feed/fetches on session create/extend.
    
    So given e.g.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 02 02:26:39 UTC 2023
    - 96.4K bytes
    - Viewed (0)
Back to top