Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 16 of 16 for lisp (0.19 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let summary = [{
    Returns a list which has the passed-in `Tensor` as last element and the other elements of the given list in `input_handle`.
      }];
    
      let description = [{
    tensor: The tensor to put on the list.
    input_handle: The old list.
    output_handle: A list with the elements of the old list followed by tensor.
    element_dtype: the type of elements in the list.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Remove", Func, 0},
    	},
    	"container/list": {
    		{"(*Element).Next", Method, 0},
    		{"(*Element).Prev", Method, 0},
    		{"(*List).Back", Method, 0},
    		{"(*List).Front", Method, 0},
    		{"(*List).Init", Method, 0},
    		{"(*List).InsertAfter", Method, 0},
    		{"(*List).InsertBefore", Method, 0},
    		{"(*List).Len", Method, 0},
    		{"(*List).MoveAfter", Method, 2},
    		{"(*List).MoveBefore", Method, 2},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  3. pkg/apis/core/validation/validation_test.go

    	case reflect.Struct:
    		for i := 0; i < tp.NumField(); i++ {
    			field := tp.Field(i)
    			paths.Insert(collectResourcePaths(t, skipRecurseList, field.Type, path.Child(field.Name)).List()...)
    		}
    	case reflect.Map, reflect.Slice:
    		paths.Insert(collectResourcePaths(t, skipRecurseList, tp.Elem(), path.Key("*")).List()...)
    	case reflect.Interface:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  4. RELEASE.md

    ### Other:
    
    *   We have replaced uses of "whitelist" and "blacklist" with "allowlist" and
        "denylist" where possible. Please see
        [this list](https://developers.google.com/style/word-list#blacklist) for
        more context.
    *   Adds `tf.config.experimental.mlir_bridge_rollout` which will help us rollout
        the new MLIR TPU bridge.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.19.md

    - CustomResourceDefinition schemas that use `x-kubernetes-list-map-keys` to specify properties that uniquely identify list items must make those properties required or have a default value, to ensure those properties are present for all list items. See https://kubernetes.io/docs/reference/using-api/api-concepts/#merge-strategy for details. ([#88076](https://github.com/kubernetes/kubernetes/pull/88076),...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  6. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    A4C7..A4CF    ; disallowed                             # NA   <reserved-A4C7>..<reserved-A4CF>
    A4D0..A4FD    ; valid                                  # 5.2  LISU LETTER BA..LISU LETTER TONE MYA JEU
    A4FE..A4FF    ; valid                  ;      ; NV8    # 5.2  LISU PUNCTUATION COMMA..LISU PUNCTUATION FULL STOP
    A500..A60C    ; valid                                  # 5.1  VAI SYLLABLE EE..VAI SYLLABLE LENGTHENER
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
Back to top