Documentation ¶
Overview ¶
Package tensorflow provides implementation of Go API for extract data to vector
Package tensorflow provides implementation of Go API for extract data to vector
Index ¶
- Constants
- type Operation
- type Option
- func WithExportPath(path string) Option
- func WithFeed(operationName string, outputIndex int) Option
- func WithFeeds(operationNames []string, outputIndexes []int) Option
- func WithFetch(operationName string, outputIndex int) Option
- func WithFetches(operationNames []string, outputIndexes []int) Option
- func WithNdim(ndim uint8) Option
- func WithOperations(opes ...*Operation) Option
- func WithSessionConfig(cfg []byte) Option
- func WithSessionOptions(opts *SessionOptions) Option
- func WithSessionTarget(tgt string) Option
- func WithTags(tags ...string) Option
- type OutputSpec
- type SessionOptions
- type TF
Constants ¶
View Source
const ( TwoDim uint8 = iota + 2 ThreeDim )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option func(*tensorflow)
func WithExportPath ¶
func WithFetches ¶ added in v0.0.33
func WithOperations ¶
func WithSessionConfig ¶
func WithSessionOptions ¶
func WithSessionOptions(opts *SessionOptions) Option
func WithSessionTarget ¶
type OutputSpec ¶ added in v0.0.33
type OutputSpec struct {
// contains filtered or unexported fields
}
type SessionOptions ¶
type SessionOptions = tf.SessionOptions
Click to show internal directories.
Click to hide internal directories.