Searched refs:InitFromSerialized (Results 1 – 8 of 8) sorted by relevance
36 if (!result->InitFromSerialized(tree_config_t->scalar<string>()())) { in Compute()90 if (!decision_tree_resource->InitFromSerialized( in Compute()
43 bool InitFromSerialized(const string& serialized);
61 bool TensorForestTreeResource::InitFromSerialized(const string& serialized) { in InitFromSerialized() function in tensorflow::TensorForestTreeResource
52 if (!result->InitFromSerialized( in Compute()191 tree_ensemble_resource->InitFromSerialized( in Compute()
53 bool InitFromSerialized(const string& serialized, const int64 stamp_token);
35 bool BoostedTreesEnsembleResource::InitFromSerialized(const string& serialized, in InitFromSerialized() function in tensorflow::BoostedTreesEnsembleResource
48 if (!result->InitFromSerialized(tree_ensemble_config_t->scalar<string>()(), in Compute()134 ensemble_resource->InitFromSerialized( in Compute()
49 bool InitFromSerialized(const string& serialized, const int64 stamp_token) { in InitFromSerialized() function