Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 99 for includedIf (0.16 sec)

  1. configure.py

          syslibs = ','.join(sorted(syslibs.split(',')))
        else:
          syslibs = ','.join(sorted(syslibs.split()))
        write_action_env_to_bazelrc('TF_SYSTEM_LIBS', syslibs)
    
      for varname in ('PREFIX', 'LIBDIR', 'INCLUDEDIR', 'PROTOBUF_INCLUDE_PATH'):
        if varname in environ_cp:
          write_to_bazelrc('build --define=%s=%s' % (varname, environ_cp[varname]))
    
    
    def set_windows_build_flags(environ_cp):
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 10 04:32:44 UTC 2024
    - 53.8K bytes
    - Viewed (1)
  2. tensorflow/compiler/mlir/quantization/tensorflow/passes/quantize_composite_functions.cc

            }
          }
        }
    
        return success();
      }
    };
    
    // Converts const -> quant.qcast pattern to quantized constant, after
    // quantization parameters are safely included to each quantize composite
    // functions.
    class QuantizeConstPattern
        : public OpRewritePattern<quantfork::QuantizeCastOp> {
     public:
      // This pattern should have larger benefit than ReplaceQuantizePattern
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 54.5K bytes
    - Viewed (0)
  3. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest.h

    //
    // Author: ******@****.*** (Zhanyong Wan)
    //
    // The Google C++ Testing Framework (Google Test)
    //
    // This header file defines the public API for Google Test.  It should be
    // included by any test program that uses Google Test.
    //
    // IMPORTANT NOTE: Due to limitation of the C++ language, we have to
    // leave some internal implementation details in this header file.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 86.4K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/gtest.h

    //
    // Author: ******@****.*** (Zhanyong Wan)
    //
    // The Google C++ Testing Framework (Google Test)
    //
    // This header file defines the public API for Google Test.  It should be
    // included by any test program that uses Google Test.
    //
    // IMPORTANT NOTE: Due to limitation of the C++ language, we have to
    // leave some internal implementation details in this header file.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 86.4K bytes
    - Viewed (0)
  5. src/cmd/go/internal/modload/load.go

    			mainModulePrefix := MainModules.PathPrefix(mainModule)
    			if mainModulePrefix == "" {
    				pkg := suffix
    				if pkg == "builtin" {
    					// "builtin" is a pseudo-package with a real source file.
    					// It's not included in "std", so it shouldn't resolve from "."
    					// within module "std" either.
    					return "", errPkgIsBuiltin
    				}
    				return pkg, nil
    			}
    
    			pkg := pathpkg.Join(mainModulePrefix, suffix)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 14:56:56 UTC 2024
    - 84K bytes
    - Viewed (0)
  6. tensorflow/c/c_api_function_test.cc

                string(TF_Message(s_)));
    }
    
    TEST_F(CApiFunctionTest, OutputOpNotInBody) {
      /*
       *                  |  |
       *                  v  v
       *                  add    scalar    (scalar not included in body)
       *                   |       |
       *                   v       v       (function has two outputs)
       */
      // Define
      TF_Operation* feed1 = Placeholder(func_graph_, s_, "feed1");
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jul 20 22:08:54 UTC 2023
    - 63.6K bytes
    - Viewed (0)
  7. pkg/controller/podautoscaler/replica_calculator_test.go

    	fakeClient.AddReactor("list", "pods", func(action core.Action) (handled bool, ret runtime.Object, err error) {
    		obj := &v1.PodList{}
    		podsCount := int(tc.currentReplicas)
    		// Failed pods are not included in tc.currentReplicas
    		if tc.podPhase != nil && len(tc.podPhase) > podsCount {
    			podsCount = len(tc.podPhase)
    		}
    		for i := 0; i < podsCount; i++ {
    			podReadiness := v1.ConditionTrue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Aug 19 03:31:34 UTC 2023
    - 68.4K bytes
    - Viewed (0)
  8. src/cmd/link/internal/ld/lib.go

    // copies of the Software, and to permit persons to whom the Software is
    // furnished to do so, subject to the following conditions:
    //
    // The above copyright notice and this permission notice shall be included in
    // all copies or substantial portions of the Software.
    //
    // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 18:45:27 UTC 2024
    - 88.6K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tf2xla/internal/passes/extract_outside_compilation.cc

      // incremented for each _XlaHostComputeMlir.
      int communication_key_index = 0;
    
      // Decompose control flow into device and host control flow when outside
      // compilation is included.
      if (failed(DecomposeControlFlow(device_cluster, core_to_compilation_key,
                                      core_to_device_ordinal,
                                      communication_key_index, is_map_oc)))
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 21:25:12 UTC 2024
    - 68.3K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/windows/setupapi_windows.go

    type SPDIT uint32
    
    const (
    	SPDIT_NODRIVER     SPDIT = 0x00000000
    	SPDIT_CLASSDRIVER  SPDIT = 0x00000001
    	SPDIT_COMPATDRIVER SPDIT = 0x00000002
    )
    
    // DIGCF flags control what is included in the device information set built by SetupDiGetClassDevs
    type DIGCF uint32
    
    const (
    	DIGCF_DEFAULT         DIGCF = 0x00000001 // only valid with DIGCF_DEVICEINTERFACE
    	DIGCF_PRESENT         DIGCF = 0x00000002
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 26 00:11:50 UTC 2022
    - 67.2K bytes
    - Viewed (0)
Back to top