Home
last modified time | relevance | path

Searched refs:assertIsNotNone (Results 1 – 25 of 155) sorted by relevance

1234567

/external/tensorflow/tensorflow/examples/speech_commands/
Dmodels_test.py30 self.assertIsNotNone(
39 self.assertIsNotNone(logits)
40 self.assertIsNotNone(dropout_prob)
41 self.assertIsNotNone(sess.graph.get_tensor_by_name(logits.name))
42 self.assertIsNotNone(sess.graph.get_tensor_by_name(dropout_prob.name))
50 self.assertIsNotNone(logits)
51 self.assertIsNotNone(sess.graph.get_tensor_by_name(logits.name))
59 self.assertIsNotNone(logits)
60 self.assertIsNotNone(dropout_prob)
61 self.assertIsNotNone(sess.graph.get_tensor_by_name(logits.name))
[all …]
Dinput_data_test.py123 self.assertIsNotNone(sample_data)
131 self.assertIsNotNone(loaded_data)
155 self.assertIsNotNone(audio_processor.wav_filename_placeholder_)
156 self.assertIsNotNone(audio_processor.foreground_volume_placeholder_)
157 self.assertIsNotNone(audio_processor.time_shift_padding_placeholder_)
158 self.assertIsNotNone(audio_processor.time_shift_offset_placeholder_)
159 self.assertIsNotNone(audio_processor.background_data_placeholder_)
160 self.assertIsNotNone(audio_processor.background_volume_placeholder_)
161 self.assertIsNotNone(audio_processor.mfcc_)
Dfreeze_test.py31 self.assertIsNotNone(sess.graph.get_tensor_by_name('wav_data:0'))
32 self.assertIsNotNone(
34 self.assertIsNotNone(sess.graph.get_tensor_by_name('labels_softmax:0'))
/external/clang/tools/scan-build-py/tests/unit/
Dtest_compilation.py14 self.assertIsNotNone(sut.compiler_language(['clang']))
15 self.assertIsNotNone(sut.compiler_language(['clang-3.6']))
16 self.assertIsNotNone(sut.compiler_language(['clang++']))
17 self.assertIsNotNone(sut.compiler_language(['clang++-3.5.1']))
18 self.assertIsNotNone(sut.compiler_language(['cc']))
19 self.assertIsNotNone(sut.compiler_language(['c++']))
20 self.assertIsNotNone(sut.compiler_language(['gcc']))
21 self.assertIsNotNone(sut.compiler_language(['g++']))
22 self.assertIsNotNone(sut.compiler_language(['/usr/local/bin/gcc']))
23 self.assertIsNotNone(sut.compiler_language(['/usr/local/bin/g++']))
[all …]
Dtest_libear.py18 self.assertIsNotNone(dirname)
29 self.assertIsNotNone(dirname)
/external/tensorflow/tensorflow/examples/image_retraining/
Dretrain_test.py66 self.assertIsNotNone(sess.graph.get_tensor_by_name('DistortJPGInput:0'))
67 self.assertIsNotNone(sess.graph.get_tensor_by_name('DistortResult:0'))
76 self.assertIsNotNone(sess.graph.get_tensor_by_name('final:0'))
85 self.assertIsNotNone(sess.graph.get_tensor_by_name('final:0'))
91 self.assertIsNotNone(retrain.add_evaluation_step(final, gt))
96 self.assertIsNotNone(jpeg_data)
97 self.assertIsNotNone(mul_image)
107 self.assertIsNotNone(model_info)
113 self.assertIsNotNone(model_info)
/external/python/cpython3/Lib/test/test_importlib/source/
Dtest_case_sensitivity.py46 self.assertIsNotNone(sensitive)
55 self.assertIsNotNone(sensitive)
57 self.assertIsNotNone(insensitive)
/external/protobuf/objectivec/DevTools/
Dpddm_tests.py54 self.assertIsNotNone(macro)
76 self.assertIsNotNone(macro)
81 self.assertIsNotNone(macro)
86 self.assertIsNotNone(macro)
98 self.assertIsNotNone(macro)
/external/toolchain-utils/crosperf/
Dsettings_factory_unittest.py20 self.assertIsNotNone(res)
33 self.assertIsNotNone(res)
50 self.assertIsNotNone(res)
Ddownload_images_buildid_test.py57 def assertIsNotNone(self, arg, arg_name): member in ImageDownloaderBuildIDTest
78 self.assertIsNotNone(result, 'result')
/external/python/cpython3/Lib/test/
Dtest_pkgutil.py412 self.assertIsNotNone(pkgutil.get_loader("sys"))
413 self.assertIsNotNone(pkgutil.get_loader("os"))
414 self.assertIsNotNone(pkgutil.get_loader("test.support"))
424 self.assertIsNotNone(pkgutil.get_loader(__name__))
463 self.assertIsNotNone(pkgutil.find_loader("sys"))
464 self.assertIsNotNone(pkgutil.find_loader("os"))
465 self.assertIsNotNone(pkgutil.find_loader("test.support"))
Dtest_winconsoleio.py79 self.assertIsNotNone(f.fileno())
86 self.assertIsNotNone(f.fileno())
93 self.assertIsNotNone(f.fileno())
/external/tensorflow/tensorflow/contrib/slim/python/slim/
Dlearning_test.py445 self.assertIsNotNone(loss)
464 self.assertIsNotNone(loss)
488 self.assertIsNotNone(loss)
519 self.assertIsNotNone(loss)
549 self.assertIsNotNone(loss)
648 self.assertIsNotNone(loss)
671 self.assertIsNotNone(loss)
698 self.assertIsNotNone(loss)
740 self.assertIsNotNone(loss)
766 self.assertIsNotNone(loss)
[all …]
/external/tensorflow/tensorflow/contrib/estimator/python/estimator/
Dmulti_head_test.py48 test_case.assertIsNotNone(scaffold.saver)
314 self.assertIsNotNone(spec.loss)
513 self.assertIsNotNone(spec.loss)
515 self.assertIsNotNone(spec.train_op)
523 self.assertIsNotNone(spec.scaffold.summary_op)
574 self.assertIsNotNone(spec.loss)
576 self.assertIsNotNone(spec.train_op)
584 self.assertIsNotNone(spec.scaffold.summary_op)
Dhead_test.py55 test_case.assertIsNotNone(scaffold.saver)
411 self.assertIsNotNone(spec.loss)
628 self.assertIsNotNone(spec.loss)
794 self.assertIsNotNone(spec.loss)
796 self.assertIsNotNone(spec.train_op)
804 self.assertIsNotNone(spec.scaffold.summary_op)
899 self.assertIsNotNone(spec.scaffold.summary_op)
936 self.assertIsNotNone(spec.loss)
938 self.assertIsNotNone(spec.train_op)
946 self.assertIsNotNone(spec.scaffold.summary_op)
/external/python/cpython3/Lib/test/test_importlib/frozen/
Dtest_finder.py24 self.assertIsNotNone(spec)
28 self.assertIsNotNone(spec)
/external/tensorflow/tensorflow/python/estimator/canned/
Dhead_test.py60 test_case.assertIsNotNone(scaffold.saver)
529 self.assertIsNotNone(spec.loss)
701 self.assertIsNotNone(spec.loss)
818 self.assertIsNotNone(spec.loss)
820 self.assertIsNotNone(spec.train_op)
828 self.assertIsNotNone(spec.scaffold.summary_op)
866 self.assertIsNotNone(spec.scaffold.summary_op)
907 self.assertIsNotNone(spec.scaffold.summary_op)
986 self.assertIsNotNone(spec.loss)
988 self.assertIsNotNone(spec.train_op)
[all …]
/external/tensorflow/tensorflow/contrib/training/python/training/
Dtraining_test.py289 self.assertIsNotNone(loss)
312 self.assertIsNotNone(loss)
346 self.assertIsNotNone(loss)
414 self.assertIsNotNone(loss)
440 self.assertIsNotNone(loss)
520 self.assertIsNotNone(loss)
599 self.assertIsNotNone(loss0)
616 self.assertIsNotNone(loss1)
/external/libmojo/third_party/catapult/devil/devil/android/sdk/
Dadb_compatibility_devicetest.py47 self.assertIsNotNone(
57 self.assertIsNotNone(
/external/autotest/site_utils/sponge_lib/
Dsponge_utils_functional_test.py111 self.assertIsNotNone(invocation_url)
147 self.assertIsNotNone(invocation_url)
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Dstate_saving_rnn_estimator_test.py357 self.assertIsNotNone(model_fn_ops.predictions)
358 self.assertIsNotNone(model_fn_ops.loss)
359 self.assertIsNotNone(model_fn_ops.train_op)
365 self.assertIsNotNone(model_fn_ops.predictions)
366 self.assertIsNotNone(model_fn_ops.loss)
373 self.assertIsNotNone(model_fn_ops.predictions)
Ddynamic_rnn_estimator_test.py226 self.assertIsNotNone(model_fn_ops.predictions)
227 self.assertIsNotNone(model_fn_ops.loss)
228 self.assertIsNotNone(model_fn_ops.train_op)
234 self.assertIsNotNone(model_fn_ops.predictions)
235 self.assertIsNotNone(model_fn_ops.loss)
242 self.assertIsNotNone(model_fn_ops.predictions)
/external/python/cpython3/Lib/sqlite3/test/
Dtypes.py296 self.assertIsNotNone(self.cur.description)
303 self.assertIsNotNone(self.cur.description)
309 self.assertIsNotNone(self.cur.description)
312 self.assertIsNotNone(self.cur.description)
/external/autotest/server/hosts/
Dssh_multiplex_unittest.py19 self.assertIsNotNone(conn1)
/external/chromium-trace/catapult/devil/devil/android/
Dlogcat_monitor_test.py48 self.assertIsNotNone(
51 self.assertIsNotNone(

1234567