Home
last modified time | relevance | path

Searched defs:GraphImportOptions (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/go/
H A Dgraph.go57 type GraphImportOptions struct { struct
59 Prefix string
62 Device string
66 inputMapping map[struct {
78 func (o *GraphImportOptions) AddInputMapping(src string, srcIndex int, dst Output) {