Packages

p

com.spotify.featran

tensorflow

package tensorflow

Source
package.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. tensorflow
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class NamedTFFeature(name: String, f: org.tensorflow.proto.example.Feature) extends Product with Serializable
  2. final case class TensorFlowFeatureBuilder(underlying: Builder = tf.Features.newBuilder()) extends FeatureBuilder[Example] with Product with Serializable

Value Members

  1. implicit val exampleFlatReader: FlatReader[Example]
  2. implicit val exampleFlatWriter: FlatWriter[Example]
  3. implicit def tensorFlowFeatureBuilder: FeatureBuilder[Example]

    FeatureBuilder for output as TensorFlow Example type.

Inherited from AnyRef

Inherited from Any

Ungrouped