Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 55 of 55 for Requirements (0.53 sec)

  1. src/vendor/golang.org/x/net/dns/dnsmessage/message.go

    // same way, and each type of Resource must be fully parsed or skipped before
    // proceeding to the next type of Resource.
    //
    // Parser is safe to copy to preserve the parsing state.
    //
    // Note that there is no requirement to fully skip or parse the message.
    type Parser struct {
    	msg    []byte
    	header header
    
    	section         section
    	off             int
    	index           int
    	resHeaderValid  bool
    	resHeaderOffset int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Mar 09 00:09:40 UTC 2024
    - 69K bytes
    - Viewed (0)
  2. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest-param-test.h

    //
    //
    // A parameterized test fixture must be derived from testing::Test and from
    // testing::WithParamInterface<T>, where T is the type of the parameter
    // values. Inheriting from TestWithParam<T> satisfies that requirement because
    // TestWithParam<T> inherits from both Test and WithParamInterface. In more
    // complicated hierarchies, however, it is occasionally useful to inherit
    // separately from Test and WithParamInterface. For example:
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 74.1K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/gtest-param-test.h

    //
    //
    // A parameterized test fixture must be derived from testing::Test and from
    // testing::WithParamInterface<T>, where T is the type of the parameter
    // values. Inheriting from TestWithParam<T> satisfies that requirement because
    // TestWithParam<T> inherits from both Test and WithParamInterface. In more
    // complicated hierarchies, however, it is occasionally useful to inherit
    // separately from Test and WithParamInterface. For example:
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 74.1K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/regalloc.go

    					// ADDQconst is added here because we want to treat it as resultInArg0 for
    					// the purposes of desired registers, even though it is not an absolute requirement.
    					// This is because we'd rather implement it as ADDQ instead of LEAQ.
    					// Same for ADDLconst
    					// Select0 is added here to propagate the desired register to the tuple-generating instruction.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 17:49:56 UTC 2023
    - 87.2K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/g3doc/_includes/tf_passes.md

    to such variables for each replica are redundant and can be replaced by writing
    a single value from first replica.
    
    The benefit of this optimization is reduced memory requirement on host. For
    multiple writes (one from each replica) to such variables, the host would
    allocate buffer space to receive the device output from all replicas, which is
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 02 02:26:39 UTC 2023
    - 96.4K bytes
    - Viewed (0)
Back to top