Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 1,644 for noneq (0.09 sec)

  1. tensorflow/cc/experimental/libtf/impl/none.h

    namespace libtf {
    namespace impl {
    /// @brief The Singleton `None` class.
    ///
    /// This class is not user-constructible. To create a `None` instance, use
    /// None::GetInstance().
    
    class None final {
     public:
      /// Retrieves the `None` instance.
      ///
      /// @return Returns the `None` singleton.
      static None& GetInstance();
    
      /// Equality operator.
      bool operator==(const None& other) const { return true; }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Aug 03 20:03:31 UTC 2021
    - 1.6K bytes
    - Viewed (0)
  2. tests/testdata/config/none.yaml

    # To test in real cluster:
    # kubectl create ns none
    # kubectl label namespace none istio-injection=enabled
    
    # All configs for 'none' namespace, used to test interception without iptables.
    # In this mode the namespace isolation is required - the tests will also verify isolation
    # It is important to update the tests in ../envoy/v2 which verify the number of generated listeners.
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 22 21:13:54 UTC 2020
    - 8.8K bytes
    - Viewed (0)
  3. tensorflow/cc/experimental/libtf/impl/none.cc

    limitations under the License.
    ==============================================================================*/
    #include "tensorflow/cc/experimental/libtf/impl/none.h"
    
    namespace tf {
    namespace libtf {
    namespace impl {
    
    None& None::GetInstance() {
      static None* none_inst = new None();
      return *none_inst;
    }
    
    }  // namespace impl
    }  // namespace libtf
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Aug 03 20:03:31 UTC 2021
    - 930 bytes
    - Viewed (0)
  4. licenses/github.com/go-errors/errors/NONE

    John Howard <******@****.***> 1619132365 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 22 22:59:25 UTC 2021
    - 17 bytes
    - Viewed (0)
  5. licenses/github.com/xeipuuv/gojsonreference/NONE

    John Howard <******@****.***> 1587615255 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 23 04:14:15 UTC 2020
    - 17 bytes
    - Viewed (0)
  6. licenses/github.com/xeipuuv/gojsonpointer/NONE

    John Howard <******@****.***> 1587615255 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 23 04:14:15 UTC 2020
    - 17 bytes
    - Viewed (0)
  7. licenses/github.com/xeipuuv/gojsonschema/NONE

    John Howard <******@****.***> 1587615255 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 23 04:14:15 UTC 2020
    - 17 bytes
    - Viewed (0)
  8. test/interface/noeq.go

    Emmanuel Odeke <******@****.***> 1460323946 -0700
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 02 13:43:18 UTC 2016
    - 641 bytes
    - Viewed (0)
  9. pkg/controlplane/reconcilers/none.go

    Wojciech TyczyƄski <******@****.***> 1651518157 +0200
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 11:45:48 UTC 2022
    - 1.5K bytes
    - Viewed (0)
  10. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-type-util.h.pump

    // compiler error, as gcc insists on printing out each template
    // argument, even if it has the default value (this means Templates<list>
    // will appear as Templates<list, NoneT, NoneT, ..., NoneT> in the compiler
    // errors).
    //
    // Our solution is to combine the best part of the two approaches: a
    // user would write Templates<T1, ..., TN>, and Google Test will translate
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 9.1K bytes
    - Viewed (0)
Back to top