Package

org.platanios.tensorflow.api.ops

lookup

Permalink

package lookup

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. lookup
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait HashSpecification extends AnyRef

    Permalink
  2. case class HashTable(initializer: LookupTableInitializer, defaultValue: Output, container: String = "", sharedName: String = "", useNodeNameSharing: Boolean = false, name: String = "HashTable") extends InitializableLookupTable with Product with Serializable

    Permalink
  3. class IDLookupTableWithHashBuckets extends LookupTable

    Permalink
  4. abstract class InitializableLookupTable extends LookupTable

    Permalink
  5. abstract class LookupTable extends AnyRef

    Permalink
  6. abstract class LookupTableInitializer extends AnyRef

    Permalink
  7. case class LookupTableTensorInitializer(keys: Output, values: Output) extends LookupTableInitializer with Product with Serializable

    Permalink
  8. class LookupTableTextFileInitializer extends LookupTableInitializer

    Permalink
  9. case class STRONG_HASH(key1: Long, key2: Long) extends HashSpecification with Product with Serializable

    Permalink
  10. case class TextFileColumn(index: Int) extends TextFileFieldExtractor with Product with Serializable

    Permalink
  11. sealed trait TextFileFieldExtractor extends AnyRef

    Permalink

Deprecated Value Members

  1. object LEGACY_HASH extends HashSpecification with Product with Serializable

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.1.0) It is recommended to use FAST_HASH or STRONG_HASH instead.

Inherited from AnyRef

Inherited from Any

Ungrouped