Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for idioms (0.11 sec)

  1. CHANGELOG/CHANGELOG-1.19.md

    - Switch etcd image (with migration scripts) from debian to distroless ([#91171](https://github.com/kubernetes/kubernetes/pull/91171), [@dims](https://github.com/dims)) [SIG API Machinery and Cloud Provider]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    # tensor 't' shape is [1, 2, 3, 4]
    
    # 'dims' is [3] or 'dims' is [-1]
    reverse(t, dims) ==> [[[[ 3,  2,  1,  0],
                            [ 7,  6,  5,  4],
                            [ 11, 10, 9, 8]],
                           [[15, 14, 13, 12],
                            [19, 18, 17, 16],
                            [23, 22, 21, 20]]]]
    
    # 'dims' is '[1]' (or 'dims' is '[-3]')
    reverse(t, dims) ==> [[[[12, 13, 14, 15],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  3. src/testdata/Isaac.Newton-Opticks.txt

    _PART I._
    
    
    My Design in this Book is not to explain the Properties of Light by
    Hypotheses, but to propose and prove them by Reason and Experiments: In
    order to which I shall premise the following Definitions and Axioms.
    
    
    
    
    _DEFINITIONS_
    
    
    DEFIN. I.
    
    _By the Rays of Light I understand its least Parts, and those as well
    Successive in the same Lines, as Contemporary in several Lines._ For it
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
Back to top