Home
last modified time | relevance | path

Searched refs:makeOutputList (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/go/op/
Dwrappers.go29 func makeOutputList(op *tf.Operation, start int, output string) ([]tf.Output, int, error) { func
2793 if output, idx, err = makeOutputList(op, idx, "output"); err != nil {
2830 if output, idx, err = makeOutputList(op, idx, "output"); err != nil {
3283 if buckets, idx, err = makeOutputList(op, idx, "buckets"); err != nil {
3363 if summaries, idx, err = makeOutputList(op, idx, "summaries"); err != nil {
4393 if decoded_indices, idx, err = makeOutputList(op, idx, "decoded_indices"); err != nil {
4397 if decoded_values, idx, err = makeOutputList(op, idx, "decoded_values"); err != nil {
4401 if decoded_shape, idx, err = makeOutputList(op, idx, "decoded_shape"); err != nil {
4569 if output, idx, err = makeOutputList(op, idx, "output"); err != nil {
4679 if weights, idx, err = makeOutputList(op, idx, "weights"); err != nil {
[all …]
/external/tensorflow/tensorflow/go/genop/internal/
Dgenop.go190 func makeOutputList(op *tf.Operation, start int, output string) ([]tf.Output, int, error) {
337 …if {{Identifier .RenameTo}}, idx, err = makeOutputList(op, idx, {{printf "%q" .Name}}); err != nil…
Dgenop_test.go433 if output, idx, err = makeOutputList(op, idx, "output"); err != nil {