Searched refs:feature_dict (Results 1 – 5 of 5) sorted by relevance
123 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,
222 const auto& feature_dict = features.feature(); in SingleExampleProtoToTensors() local232 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()
248 feature_dict = {253 feature_dict, None)
64 feature_dict = {'features': constant_op.constant(features)}68 return feature_dict, my_labels
53 def make_example_proto(feature_dict, target, value=1.0): argument59 for key, values in feature_dict.items():