MCPcopy Index your code
hub / github.com/tensorflow/hub / from_config

Method from_config

tensorflow_hub/feature_column_v2.py:151–153  ·  view source on GitHub ↗
(cls, config, custom_objects=None, columns_by_name=None)

Source from the content-addressed store, hash-verified

149
150 @classmethod
151 def from_config(cls, config, custom_objects=None, columns_by_name=None):
152 copied_config = config.copy()
153 return cls(**copied_config)

Callers 6

testConfigMethod · 0.80
testInputOutputDictMethod · 0.80
testOutputShapeListMethod · 0.80

Calls

no outgoing calls

Tested by 6

testConfigMethod · 0.64
testInputOutputDictMethod · 0.64
testOutputShapeListMethod · 0.64