tf.contrib.layers.make_place_holder_tensors_for_base_features

Returns placeholder tensors for inference.

Args
feature_columns An iterable containing all the feature columns. All items should be instances of classes derived from _FeatureColumn.
Returns
A dict mapping feature keys to SparseTensors (sparse columns) or placeholder Tensors (dense columns).

© 2020 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r1.15/api_docs/python/tf/contrib/layers/make_place_holder_tensors_for_base_features