Home
last modified time | relevance | path

Searched refs:test_variable (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/tools/graph_transforms/
H A Dsparsify_gather_test.cc74 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/
Dthread_test.cc29 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 Dvariable_helpers_test.py58 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 Dcheckpoint_utils_test.py40 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 Dshift-int64.ll8 define i64 @test_variable(i64 %X, i8 %Amt) {
/aosp_15_r20/external/python/cpython3/Lib/tkinter/test/test_tkinter/
Dtest_variables.py330 def test_variable(self): member in DefaultRootTest
/aosp_15_r20/external/tensorflow/tensorflow/lite/g3doc/guide/
H A Dinference.md515 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/
Dwidget_tests.py514 def test_variable(self): member in StandardOptionsTests
/aosp_15_r20/external/tensorflow/tensorflow/python/saved_model/
H A Dsave_test.py268 def test_variable(self): member in SaveTest
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dcontrol_flow_ops_test.py678 def test_variable(self): member in DataTypesTest
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D3.10.rst608 match test_variable:
614 In the above case, ``test_variable`` will match for ('error', code, 100) and