Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for compiling (0.17 sec)

  1. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    0358..035C    ; valid                                  # 4.1  COMBINING DOT ABOVE RIGHT..COMBINING DOUBLE BREVE BELOW
    035D..035F    ; valid                                  # 4.0  COMBINING DOUBLE BREVE..COMBINING DOUBLE MACRON BELOW
    0360..0361    ; valid                                  # 1.1  COMBINING DOUBLE TILDE..COMBINING DOUBLE INVERTED BREVE
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  2. RELEASE.md

        and
        [CVE-2020-15358](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15358).
    *   Pins `numpy` to 1.18.5 to prevent ABI breakage when compiling code that uses
        both NumPy and TensorFlow headers.
    
    # Release 1.15.4
    
    ## Bug Fixes and Other Changes
    
    *   Fixes an undefined behavior causing a segfault in `tf.raw_ops.Switch`
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let summary = [{
    Return the reduction indices for computing gradients of s0 op s1 with broadcast.
      }];
    
      let description = [{
    This is typically used by gradient computations for a broadcasting operation.
      }];
    
      let arguments = (ins
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  4. pkg/apis/core/validation/validation_test.go

    			if diff := cmp.Diff(tt.wantFieldErrors, errs); diff != "" {
    				t.Errorf("unexpected field errors (-want, +got):\n%s", diff)
    			}
    		})
    	}
    }
    
    // collectResourcePaths traverses the object, computing all the struct paths.
    func collectResourcePaths(t *testing.T, skipRecurseList sets.String, tp reflect.Type, path *field.Path) sets.String {
    	if pathStr := path.String(); len(pathStr) > 0 && skipRecurseList.Has(pathStr) {
    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