Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for device_compiler_test_helper (0.48 sec)

  1. tensorflow/compiler/jit/tests/device_compiler_test_helper.cc

    See the License for the specific language governing permissions and
    limitations under the License.
    ==============================================================================*/
    
    #include "tensorflow/compiler/jit/tests/device_compiler_test_helper.h"
    
    #include <string>
    
    #include "absl/strings/match.h"
    #include "tensorflow/compiler/jit/xla_compilation_cache.pb.h"
    #include "xla/service/hlo.pb.h"
    #include "tensorflow/core/platform/path.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Feb 09 08:24:16 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/tests/device_compiler_test_helper.h

    A. Unique TensorFlower <******@****.***> 1707465880 -0800
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Feb 09 08:24:16 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  3. tensorflow/compiler/jit/tests/BUILD

            "//tensorflow/core:test",
            "@com_google_absl//absl/strings",
        ],
    )
    
    cc_library(
        name = "device_compiler_test_helper",
        testonly = True,
        srcs = ["device_compiler_test_helper.cc"],
        hdrs = ["device_compiler_test_helper.h"],
        visibility = [
            "//tensorflow/compiler/jit:__pkg__",
        ],
        deps = [
            "//tensorflow/compiler/jit:xla_activity_listener",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  4. tensorflow/compiler/jit/tests/device_compiler_serialize_options_test.cc

    ==============================================================================*/
    
    #include "tensorflow/compiler/jit/flags.h"
    #include "tensorflow/compiler/jit/mark_for_compilation_pass.h"
    #include "tensorflow/compiler/jit/tests/device_compiler_test_helper.h"
    #include "tensorflow/core/lib/core/status_test_util.h"
    
    namespace tensorflow {
    namespace {
    
    TEST_F(DeviceCompilerSerializeTest, PersistentCacheOptionsTest) {
      GraphDef graph = GetTestGraph({-1, 4});
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 15 15:13:38 UTC 2023
    - 2.9K bytes
    - Viewed (0)
  5. tensorflow/compiler/jit/tests/device_compiler_serialize_test.cc

    ==============================================================================*/
    
    #include "tensorflow/compiler/jit/flags.h"
    #include "tensorflow/compiler/jit/mark_for_compilation_pass.h"
    #include "tensorflow/compiler/jit/tests/device_compiler_test_helper.h"
    #include "tensorflow/core/lib/core/status_test_util.h"
    
    namespace tensorflow {
    namespace {
    
    TEST_F(DeviceCompilerSerializeTest, PersistentCacheTest) {
      GraphDef graph = GetTestGraph({-1, 4});
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 15 15:13:38 UTC 2023
    - 2.7K bytes
    - Viewed (0)
  6. tensorflow/compiler/jit/device_compilation_profiler_test.cc

    #include "tensorflow/compiler/jit/device_compilation_profiler.h"
    
    #include <memory>
    #include <utility>
    #include <vector>
    
    #include <gmock/gmock.h>
    #include <gtest/gtest.h>
    #include "tensorflow/compiler/jit/tests/device_compiler_test_helper.h"
    #include "tensorflow/compiler/jit/xla_activity.pb.h"
    #include "tensorflow/core/framework/attr_value.pb.h"
    
    namespace tensorflow {
    namespace {
    
    TEST(DeviceCompilationProfilerTest, RegisterExecution) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Dec 22 21:06:33 UTC 2022
    - 8.7K bytes
    - Viewed (0)
  7. tensorflow/compiler/jit/device_compiler_test.cc

    #include "tensorflow/cc/ops/math_ops.h"
    #include "tensorflow/compiler/jit/device_compilation_cluster_signature.h"
    #include "tensorflow/compiler/jit/device_compiler_client.h"
    #include "tensorflow/compiler/jit/tests/device_compiler_test_helper.h"
    #include "tensorflow/compiler/jit/xla_device_compiler_client.h"
    #include "xla/client/client_library.h"
    #include "xla/stream_executor/platform_manager.h"
    #include "tensorflow/core/framework/fake_input.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 19.8K bytes
    - Viewed (0)
Back to top