Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
testConfig
Method · 0.80
testInputOutputDict
Method · 0.80
testOutputShapeList
Method · 0.80
testGetConfigFromConfig
Method · 0.80
testGetConfigFromConfigWithHParams
Method · 0.80
test_keras_layer_get_config
Method · 0.80
Calls
no outgoing calls
Tested by
6
testConfig
Method · 0.64
testInputOutputDict
Method · 0.64
testOutputShapeList
Method · 0.64
testGetConfigFromConfig
Method · 0.64
testGetConfigFromConfigWithHParams
Method · 0.64
test_keras_layer_get_config
Method · 0.64