Type KeyValueTensorInitializer
Namespace tensorflow.lookup
Parent TableInitializerBase
Interfaces IKeyValueTensorInitializer
Table initializers given `keys` and `values` tensors.
Methods
Properties
Public instance methods
object initialize(IEnumerable<IGraphNodeBase> table)
Initializes the given `table` with `keys` and `values` tensors.
Parameters
-
IEnumerable<IGraphNodeBase>table - The table to initialize.
Returns
-
object - The operation that initializes the table.
object initialize(object table)
Initializes the given `table` with `keys` and `values` tensors.
Parameters
-
objecttable - The table to initialize.
Returns
-
object - The operation that initializes the table.
object initialize(IDictionary<object, object> table)
Initialize the decoder.
Returns
-
object - `(finished, first_inputs, initial_state)`.
object initialize(ValueTuple<PythonClassContainer, PythonClassContainer> table)
Initialize the decoder.
Returns
-
object - `(finished, first_inputs, initial_state)`.
object initialize(IndexedSlices table)
Initialize the decoder.
Returns
-
object - `(finished, first_inputs, initial_state)`.
object initialize(CapturableResource table)
Initialize the decoder.
Returns
-
object - `(finished, first_inputs, initial_state)`.
object initialize(IGraphNodeBase table)
Initialize the decoder.
Returns
-
object - `(finished, first_inputs, initial_state)`.
object initialize_dyn(object table)
Initializes the given `table` with `keys` and `values` tensors.
Parameters
-
objecttable - The table to initialize.
Returns
-
object - The operation that initializes the table.