Package

org.platanios.tensorflow.api

ops

Permalink

package ops

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

Type Members

  1. case class EmbeddingMap(partitionParameters: Seq[EmbeddingParameters]) extends Product with Serializable

    Permalink
  2. trait EmbeddingParameters extends AnyRef

    Permalink
  3. case class Function[I, O](name: String, function: (I) ⇒ O)(implicit evInput: ArgType[I], evOutput: ArgType[O]) extends Product with Serializable

    Permalink
  4. class FunctionGraph extends core.Graph

    Permalink
  5. final case class Input extends Product with Serializable

    Permalink
  6. final case class Op extends Product with Serializable

    Permalink
  7. final case class OpSpecification(name: String, opType: String, device: String) extends Product with Serializable

    Permalink
  8. final case class Output extends OutputLike with Symbol with Product with Serializable

    Permalink
  9. final case class OutputIndexedSlices extends OutputLike with Symbol with Product with Serializable

    Permalink
  10. sealed trait OutputLike extends AnyRef

    Permalink
  11. trait Parsing extends AnyRef

    Permalink
  12. class Queue extends AnyRef

    Permalink
  13. case class Resource(handle: Output, initializeOp: Op, isInitialized: Output) extends Product with Serializable

    Permalink
  14. trait SetOps[A] extends AnyRef

    Permalink
  15. final case class SparseOutput(indices: Output, values: Output, denseShape: Output) extends OutputLike with Symbol with Product with Serializable

    Permalink
  16. trait Symbol extends AnyRef

    Permalink

Value Members

  1. object Basic extends Basic

    Permalink
  2. object Clip extends Clip

    Permalink
  3. object Embedding extends Embedding

    Permalink
  4. object Function extends Serializable

    Permalink
  5. object FunctionGraph

    Permalink
  6. object Math extends Math

    Permalink
  7. object NN extends NN

    Permalink
  8. object Op extends Serializable

    Permalink
  9. object Output extends Serializable

    Permalink
  10. object Resource extends Serializable

    Permalink
  11. object SetOps

    Permalink
  12. object Sparse extends Sparse

    Permalink
  13. object Statistics extends Statistics

    Permalink
  14. object Text extends Text

    Permalink
  15. package control_flow

    Permalink
  16. package distributions

    Permalink
  17. package io

    Permalink
  18. package lookup

    Permalink
  19. package metrics

    Permalink
  20. package rnn

    Permalink
  21. package seq2seq

    Permalink
  22. package training

    Permalink
  23. package variables

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped