tf.contrib.layers.make_place_holder_tensors_for_base_features
Возвращает тензоры-заполнители для вывода.
tf.contrib.layers.make_place_holder_tensors_for_base_features(
feature_columns
)
| Аргументы | |
|---|---|
feature_columns | Итерируемый объект, содержащий все столбцы признаков. Все элементы должны быть экземплярами классов, производных от _FeatureColumn. |
| Возвращаемое значение | |
|---|---|
| Словарь, сопоставляющий ключи признаков с SparseTensors (разреженные столбцы) или тензорами-заполнителями (плотные столбцы). |
© 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