Home
last modified time | relevance | path

Searched refs:feature_dict (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/
Dtest_utils.py123 feature_dict, _ = eval_input_fn()
125 feature_dict[TrainEvalFeatures.VALUES] = math_ops.cast(
126 feature_dict[TrainEvalFeatures.VALUES], generative_model.dtype)
129 features=feature_dict,
/external/tensorflow/tensorflow/core/util/
Dexample_proto_helper.cc222 const auto& feature_dict = features.feature(); in SingleExampleProtoToTensors() local
232 const auto& feature_found = feature_dict.find(key); in SingleExampleProtoToTensors()
234 (feature_found != feature_dict.end() && in SingleExampleProtoToTensors()
271 const auto& feature_found = feature_dict.find(key); in SingleExampleProtoToTensors()
274 (feature_found != feature_dict.end() && in SingleExampleProtoToTensors()
/external/tensorflow/tensorflow/contrib/factorization/python/ops/
Dkmeans_test.py248 feature_dict = {
253 feature_dict, None)
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Ddebug_test.py64 feature_dict = {'features': constant_op.constant(features)}
68 return feature_dict, my_labels
/external/tensorflow/tensorflow/contrib/linear_optimizer/python/kernel_tests/
Dsdca_ops_test.py53 def make_example_proto(feature_dict, target, value=1.0): argument
59 for key, values in feature_dict.items():