Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for iwork (0.22 sec)

  1. RELEASE.md

        *   Extend scatter operations to work with a scalar update parameter.
        *   Move cuDNN RNN ops to core for use in TensorFlow codebase only.
        *   Add `float64` support for `Conv2d`, `Conv2dBackpropInput`, and
            `Conv2dBackpropFilter`.
        *   Add `float64` support for `AvgPool`/`AvgPoolGrad`.
        *   Make graph name scope thread local so that they work correctly in
            multi-threaded environments.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    If `T` is smaller than `type`, the operator requires that the rightmost
    dimension be equal to sizeof(`type`)/sizeof(`T`). The shape then goes from
    [..., sizeof(`type`)/sizeof(`T`)] to [...].
    
    tf.bitcast() and tf.cast() work differently when real dtype is casted as a complex dtype
    (e.g. tf.complex64 or tf.complex128) as tf.cast() make imaginary part 0 while tf.bitcast()
    gives module error.
    For example,
    
    Example 1:
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  3. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.tooling.events.work.internal.DefaultWorkItemOperationDescriptor> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (DefaultWorkItemOperationDescriptor.java:0)
    Class <org.gradle.tooling.events.work.internal.DefaultWorkItemStartEvent> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (DefaultWorkItemStartEvent.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__apps__v1_openapi.json

            "properties": {
              "localhostProfile": {
                "description": "localhostProfile indicates a profile loaded on the node that should be used. The profile must be preconfigured on the node to work. Must match the loaded name of the profile. Must be set if and only if type is \"Localhost\".",
                "type": "string"
              },
              "type": {
                "default": "",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  5. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    2F2E          ; mapped                 ; 5DDB          # 3.0  KANGXI RADICAL RIVER
    2F2F          ; mapped                 ; 5DE5          # 3.0  KANGXI RADICAL WORK
    2F30          ; mapped                 ; 5DF1          # 3.0  KANGXI RADICAL ONESELF
    2F31          ; mapped                 ; 5DFE          # 3.0  KANGXI RADICAL TURBAN
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  6. pkg/apis/core/validation/validation_test.go

    		{core.ResourceName("kubernetes.io/" + strings.Repeat("a", 64)), false, ""},
    		{"kubernetes.io//", false, ""},
    		{"kubernetes.io", false, ""},
    		{"kubernetes.io/will/not/work/", false, ""},
    	}
    	for k, item := range table {
    		err := validateResourceName(item.input, field.NewPath("field"))
    		if len(err) != 0 && item.success {
    			t.Errorf("expected no failure for input %q", item.input)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
Back to top