Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for half_plus_two_pbtxt (0.46 sec)

  1. tensorflow/cc/saved_model/BUILD

    # TODO(b/32673259): add a test to continuously validate these files.
    filegroup(
        name = "saved_model_test_files",
        srcs = glob([
            "testdata/AssetModule/**",
            "testdata/half_plus_two_pbtxt/**",
            "testdata/half_plus_two_main_op/**",
            "testdata/half_plus_two/**",
            "testdata/half_plus_two_v2/**",
            "testdata/x_plus_y_v2_debuginfo/**",
            "testdata/CyclicModule/**",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 05:43:44 UTC 2024
    - 18.5K bytes
    - Viewed (0)
  2. tensorflow/cc/saved_model/reader_test.cc

    #include "tensorflow/core/platform/resource_loader.h"
    
    namespace tensorflow {
    namespace {
    
    string TestDataPbTxt() {
      return io::JoinPath("tensorflow", "cc", "saved_model", "testdata",
                          "half_plus_two_pbtxt", "00000123");
    }
    
    string TestDataSharded() {
      return io::JoinPath("tensorflow", "cc", "saved_model", "testdata",
                          "half_plus_two", "00000123");
    }
    
    string ChunkedSavedModel() {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 17 21:17:08 UTC 2023
    - 5.1K bytes
    - Viewed (0)
  3. tensorflow/cc/saved_model/saved_model_bundle_lite_test.cc

    #include "tensorflow/core/platform/test.h"
    #include "tensorflow/core/protobuf/config.pb.h"
    
    namespace tensorflow {
    namespace {
    
    constexpr char kTestDataPbTxt[] =
        "cc/saved_model/testdata/half_plus_two_pbtxt/00000123";
    constexpr char kTestDataMainOp[] =
        "cc/saved_model/testdata/half_plus_two_main_op/00000123";
    constexpr char kTestDataSharded[] =
        "cc/saved_model/testdata/half_plus_two/00000123";
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Apr 14 19:16:58 UTC 2023
    - 9.7K bytes
    - Viewed (0)
  4. tensorflow/cc/saved_model/saved_model_bundle_test.cc

    #include "tensorflow/core/platform/test.h"
    #include "tensorflow/core/protobuf/meta_graph.pb.h"
    
    namespace tensorflow {
    namespace {
    
    constexpr char kTestDataPbTxt[] =
        "cc/saved_model/testdata/half_plus_two_pbtxt/00000123";
    constexpr char kTestDataMainOp[] =
        "cc/saved_model/testdata/half_plus_two_main_op/00000123";
    constexpr char kTestDataSharded[] =
        "cc/saved_model/testdata/half_plus_two/00000123";
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Apr 14 19:16:58 UTC 2023
    - 15.3K bytes
    - Viewed (0)
Back to top