Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for half_plus_two_pbtxt (0.21 sec)

  1. 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)
  2. 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)
Back to top