package helpers

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

Type Members

  1. trait DataTypeStructure[D] extends AnyRef
  2. trait DataTypeToOutput[D] extends AnyRef
  3. trait DataTypeToOutputLowPriorityImplicits extends AnyRef
  4. trait DataTypeToShape[D] extends AnyRef
  5. trait DataTypeToShapeLowPriorityImplicits extends AnyRef
  6. type IndexedSlicesDataType[T] = (core.types.DataType[Int], core.types.DataType[T], core.types.DataType[Int])
  7. trait NestedStructureOpsLowPriority extends AnyRef
  8. trait OpStructure[T] extends AnyRef
  9. trait OutputStructure[T] extends AnyRef
  10. trait OutputToDataType[T] extends AnyRef
  11. trait OutputToShape[T] extends AnyRef
  12. trait OutputToTensor[T] extends AnyRef
  13. trait OutputToTensorLowPriorityImplicits extends AnyRef
  14. trait PlaceholderSupport[T] extends AnyRef
  15. trait PlaceholderSupportLowPriorityImplicits extends AnyRef
  16. trait ShapeStructure[S] extends AnyRef
  17. type SparseDataType[T] = (core.types.DataType[Long], core.types.DataType[T], core.types.DataType[Long])
  18. type SparseShape = (core.Shape, core.Shape, core.Shape)
  19. trait TensorStructure[V] extends AnyRef
  20. trait TensorToDataType[T] extends AnyRef
  21. trait TensorToOutput[T] extends AnyRef
  22. trait TensorToOutputLowPriorityImplicits extends AnyRef
  23. trait TensorToShape[T] extends AnyRef
  24. case class VariantDataset[T](handle: ops.Output[core.types.Variant], _outputDataTypes: Any = null, _outputShapes: Any = null)(implicit evidence$1: OutputStructure[T]) extends Dataset[T] with Product with Serializable
  25. trait Zero[T] extends AnyRef

Inherited from AnyRef

Inherited from Any

Ungrouped