Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestFreezeGraphWithoutDependentVariables (0.24 sec)

  1. tensorflow/cc/tools/freeze_saved_model_test.cc

      GraphDefEqual(frozen_graph_def, graph_def);
    }
    
    TEST_F(FreezeTest, GraphDefWithoutDependentVariables) {
      TestFreezeGraphWithoutDependentVariables(false);
    }
    
    TEST_F(FreezeTest, GraphDefWithoutDependentResourceVariables) {
      TestFreezeGraphWithoutDependentVariables(true);
    }
    
    TEST_F(FreezeTest, GraphDefWithDependentVariables) {
      TestFreezeGraphWithDependentVariables(false);
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 07 13:30:31 UTC 2022
    - 21.7K bytes
    - Viewed (0)
Back to top