LostTech.TensorFlow : API Documentation

Type KeyValueTensorInitializer

Namespace tensorflow.lookup

Parent TableInitializerBase

Interfaces IKeyValueTensorInitializer

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
object table
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
object table
The table to initialize.
Returns
object
The operation that initializes the table.

Public properties

DType key_dtype get;

object key_dtype_dyn get;

object PythonObject get;

DType value_dtype get;

object value_dtype_dyn get;