Home
last modified time | relevance | path

Searched refs:actual_bundle (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/cc/saved_model/
Dsaved_model_bundle_test.cc163 SavedModelBundle actual_bundle; in TEST_F() local
166 &actual_bundle.meta_graph_def)); in TEST_F()
168 session_options, actual_bundle.meta_graph_def, &actual_bundle.session)); in TEST_F()
169 TF_ASSERT_OK(RestoreSession(run_options, actual_bundle.meta_graph_def, in TEST_F()
170 export_dir, &actual_bundle.session)); in TEST_F()
171 CheckSavedModelBundle(export_dir, actual_bundle); in TEST_F()
/external/icu/icu4c/source/test/intltest/
Drestest.cpp345 int32_t i,j,actual_bundle; in testTag() local
368 actual_bundle = 0; /* ne -> default */ in testTag()
370 actual_bundle = 1; /* te_NE -> te */ in testTag()
372 actual_bundle = 2; /* te_IN_NE -> te_IN */ in testTag()
374 actual_bundle = i; in testTag()
382 … if(j == actual_bundle) /* it's in the same bundle OR it's a nonexistent=default bundle (5) */ in testTag()
Drestsnew.cpp697 int32_t i,j,row,col, actual_bundle; in testTag() local
720 actual_bundle = 0; /* ne -> default */ in testTag()
722 actual_bundle = 1; /* te_NE -> te */ in testTag()
724 actual_bundle = 2; /* te_IN_NE -> te_IN */ in testTag()
726 actual_bundle = i; in testTag()
734 … if(j == actual_bundle) /* it's in the same bundle OR it's a nonexistent=default bundle (5) */ in testTag()
/external/icu/icu4c/source/test/cintltst/
Dcrestst.c286 int32_t actual_bundle; in testTag() local
324 actual_bundle = 0; /* ne -> default */ in testTag()
326 actual_bundle = 1; /* te_NE -> te */ in testTag()
328 actual_bundle = 2; /* te_IN_NE -> te_IN */ in testTag()
330 actual_bundle = i; in testTag()
338 … if(j == actual_bundle) /* it's in the same bundle OR it's a nonexistent=default bundle (5) */ in testTag()
353 param[actual_bundle].name); in testTag()
Dcreststn.c1658 int32_t actual_bundle; in testTag() local
1696 actual_bundle = 0; /* ne -> default */ in testTag()
1698 actual_bundle = 1; /* te_NE -> te */ in testTag()
1700 actual_bundle = 2; /* te_IN_NE -> te_IN */ in testTag()
1702 actual_bundle = i; in testTag()
1710 … if(j == actual_bundle) /* it's in the same bundle OR it's a nonexistent=default bundle (5) */ in testTag()
1725 param[actual_bundle].name); in testTag()