Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 206 for includes_ (0.16 sec)

  1. tensorflow/compiler/jit/BUILD

    )
    
    package_group(
        name = "internal",
        includes = [
            "//tensorflow/compiler/tf2xla:internal",
        ],
        packages = [
            "//tensorflow/c/...",
            "//tensorflow/compiler/tests/...",
            "//tensorflow/core/tfrt/saved_model/...",
            "//tensorflow/python/...",
        ],
    )
    
    package_group(
        name = "friends",
        includes = [
            "//tensorflow/compiler/tf2xla:friends",
        ],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 00:41:19 UTC 2024
    - 61.5K bytes
    - Viewed (0)
  2. tensorflow/cc/gradients/math_grad.cc

    #include <cmath>
    
    #include "tensorflow/cc/framework/grad_op_registry.h"
    #include "tensorflow/cc/framework/gradients.h"
    #include "tensorflow/cc/gradients/grad_helper.h"
    #include "tensorflow/cc/ops/array_ops.h"
    #include "tensorflow/cc/ops/array_ops_internal.h"
    #include "tensorflow/cc/ops/math_ops.h"
    #include "tensorflow/cc/ops/math_ops_internal.h"
    #include "tensorflow/cc/ops/standard_ops.h"
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Aug 25 18:20:20 UTC 2023
    - 50.7K bytes
    - Viewed (0)
  3. .bazelrc

    build:linux --define=LIBDIR=$(PREFIX)/lib
    build:linux --define=INCLUDEDIR=$(PREFIX)/include
    build:linux --define=PROTOBUF_INCLUDE_PATH=$(PREFIX)/include
    build:macos --define=PREFIX=/usr
    build:macos --define=LIBDIR=$(PREFIX)/lib
    build:macos --define=INCLUDEDIR=$(PREFIX)/include
    build:macos --define=PROTOBUF_INCLUDE_PATH=$(PREFIX)/include
    # TF_SYSTEM_LIBS do not work on windows.
    
    # By default, build TF in C++ 17 mode.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 17:12:54 UTC 2024
    - 52.9K bytes
    - Viewed (0)
  4. src/testing/testing.go

    	// we don't need to check what the old test name was or log an extra NAME line
    	// for it. (We're updating it anyway, and the current message already includes
    	// the test name.)
    	p.lastName = testName
    	fmt.Fprintf(p.w, p.prefix()+format, args...)
    }
    
    // Printf prints a message, generated by the named test, that does not
    // necessarily mention that tests's name itself.
    func (p *chattyPrinter) Printf(testName, format string, args ...any) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 76.1K bytes
    - Viewed (0)
  5. src/runtime/mgcpacer.go

    	//
    	// Where utilization includes just background GC workers and assists. It does *not*
    	// include idle GC work time, because in theory the mutator is free to take that at
    	// any point.
    	//
    	// For scanning, that CPU time is
    	//
    	//    assistDuration * procs * (utilization + idleUtilization)
    	//
    	// In this case, we *include* idle utilization, because that is additional CPU time that
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/extensions/v1beta1/types.go

    // that should not be included within this rule.
    type IPBlock struct {
    	// CIDR is a string representing the IP Block
    	// Valid examples are "192.168.1.0/24" or "2001:db8::/64"
    	CIDR string `json:"cidr" protobuf:"bytes,1,name=cidr"`
    	// Except is a slice of CIDRs that should not be included within an IP Block
    	// Valid examples are "192.168.1.0/24" or "2001:db8::/64"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:29 UTC 2023
    - 61.3K bytes
    - Viewed (0)
  7. maven-core/src/test/java/org/apache/maven/project/PomConstructionTest.java

            assertEquals(Boolean.TRUE, pom.getValue("build/resources[1]/filtering"));
            assertEquals(1, ((List<?>) pom.getValue("build/resources[1]/includes")).size());
            assertPathSuffixEquals("main.included", pom.getValue("build/resources[1]/includes[1]"));
            assertEquals(1, ((List<?>) pom.getValue("build/resources[1]/excludes")).size());
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Apr 12 10:50:18 UTC 2024
    - 93.2K bytes
    - Viewed (0)
  8. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest-param-test.h

    }
    
    #endif  // 0
    
    #include "gtest/internal/gtest-port.h"
    
    #if !GTEST_OS_SYMBIAN
    # include <utility>
    #endif
    
    // scripts/fuse_gtest.py depends on gtest's own header being #included
    // *unconditionally*.  Therefore these #includes cannot be moved
    // inside #if GTEST_HAS_PARAM_TEST.
    #include "gtest/internal/gtest-internal.h"
    #include "gtest/internal/gtest-param-util.h"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 74.1K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/transforms/optimize_patterns.td

    // This is the optimization pattern definition file for TensorFlow Lite.
    
    include "mlir/IR/OpBase.td"
    include "mlir/IR/PatternBase.td"
    include "mlir/Dialect/Arith/IR/ArithOps.td"
    include "mlir/Dialect/Func/IR/FuncOps.td"
    include "tensorflow/compiler/mlir/lite/ir/tfl_ops.td"
    include "tensorflow/compiler/mlir/lite/utils/utils.td"
    include "tensorflow/compiler/mlir/tensorflow/ir/tf_ops.td"
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 66.4K bytes
    - Viewed (0)
  10. guava/src/com/google/common/reflect/TypeToken.java

       * relationship is arbitrary and not guaranteed.
       *
       * <p>If this type is a type variable or wildcard, upper bounds that are themselves type variables
       * aren't included (their super interfaces and superclasses are).
       */
      public final TypeSet getTypes() {
        return new TypeSet();
      }
    
      /**
       * Returns the generic form of {@code superclass}. For example, if this is {@code
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jun 26 21:02:13 UTC 2023
    - 53.6K bytes
    - Viewed (0)
Back to top