Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 63 for began (0.09 sec)

  1. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    you executed, whether you're nervous or not.'
    
      `I'm a poor man, your Majesty,' the Hatter began, in a
    trembling voice, `--and I hadn't begun my tea--not above a week
    or so--and what with the bread-and-butter getting so thin--and
    the twinkling of the tea--'
    
      `The twinkling of the what?' said the King.
    
      `It began with the tea,' the Hatter replied.
    
      `Of course twinkling begins with a T!' said the King sharply.
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
  2. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    you executed, whether you're nervous or not.'
    
      `I'm a poor man, your Majesty,' the Hatter began, in a
    trembling voice, `--and I hadn't begun my tea--not above a week
    or so--and what with the bread-and-butter getting so thin--and
    the twinkling of the tea--'
    
      `The twinkling of the what?' said the King.
    
      `It began with the tea,' the Hatter replied.
    
      `Of course twinkling begins with a T!' said the King sharply.
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 29 21:35:03 UTC 2012
    - 145.2K bytes
    - Viewed (0)
  3. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    a smooth white Body, and that Body was removed farther and farther from the Hair, the first Fringe began to appear and look brighter than the rest of the Light at the distance of less than a quarter of an Inch from the Hair, and the dark Line or Shadow between that and the second Fringe began to appear at a less distance from the Hair than that of the third part of an Inch. The second Fringe began to appear at a distance from the Hair of less than half an Inch, and the Shadow between that and the...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  4. src/crypto/x509/verify_test.go

    	return strings.Join(name.Country, ",") + "/" + strings.Join(name.Organization, ",") + "/" + strings.Join(name.OrganizationalUnit, ",") + "/" + name.CommonName
    }
    
    const gtsIntermediate = `-----BEGIN CERTIFICATE-----
    MIIFljCCA36gAwIBAgINAgO8U1lrNMcY9QFQZjANBgkqhkiG9w0BAQsFADBHMQsw
    CQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExMQzEU
    MBIGA1UEAxMLR1RTIFJvb3QgUjEwHhcNMjAwODEzMDAwMDQyWhcNMjcwOTMwMDAw
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 110.2K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-param-util-generated.h

      virtual ~CartesianProductGenerator10() {}
    
      virtual ParamIteratorInterface<ParamType>* Begin() const {
        return new Iterator(this, g1_, g1_.begin(), g2_, g2_.begin(), g3_,
            g3_.begin(), g4_, g4_.begin(), g5_, g5_.begin(), g6_, g6_.begin(), g7_,
            g7_.begin(), g8_, g8_.begin(), g9_, g9_.begin(), g10_, g10_.begin());
      }
      virtual ParamIteratorInterface<ParamType>* End() const {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 187.7K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc

    // Verifies that:
    //
    // - operands begin and size are 1D with the same number of elements.
    // - if the input is a ranked tensor, the rank of the input equals the number
    //   of elements in operands begin and size.
    // - if begin are constants, that
    //   0 <= begin[i] <= begin[i] + size[i] <= input_ty.getShape()[i]
    //   and
    //   size[i] == output_ty.getShape()[i]
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 170.8K bytes
    - Viewed (0)
  7. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-param-util-generated.h

      virtual ~CartesianProductGenerator10() {}
    
      virtual ParamIteratorInterface<ParamType>* Begin() const {
        return new Iterator(this, g1_, g1_.begin(), g2_, g2_.begin(), g3_,
            g3_.begin(), g4_, g4_.begin(), g5_, g5_.begin(), g6_, g6_.begin(), g7_,
            g7_.begin(), g8_, g8_.begin(), g9_, g9_.begin(), g10_, g10_.begin());
      }
      virtual ParamIteratorInterface<ParamType>* End() const {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 187.7K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/ir/tfl_ops.cc

        std::copy(std::begin(params_type.getShape()) + axis_i + 1,
                  std::end(params_type.getShape()),
                  std::begin(shape) + axis_i + indices_rank - batch_dims_i);
    
        // Copy indices.shape into params.shape[axis]
        std::copy(std::begin(indices_type.getShape()) + batch_dims_i,
                  std::end(indices_type.getShape()), std::begin(shape) + axis_i);
      }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 169.2K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/transforms/optimize.cc

    // Returns true if we can eliminate the SliceOp. When the values of `begin` are
    // all 0s and `size[i]` is equal to either -1 or `input.shape[i]`
    // for each dim i, the output tensor is identical to `input`.
    bool CanOptimizeIdentitySliceOp(Value input, Attribute begin, Attribute size) {
      // Checks if `begin` and `size` are i32 or i64.
      auto begin_attr = mlir::dyn_cast<DenseIntElementsAttr>(begin);
      auto size_attr = mlir::dyn_cast<DenseIntElementsAttr>(size);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 00:40:15 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

      std::vector<int64_t> update_window_dims_vec(update_window_dims_mlir.begin(),
                                                  update_window_dims_mlir.end());
      std::vector<int64_t> inserted_window_dims_vec(
          inserted_window_dims_mlir.begin(), inserted_window_dims_mlir.end());
      std::vector<int64_t> scatter_dims_to_operand_dims_vec(
          scatter_dims_to_operand_dims_mlir.begin(),
          scatter_dims_to_operand_dims_mlir.end());
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
Back to top