AttrValue

publiczna klasa końcowa AttrValue

 Protocol buffer representing the value for an attr used to configure an Op.
 Comment indicates the corresponding attr type.  Only the field matching the
 attr type may be filled.
 
Protobuf typu tensorflow.AttrValue

Klasy zagnieżdżone

klasa Konstruktor wartości atr
 Protocol buffer representing the value for an attr used to configure an Op. 
klasa Wartość atr.ListValue
 LINT.IfChange
 
Typ Protobuf tensorflow.AttrValue.ListValue
interfejs AttrValue.ListValueOrBuilder
wyliczenie AttrValue.ValueCase

Stałe

wew B_FIELD_NUMBER
wew FUNC_FIELD_NUMBER
wew F_FIELD_NUMBER
wew I_FIELD_NUMBER
wew LIST_FIELD_NUMBER
wew PLACEHOLDER_FIELD_NUMBER
wew KSZTAŁT_FIELD_NUMBER
wew S_FIELD_NUMBER
wew TENSOR_FIELD_NUMBER
wew TYPE_FIELD_NUMBER

Metody publiczne

wartość logiczna
równa się (obiekt obiektu)
wartość logiczna
dostaćB ()
 "bool"
 
bool b = 5;
statyczna wartość atrybutu
Wartość atr
końcowy statyczny com.google.protobuf.Descriptors.Descriptor
platforma
getF ()
 "float"
 
float f = 4;
NazwaAttrLista
getFunc ()
 "func" represents a function.
NazwaAttrListOrBuilder
getFuncOrBuilder ()
 "func" represents a function.
długi
dostać ()
 "int"
 
int64 i = 3;
Wartość atr.ListValue
pobierz listę ()
 any "list(...)"
 
.tensorflow.AttrValue.ListValue list = 1;
AttrValue.ListValueOrBuilder
getListOrBuilder ()
 any "list(...)"
 
.tensorflow.AttrValue.ListValue list = 1;
Strunowy
pobierz symbol zastępczy ()
 This is a placeholder only used in nodes defined inside a
 function.
com.google.protobuf.ByteString
getPlaceholderBytes ()
 This is a placeholder only used in nodes defined inside a
 function.
com.google.protobuf.ByteString
dostaje ()
 "string"
 
bytes s = 2;
wew
TensorShapeProto
uzyskaj kształt ()
 "shape"
 
.tensorflow.TensorShapeProto shape = 7;
TensorShapeProtoOrBuilder
getShapeOrBuilder ()
 "shape"
 
.tensorflow.TensorShapeProto shape = 7;
TensorProto
pobierz Tensor ()
 "tensor"
 
.tensorflow.TensorProto tensor = 8;
TensorProtoOrBuilder
getTensorOrBuilder ()
 "tensor"
 
.tensorflow.TensorProto tensor = 8;
Typ danych
pobierzTyp ()
 "type"
 
.tensorflow.DataType type = 6;
wew
getTypeValue ()
 "type"
 
.tensorflow.DataType type = 6;
końcowy com.google.protobuf.UnknownFieldSet
AttrValue.ValueCase
wartość logiczna
maFunkcję ()
 "func" represents a function.
wartość logiczna
maLista ()
 any "list(...)"
 
.tensorflow.AttrValue.ListValue list = 1;
wartość logiczna
ma kształt ()
 "shape"
 
.tensorflow.TensorShapeProto shape = 7;
wartość logiczna
maTensor ()
 "tensor"
 
.tensorflow.TensorProto tensor = 8;
wew
końcowa wartość logiczna
statyczny AttrValue.Builder
newBuilder (prototyp AttrValue )
statyczny AttrValue.Builder
Konstruktor wartości atr
statyczna wartość atrybutu
parseDelimitedFrom (wejście strumienia wejściowego)
statyczna wartość atrybutu
parseDelimitedFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczna wartość atrybutu
parseFrom (dane ByteBuffer)
statyczna wartość atrybutu
parseFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczna wartość atrybutu
parseFrom (dane ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczna wartość atrybutu
parseFrom (wejście com.google.protobuf.CodedInputStream)
statyczna wartość atrybutu
parseFrom (bajt [] dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)
statyczna wartość atrybutu
parseFrom (dane com.google.protobuf.ByteString)
statyczna wartość atrybutu
parseFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczna wartość atrybutu
parseFrom (dane com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczny
parser ()
Konstruktor wartości atr
próżnia
writeTo (wyjście com.google.protobuf.CodedOutputStream)

Metody dziedziczone

Stałe

publiczny statyczny końcowy int B_FIELD_NUMBER

Wartość stała: 5

publiczny statyczny końcowy int FUNC_FIELD_NUMBER

Wartość stała: 10

publiczny statyczny końcowy int F_FIELD_NUMBER

Wartość stała: 4

publiczny statyczny końcowy int I_FIELD_NUMBER

Wartość stała: 3

publiczny statyczny końcowy int LIST_FIELD_NUMBER

Wartość stała: 1

publiczny statyczny końcowy int PLACEHOLDER_FIELD_NUMBER

Wartość stała: 9

publiczny statyczny końcowy int SHAPE_FIELD_NUMBER

Wartość stała: 7

publiczny statyczny końcowy int S_FIELD_NUMBER

Wartość stała: 2

publiczny statyczny końcowy int TENSOR_FIELD_NUMBER

Wartość stała: 8

publiczny statyczny końcowy int TYPE_FIELD_NUMBER

Wartość stała: 6

Metody publiczne

publiczna wartość logiczna równa się (obiekt obiektu)

publiczna wartość logiczna getB ()

 "bool"
 
bool b = 5;

public static AttrValue getDefaultInstance ()

public AttrValue getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

publiczny float getF ()

 "float"
 
float f = 4;

public NameAttrList getFunc ()

 "func" represents a function. func.name is a function's name or
 a primitive op's name. func.attr.first is the name of an attr
 defined for that function. func.attr.second is the value for
 that attr in the instantiation.
 
.tensorflow.NameAttrList func = 10;

public NameAttrListOrBuilder getFuncOrBuilder ()

 "func" represents a function. func.name is a function's name or
 a primitive op's name. func.attr.first is the name of an attr
 defined for that function. func.attr.second is the value for
 that attr in the instantiation.
 
.tensorflow.NameAttrList func = 10;

publiczny długi getI ()

 "int"
 
int64 i = 3;

public AttrValue.ListValue getList ()

 any "list(...)"
 
.tensorflow.AttrValue.ListValue list = 1;

public AttrValue.ListValueOrBuilder getListOrBuilder ()

 any "list(...)"
 
.tensorflow.AttrValue.ListValue list = 1;

publiczny getParserForType ()

publiczny ciąg getPlaceholder ()

 This is a placeholder only used in nodes defined inside a
 function.  It indicates the attr value will be supplied when
 the function is instantiated.  For example, let us suppose a
 node "N" in function "FN". "N" has an attr "A" with value
 placeholder = "foo". When FN is instantiated with attr "foo"
 set to "bar", the instantiated node N's attr A will have been
 given the value "bar".
 
string placeholder = 9;

public com.google.protobuf.ByteString getPlaceholderBytes ()

 This is a placeholder only used in nodes defined inside a
 function.  It indicates the attr value will be supplied when
 the function is instantiated.  For example, let us suppose a
 node "N" in function "FN". "N" has an attr "A" with value
 placeholder = "foo". When FN is instantiated with attr "foo"
 set to "bar", the instantiated node N's attr A will have been
 given the value "bar".
 
string placeholder = 9;

public com.google.protobuf.ByteString getS ()

 "string"
 
bytes s = 2;

publiczny int getSerializedSize ()

publiczny TensorShapeProto getShape ()

 "shape"
 
.tensorflow.TensorShapeProto shape = 7;

publiczny TensorShapeProtoOrBuilder getShapeOrBuilder ()

 "shape"
 
.tensorflow.TensorShapeProto shape = 7;

publiczny TensorProto getTensor ()

 "tensor"
 
.tensorflow.TensorProto tensor = 8;

publiczny TensorProtoOrBuilder getTensorOrBuilder ()

 "tensor"
 
.tensorflow.TensorProto tensor = 8;

publiczny typ danych getType ()

 "type"
 
.tensorflow.DataType type = 6;

publiczny int getTypeValue ()

 "type"
 
.tensorflow.DataType type = 6;

publiczny finał com.google.protobuf.UnknownFieldSet getUnknownFields ()

public AttrValue.ValueCase getValueCase ()

publiczna wartość logiczna hasFunc ()

 "func" represents a function. func.name is a function's name or
 a primitive op's name. func.attr.first is the name of an attr
 defined for that function. func.attr.second is the value for
 that attr in the instantiation.
 
.tensorflow.NameAttrList func = 10;

publiczna wartość logiczna hasList ()

 any "list(...)"
 
.tensorflow.AttrValue.ListValue list = 1;

publiczna wartość logiczna hasShape ()

 "shape"
 
.tensorflow.TensorShapeProto shape = 7;

publiczna wartość logiczna hasTensor ()

 "tensor"
 
.tensorflow.TensorProto tensor = 8;

publiczny int hashCode ()

publiczna końcowa wartość logiczna isInitialized ()

public static AttrValue.Builder newBuilder (prototyp AttrValue )

public static AttrValue.Builder newBuilder ()

public AttrValue.Builder newBuilderForType ()

public static AttrValue parseDelimitedFrom (wejście strumienia wejściowego)

Rzuca
Wyjątek IO

public static AttrValue parseDelimitedFrom (dane wejściowe wejściowe, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Wyjątek IO

public static AttrValue parseFrom (dane ByteBuffer)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

public static AttrValue parseFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Wyjątek IO

public static AttrValue parseFrom (dane ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

public static AttrValue parseFrom (wejście com.google.protobuf.CodedInputStream)

Rzuca
Wyjątek IO

public static AttrValue parseFrom (bajt [] dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

public static AttrValue parseFrom (dane com.google.protobuf.ByteString)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

public static AttrValue parseFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Wyjątek IO

public static AttrValue parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

publiczna statyka parser ()

public AttrValue.Builder toBuilder ()

public void writeTo (wyjście com.google.protobuf.CodedOutputStream)

Rzuca
Wyjątek IO