Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for compiling (0.21 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. src/testdata/Isaac.Newton-Opticks.txt

    publishing these Papers._
    
    _In a Letter written to Mr._ Leibnitz _in the year 1679, and published
    by Dr._ Wallis, _I mention'd a Method by which I had found some general
    Theorems about squaring Curvilinear Figures, or comparing them with the
    Conic Sections, or other the simplest Figures with which they may be
    compared. And some Years ago I lent out a Manuscript containing such
    Theorems, and having since met with some Things copied out of it, I have
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  4. 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)
  5. CHANGELOG/CHANGELOG-1.19.md

    ### seccomp graduates to General Availability
    
    The seccomp (secure computing mode) support for Kubernetes has graduated to General Availability (GA). This feature can be used to increase the workload security by restricting the system calls for a Pod (applies to all containers) or single containers.
    
    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. 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