Home
last modified time | relevance | path

Searched refs:ImportWithOptions (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/go/
Dgraph.go135 func (g *Graph) ImportWithOptions(def []byte, options GraphImportOptions) error { func
179 return g.ImportWithOptions(def, GraphImportOptions{Prefix: prefix})
Dgraph_test.go123 if err := g.ImportWithOptions(buf.Bytes(), options); err != nil {