Home
last modified time | relevance | path

Searched refs:test_serialization (Results 1 – 23 of 23) sorted by relevance

/external/libchrome/base/json/
Djson_value_serializer_unittest.cc241 std::string test_serialization; in TEST() local
242 JSONStringValueSerializer mutable_serializer(&test_serialization); in TEST()
244 ASSERT_EQ(kOriginalSerialization, test_serialization); in TEST()
264 ASSERT_EQ(pretty_serialization, test_serialization); in TEST()
/external/tensorflow/tensorflow/python/training/experimental/
Dloss_scale_test.py84 def test_serialization(self): member in FixedLossScaleTest
282 def test_serialization(self): member in DynamicLossScaleTest
/external/tensorflow/tensorflow/python/keras/
Dconstraints_test.py47 def test_serialization(self): member in KerasConstraintsTest
Dactivations_test.py39 def test_serialization(self): member in KerasActivationsTest
Dlosses_test.py195 def test_serialization(self): member in KerasLossesTest
/external/tensorflow/tensorflow/python/keras/layers/
Ddense_attention_test.py158 def test_serialization(self): member in BaseDenseAttentionTest
507 def test_serialization(self, use_scale): member in AttentionTest
748 def test_serialization(self): member in AdditiveAttentionTest
/external/tensorflow/tensorflow/python/feature_column/
Dsequence_feature_column_test.py183 def test_serialization(self): member in SequenceCategoricalColumnWithIdentityTest
1001 def test_serialization(self): member in SequenceNumericColumnTest
Dfeature_column_v2_test.py448 def test_serialization(self): member in NumericColumnTest
747 def test_serialization(self): member in BucketizedColumnTest
986 def test_serialization(self): member in HashedCategoricalColumnTest
1365 def test_serialization(self): member in CrossedColumnTest
3491 def test_serialization(self): member in VocabularyFileCategoricalColumnTest
3940 def test_serialization(self): member in VocabularyListCategoricalColumnTest
4266 def test_serialization(self): member in IdentityCategoricalColumnTest
4603 def test_serialization(self): member in IndicatorColumnTest
6013 def test_serialization(self): member in SharedEmbeddingColumnTest
6387 def test_serialization(self): member in WeightedCategoricalColumnTest
/external/tensorflow/tensorflow/python/keras/mixed_precision/
Dpolicy_test.py244 def test_serialization(self): member in PolicyTest
/external/python/cpython3/Lib/test/
Dtest_positional_only_arg.py353 def test_serialization(self): member in PositionalOnlyTestCase
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DSQLTimeoutExceptionTest.java1063 public void test_serialization() throws Exception { in test_serialization() method in SQLTimeoutExceptionTest
DSQLInvalidAuthorizationSpecExceptionTest.java1285 public void test_serialization() throws Exception { in test_serialization() method in SQLInvalidAuthorizationSpecExceptionTest
DSQLIntegrityConstraintViolationExceptionTest.java1301 public void test_serialization() throws Exception { in test_serialization() method in SQLIntegrityConstraintViolationExceptionTest
DSQLNonTransientExceptionTest.java1064 public void test_serialization() throws Exception { in test_serialization() method in SQLNonTransientExceptionTest
DSQLNonTransientConnectionExceptionTest.java1270 public void test_serialization() throws Exception { in test_serialization() method in SQLNonTransientConnectionExceptionTest
DSQLTransactionRollbackExceptionTest.java1226 public void test_serialization() throws Exception { in test_serialization() method in SQLTransactionRollbackExceptionTest
DSQLTransientConnectionExceptionTest.java1226 public void test_serialization() throws Exception { in test_serialization() method in SQLTransientConnectionExceptionTest
DSQLTransientExceptionTest.java1064 public void test_serialization() throws Exception { in test_serialization() method in SQLTransientExceptionTest
DSQLDataExceptionTest.java1057 public void test_serialization() throws Exception { in test_serialization() method in SQLDataExceptionTest
DSQLFeatureNotSupportedExceptionTest.java1226 public void test_serialization() throws Exception { in test_serialization() method in SQLFeatureNotSupportedExceptionTest
DSQLSyntaxErrorExceptionTest.java1064 public void test_serialization() throws Exception { in test_serialization() method in SQLSyntaxErrorExceptionTest
DSQLRecoverableExceptionTest.java1064 public void test_serialization() throws Exception { in test_serialization() method in SQLRecoverableExceptionTest
/external/rust/crates/url/tests/
Dunit.rs312 fn test_serialization() { in test_serialization() function