object Tensorflow

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def add(x: NodeDef, y: NodeDef, name: String): NodeDef
  5. def addN(inputs: Seq[NodeDef], name: String): NodeDef
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def avgPool(value: NodeDef, kW: Int, kH: Int, pW: Int, pH: Int, sW: Int, sH: Int, dataFormat: TensorflowDataFormat, name: String, ceilMode: Boolean): NodeDef
  8. def biasAdd(value: NodeDef, bias: NodeDef, dataFormat: TensorflowDataFormat, name: String): NodeDef

    Generate a biasAdd tensorflow protobuf node

  9. def bigdlModule(module: AbstractModule[_, _, _], inputs: Iterable[String]): NodeDef

    Convert a bigdl module to a tensorflow nodedef

  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  11. def concat(inputs: Seq[NodeDef], name: String): NodeDef
  12. def const(value: Tensor[_], name: String, byteOrder: ByteOrder): NodeDef

    Generate a const tensorflow protobuf node

  13. def conv2D(input: NodeDef, filter: NodeDef, sW: Int, sH: Int, kW: Int, kH: Int, pW: Int, pH: Int, dataFormat: TensorflowDataFormat, name: String): NodeDef
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. def expandDims(input: NodeDef, dim: NodeDef, name: String): NodeDef

    Generate a ExpandDims tensorflow protobuf node

  17. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def floor(x: NodeDef, name: String): NodeDef
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def identity(input: NodeDef, name: String): NodeDef

    Generate an identity tensorflow protobuf node

  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def logSoftmax(logits: NodeDef, name: String): NodeDef
  24. def lrn(input: NodeDef, depthRadius: Int, bias: Float, alpha: Float, beta: Float, name: String): NodeDef
  25. def matmul(a: NodeDef, b: NodeDef, name: String, transposeA: Boolean = false, transposeB: Boolean = false): NodeDef

    Generate a matmul tensorflow protobuf node

  26. def maxPool(value: NodeDef, kW: Int, kH: Int, pW: Int, pH: Int, sW: Int, sH: Int, dataFormat: TensorflowDataFormat, name: String, ceilMode: Boolean = false): NodeDef
  27. def multiply(x: NodeDef, y: NodeDef, name: String): NodeDef
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. def pad(tensor: NodeDef, paddings: NodeDef, name: String): NodeDef
  32. def placeholder(dtype: TensorDataType, shape: Seq[Int], name: String): NodeDef

    Generate a placeholder tensorflow protobuf node

    Generate a placeholder tensorflow protobuf node

    dtype

    numeric type

    shape

    shape

    name

    node name

  33. def randomUniform(shape: NodeDef, name: String, dtype: DataType = DataType.DT_FLOAT, seed: Int = 0): NodeDef
  34. def realdiv(x: NodeDef, y: NodeDef, name: String): NodeDef
  35. def reduceMean(inputTensor: NodeDef, axis: NodeDef, keepDim: Boolean, name: String): NodeDef
  36. def relu(features: NodeDef, name: String): NodeDef

    Generate a relu tensorflow protobuf node

  37. def reshape(tensor: NodeDef, shape: NodeDef, name: String): NodeDef
  38. def rsqrt(x: NodeDef, name: String): NodeDef
  39. def shape(input: NodeDef, name: String, outType: DataType = DataType.DT_INT32): NodeDef
  40. def sigmoid(x: NodeDef, name: String): NodeDef
  41. def softmax(logits: NodeDef, name: String): NodeDef
  42. def split(splitDim: NodeDef, value: NodeDef, numSplit: Int, name: String): Seq[NodeDef]
  43. def squeeze(input: NodeDef, axis: Seq[Int], name: String): NodeDef
  44. def subtract(x: NodeDef, y: NodeDef, name: String): NodeDef
  45. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  46. def tanh(input: NodeDef, name: String): NodeDef
  47. def toString(): String
    Definition Classes
    AnyRef → Any
  48. def transpose(x: NodeDef, perm: NodeDef, name: String): NodeDef
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped