Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 144 for mustIP (0.28 sec)

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

    be able!  I shall be a great deal too far off to trouble myself
    about you:  you must manage the best way you can; --but I must be
    kind to them,' thought Alice, `or perhaps they won't walk the
    way I want to go!  Let me see:  I'll give them a new pair of
    boots every Christmas.'
    
      And she went on planning to herself how she would manage it.
    `They must go by the carrier,' she thought; `and how funny it'll
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 29 21:35:03 UTC 2012
    - 145.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_a_m.cc

      auto loc = op.getLoc();
    
      // All concat operands must be defined by ops.
      Operation* first_arg_op = op.getValues().front().getDefiningOp();
      if (first_arg_op == nullptr) return failure();
    
      // All concat operands must be produced by the coeff-wise unary operation.
      if (!first_arg_op->hasTrait<OpTrait::TF::CwiseUnary>()) return failure();
    
      // All concat operands must be defined by the op of same kind.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 146.7K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/ir/tfl_ops.cc

    }
    
    // Verify operand types and the result type:
    //
    // 1. Operand type ranks must be equal to the output type rank.
    //
    // 2. Operand dimension sizes (except dimension `axis`) must be equal to
    //    previously seen dimension sizes of the same dimension.
    //
    // 3. Sum of operand dimension sizes of the `axis` dimension must be equal to
    //    the dimension size of the `axis` dimension of output.
    //
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 169.2K bytes
    - Viewed (0)
  4. src/net/http/server.go

    //
    // A path can include wildcard segments of the form {NAME} or {NAME...}.
    // For example, "/b/{bucket}/o/{objectname...}".
    // The wildcard name must be a valid Go identifier.
    // Wildcards must be full path segments: they must be preceded by a slash and followed by
    // either a slash or the end of the string.
    // For example, "/b_{bucket}" is not a valid pattern.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 123.4K bytes
    - Viewed (0)
  5. pkg/kubelet/kubelet.go

    	//
    	// As an event-driven (by UpdatePod) controller, the podWorkers must periodically be resynced
    	// by the kubelet invoking SyncKnownPods with the desired state (admitted pods in podManager).
    	// Since the podManager may be unaware of some running pods due to force deletion, the
    	// podWorkers are responsible for triggering a sync of pods that are no longer desired but
    	// must still run to completion.
    	podWorkers PodWorkers
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-param-util-generated.h

    // modification, are permitted provided that the following conditions are
    // met:
    //
    //     * Redistributions of source code must retain the above copyright
    // notice, this list of conditions and the following disclaimer.
    //     * Redistributions in binary form must reproduce the above
    // copyright notice, this list of conditions and the following disclaimer
    // in the documentation and/or other materials provided with the
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 187.7K 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

    // modification, are permitted provided that the following conditions are
    // met:
    //
    //     * Redistributions of source code must retain the above copyright
    // notice, this list of conditions and the following disclaimer.
    //     * Redistributions in binary form must reproduce the above
    // copyright notice, this list of conditions and the following disclaimer
    // in the documentation and/or other materials provided with the
    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. android/guava/src/com/google/common/collect/Maps.java

       * a later time.
       *
       * <p>Since this method uses {@code HashMap} instances internally, the keys of the supplied maps
       * must be well-behaved with respect to {@link Object#equals} and {@link Object#hashCode}.
       *
       * <p><b>Note:</b>If you only need to know whether two maps have the same mappings, call {@code
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sun Jun 02 13:36:19 UTC 2024
    - 159.5K bytes
    - Viewed (0)
  9. guava/src/com/google/common/collect/Maps.java

       * a later time.
       *
       * <p>Since this method uses {@code HashMap} instances internally, the keys of the supplied maps
       * must be well-behaved with respect to {@link Object#equals} and {@link Object#hashCode}.
       *
       * <p><b>Note:</b>If you only need to know whether two maps have the same mappings, call {@code
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Apr 24 19:38:27 UTC 2024
    - 165.9K bytes
    - Viewed (0)
  10. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    without diminishing much the number of the rest, the rest must (by _Prop._ 6. _Part_ 2.) compound a pale yellow. But if the Liquor be so much thicker as to stop also a great number of the blue-making Rays, and some of the green-making, the rest must compound an orange; and where it is so thick as to stop also a great number of the green-making and a considerable number of the yellow-making, the rest must begin to compound a red, and this red must grow deeper and darker as the yellow-making and orange-making...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
Back to top