Searched refs:revived (Results 1 – 14 of 14) sorted by relevance
/external/tensorflow/tensorflow/python/keras/saving/saved_model/ |
D | revive_test.py | 196 def _assert_revived_correctness(self, model, revived): argument 197 self.assertAllEqual(model.input_names, revived.input_names) 198 self.assertAllEqual(model.output_names, revived.output_names) 203 for (i, r) in zip(model.inputs, revived.inputs) 208 for (i, r) in zip(model.outputs, revived.outputs) 212 self.evaluate(revived.weights)) 215 if isinstance(revived._saved_model_inputs_spec, 219 self.assertAllClose(model(input_arr), revived(input_arr)) 220 self.assertAllClose(sum(model.losses), sum(revived.losses)) 221 self.assertAllClose(len(model.losses), len(revived.losses)) [all …]
|
/external/tensorflow/tensorflow/c/experimental/saved_model/core/revived_types/ |
D | partially_revived_objects.cc | 330 RevivedObjects* revived) { in InitializeCreateResourceFunctions() argument 346 revived->concrete_functions.Insert(std::move(out), in InitializeCreateResourceFunctions() 355 RevivedObjects* revived) { in InitializeAllFunctions() argument 357 destination_sig_map = &revived->signature_def_functions; in InitializeAllFunctions() 363 if (revived->concrete_functions.Find(node_id)) { in InitializeAllFunctions() 373 revived->concrete_functions.Insert(std::move(out), node_id); in InitializeAllFunctions() 396 RevivedObjects* revived) { in CreateAllResourceHandles() argument 402 revived->concrete_functions.Find(create_resource_fn_node); in CreateAllResourceHandles() 432 RevivedObjects* revived) { in BuildResources() argument 443 create_resource = revived->concrete_functions.Find( in BuildResources() [all …]
|
D | partially_revived_objects.h | 57 const SavedObjectGraph& obj_graph, RevivedObjects* revived);
|
/external/tensorflow/tensorflow/c/experimental/saved_model/core/ |
D | constant_loading_test.cc | 73 std::unique_ptr<Constant> revived; in TEST_P() local 74 TF_EXPECT_OK(internal::TensorProtoToConstant(context(), proto, &revived)); in TEST_P() 78 ImmediateExecutionTensorHandle* handle = revived->handle(); in TEST_P()
|
D | tf_saved_model_api.cc | 165 Status InitializeAllResources(const RevivedObjects& revived) { in InitializeAllResources() argument 166 for (const auto& node_and_resource : revived.restored_resources) { in InitializeAllResources()
|
/external/python/cpython3/Lib/test/test_importlib/ |
D | test_main.py | 226 revived = pickle.loads(pickle.dumps(self.ep)) 227 assert revived == self.ep
|
/external/tensorflow/tensorflow/python/keras/feature_column/ |
D | sequence_feature_column_test.py | 610 revived = keras.layers.deserialize(config) 611 self.assertIsInstance(revived, ksfc.SequenceFeatures)
|
/external/rust/crates/chrono/ |
D | CHANGELOG.md | 433 In the future they may be revived with more complete implementations.
|
/external/libtextclassifier/native/annotator/pod_ner/test_data/ |
D | vocab.txt | 10571 revived
|
/external/kotlinx.coroutines/benchmarks/src/jmh/resources/ |
D | words.shakespeare.txt.gz |
|
D | ospd.txt.gz |
|
/external/brotli/tests/testdata/ |
D | plrabn12.txt | 5116 Enlightened, and their languished hope revived. 7283 Or of revived Adonis, or renowned
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|
/external/one-true-awk/testdir/ |
D | bib | 1386 …hen he saw the wagons which Joseph had sent to carry him, the spirit of Jacob their father revived: 6949 …ame water thereout; and when he had drunk, his spirit came again, and he revived: wherefore he cal… 9340 … the LORD heard the voice of Elijah; and the soul of the child came into him again, and he revived. 9893 …isha: and when the man was let down, and touched the bones of Elisha, he revived, and stood up on … 28101 For I was alive without the law once: but when the commandment came, sin revived, and I died. 28290 For to this end Christ both died, and rose, and revived, that he might be Lord both of the dead and…
|