Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 16 of 16 for myproduct (0.23 sec)

  1. pkg/config/validation/validation_test.go

    				}},
    				Match: []*networking.HTTPMatchRequest{
    					{
    						Uri: &networking.StringMatch{
    							MatchType: &networking.StringMatch_Prefix{Prefix: "/api/v1/product"},
    						},
    					},
    					{
    						Uri: &networking.StringMatch{
    							MatchType: &networking.StringMatch_Prefix{Prefix: "/api/v1/products"},
    						},
    						Method: &networking.StringMatch{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 03:11:45 UTC 2024
    - 196K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/tensorflow/python/integration_test/quantize_model_test.py

    # quantization is enabled. Respectively refers to (scale, zero_point).
    _SUFFIXES = ('/filter1', '/filter2')
    _PER_CHANNEL_OP_NAMES = (
        f'{op}{suffix}'
        for op, suffix in itertools.product(_PER_CHANNEL_QUANTIZED_OPS, _SUFFIXES)
    )
    
    
    def _is_variable(node_def: node_def_pb2.NodeDef) -> bool:
      """Determines whether `node_def` is a variable node.
    
      Args:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 235.6K bytes
    - Viewed (0)
  3. doc/go1.17_spec.html

    </p>
    
    <pre class="grammar">
    +    sum                    integers, floats, complex values, strings
    -    difference             integers, floats, complex values
    *    product                integers, floats, complex values
    /    quotient               integers, floats, complex values
    %    remainder              integers
    
    &amp;    bitwise AND            integers
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
  4. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // hockey : 2015-03-19 Binky Moon, LLC
    hockey
    
    // holdings : 2013-08-27 Binky Moon, LLC
    holdings
    
    // holiday : 2013-11-07 Binky Moon, LLC
    holiday
    
    // homedepot : 2015-04-02 Home Depot Product Authority, LLC
    homedepot
    
    // homegoods : 2015-07-16 The TJX Companies, Inc.
    homegoods
    
    // homes : 2014-01-09 XYZ.COM LLC
    homes
    
    // homesense : 2015-07-16 The TJX Companies, Inc.
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K 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

      const T48 v48_;
      const T49 v49_;
      const T50 v50_;
    };
    
    # if GTEST_HAS_COMBINE
    // INTERNAL IMPLEMENTATION - DO NOT USE IN USER CODE.
    //
    // Generates values from the Cartesian product of values produced
    // by the argument generators.
    //
    template <typename T1, typename T2>
    class CartesianProductGenerator2
        : public ParamGeneratorInterface< ::std::tr1::tuple<T1, T2> > {
     public:
    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. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-param-util-generated.h

      const T48 v48_;
      const T49 v49_;
      const T50 v50_;
    };
    
    # if GTEST_HAS_COMBINE
    // INTERNAL IMPLEMENTATION - DO NOT USE IN USER CODE.
    //
    // Generates values from the Cartesian product of values produced
    // by the argument generators.
    //
    template <typename T1, typename T2>
    class CartesianProductGenerator2
        : public ParamGeneratorInterface< ::std::tr1::tuple<T1, T2> > {
     public:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 187.7K bytes
    - Viewed (0)
Back to top