Package | Description |
---|---|
tensorflow |
Modifier and Type | Class and Description |
---|---|
static class |
Struct.PairValue
Represents a (key, value) pair.
|
static class |
Struct.PairValue.Builder
Represents a (key, value) pair.
|
Modifier and Type | Method and Description |
---|---|
Struct.PairValueOrBuilder |
Struct.NamedTupleValueOrBuilder.getValuesOrBuilder(int index)
repeated .tensorflow.PairValue values = 2; |
Struct.PairValueOrBuilder |
Struct.NamedTupleValue.getValuesOrBuilder(int index)
repeated .tensorflow.PairValue values = 2; |
Struct.PairValueOrBuilder |
Struct.NamedTupleValue.Builder.getValuesOrBuilder(int index)
repeated .tensorflow.PairValue values = 2; |
Modifier and Type | Method and Description |
---|---|
List<? extends Struct.PairValueOrBuilder> |
Struct.NamedTupleValueOrBuilder.getValuesOrBuilderList()
repeated .tensorflow.PairValue values = 2; |
List<? extends Struct.PairValueOrBuilder> |
Struct.NamedTupleValue.getValuesOrBuilderList()
repeated .tensorflow.PairValue values = 2; |
List<? extends Struct.PairValueOrBuilder> |
Struct.NamedTupleValue.Builder.getValuesOrBuilderList()
repeated .tensorflow.PairValue values = 2; |
Copyright © 2015–2019. All rights reserved.