nsl.keras.layers.make_missing_neighbor_inputs
Stay organized with collections
Save and categorize content based on your preferences.
Makes additional inputs for neighbor features if necessary.
nsl.keras.layers.make_missing_neighbor_inputs(
neighbor_config, inputs, weight_dtype=tf.float32
)
Args |
neighbor_config
|
An instance of configs.GraphNeighborConfig specifying the
number of neighbors and how neighbor features should be named.
|
inputs
|
Dictionary of input tensors that may be missing neighbor features.
The keys are the features names. See utils.unpack_neighbor_features for
expected names of neighbor features and weights.
|
weight_dtype
|
tf.Dtype for neighbors weights. Defaults to tf.float32 .
|
Returns |
A dictionary of neighbor feature and weight tensors that do not already
exist in inputs . The keys are specified according to neighbor_config .
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-10-28 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-10-28 UTC."],[],[]]