Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for CheckSavedModelBundle (0.17 sec)

  1. tensorflow/cc/saved_model/saved_model_bundle_lite_test.cc

        ASSERT_EQ(1, path_outputs.size());
    
        test::ExpectTensorEqual<tstring>(
            test::AsTensor<tstring>({"foo.txt"}, TensorShape({})), path_outputs[0]);
      }
    
      void CheckSavedModelBundle(const string& export_dir,
                                 const SavedModelBundleLite& bundle) {
        ValidateAssets(export_dir, bundle);
        // Retrieve the regression signature from the bundle.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Apr 14 19:16:58 UTC 2023
    - 9.7K bytes
    - Viewed (0)
  2. tensorflow/cc/saved_model/saved_model_bundle_test.cc

        ASSERT_EQ(1, path_outputs.size());
    
        test::ExpectTensorEqual<tstring>(
            test::AsTensor<tstring>({"foo.txt"}, TensorShape({})), path_outputs[0]);
      }
    
      void CheckSavedModelBundle(const string& export_dir,
                                 const SavedModelBundle& bundle) {
        ValidateAssets(export_dir, bundle);
        // Retrieve the regression signature from meta graph def.
    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