openfold.data.feature_pipeline¶
Classes
|
Functions
|
|
|
|
|
Creates dict of tensors from a dict of NumPy arrays. |
- class FeaturePipeline(config)¶
- Parameters:
config (ConfigDict)
- make_data_config(config, mode, num_res)¶
- np_example_to_features(np_example, config, mode, is_multimer=False)¶
- np_to_tensor_dict(np_example, features)¶
Creates dict of tensors from a dict of NumPy arrays.
- Parameters:
- Returns:
A dictionary of features mapping feature names to features. Only the given features are returned, all other ones are filtered out.
- Return type: