Searched refs:test_variable (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/tools/graph_transforms/ |
H A D | sparsify_gather_test.cc | 74 bool test_variable, bool test_kept_concat, in TestSinglePartition() argument 91 if (!test_variable) { in TestSinglePartition() 139 if (!test_variable) { in TestSinglePartition() 171 if (test_variable) { in TestSinglePartition() 286 bool test_variable, in TestMultiPartition() argument 311 if (!test_variable) { in TestMultiPartition() 390 if (!test_variable) { in TestMultiPartition() 403 if (test_variable) { in TestMultiPartition()
|
/aosp_15_r20/frameworks/libs/binary_translation/tests/ndk_program_tests/ |
D | thread_test.cc | 29 int test_variable = 0; in TEST() local 31 &thread, nullptr, ThreadCreateJoinFunc, reinterpret_cast<void*>(&test_variable)), in TEST() 34 ASSERT_EQ(test_variable, 1); in TEST()
|
/aosp_15_r20/external/federated-compute/fcp/artifact_building/ |
H A D | variable_helpers_test.py | 58 test_variable = vl[0] 59 self.assertEqual(test_variable.initial_value.shape.as_list(), [5, 0, 0]) 60 self.assertEqual(test_variable.shape.as_list(), [5, None, None])
|
H A D | checkpoint_utils_test.py | 40 for test_variable in test_vars: 43 session.run(test_variable.assign(test_value_to_save)) 44 self.assertEqual(session.run(test_variable), test_value_to_save)
|
/aosp_15_r20/external/llvm/test/CodeGen/Generic/ |
H A D | shift-int64.ll | 8 define i64 @test_variable(i64 %X, i8 %Amt) {
|
/aosp_15_r20/external/python/cpython3/Lib/tkinter/test/test_tkinter/ |
D | test_variables.py | 330 def test_variable(self): member in DefaultRootTest
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/g3doc/guide/ |
H A D | inference.md | 515 SAVED_MODEL_PATH = 'content/saved_models/test_variable' 516 TFLITE_FILE_PATH = 'content/test_variable.tflite'
|
/aosp_15_r20/external/python/cpython2/Lib/lib-tk/test/ |
D | widget_tests.py | 514 def test_variable(self): member in StandardOptionsTests
|
/aosp_15_r20/external/tensorflow/tensorflow/python/saved_model/ |
H A D | save_test.py | 268 def test_variable(self): member in SaveTest
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ |
H A D | control_flow_ops_test.py | 678 def test_variable(self): member in DataTypesTest
|
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/ |
D | 3.10.rst | 608 match test_variable: 614 In the above case, ``test_variable`` will match for ('error', code, 100) and
|