Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataType ¶
type DataType string
const ( Float16 DataType = "tf.float16" Float32 DataType = "tf.float32" Float64 DataType = "tf.float64" Double DataType = "tf.double" Int32 DataType = "tf.int32" Uint32 DataType = "tf.uint32" Uint8 DataType = "tf.uint8" Int16 DataType = "tf.int16" Int8 DataType = "tf.int8" String DataType = "tf.string" Complex64 DataType = "tf.complex64" Complex DataType = "tf.complex" Int64 DataType = "tf.int64" Uint64 DataType = "tf.uint64" Bool DataType = "tf.bool" Qint8 DataType = "tf.qint8" Quint8 DataType = "tf.quint8" Qint32 DataType = "tf.qint32" Bfloat16 DataType = "tf.bfloat16" Qint16 DataType = "tf.qint16" Quint16 DataType = "tf.quint16" Uint16 DataType = "tf.uint16" Complex128 DataType = "tf.complex128" Half DataType = "tf.half" )
Types of scalar values in the TensorFlow type system.
type Dense ¶
type Dense struct {
// contains filtered or unexported fields
}
func (*Dense) GetPythonDefinitionString ¶
func (*Dense) GetPythonVariableName ¶
type DenseConfig ¶
type Input ¶
type Input struct {
// contains filtered or unexported fields
}
func (*Input) GetPythonDefinitionString ¶
func (*Input) GetPythonVariableName ¶
type InputConfig ¶
Click to show internal directories.
Click to hide internal directories.