HomeSort by relevance Sort by last modified time
    Searched refs:column_to_variable (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/contrib/layers/python/layers/
feature_column_ops_test.py 494 output, column_to_variable, _ = (
498 weights = column_to_variable[country_price][0]
    [all...]
feature_column_ops.py 491 column_to_variable = dict()
528 column_to_variable[column] = variable
542 return predictions, column_to_variable, bias
    [all...]

Completed in 142 milliseconds