CostGraphDef.Node.OutputInfoOrBuilder

공개 정적 인터페이스 CostGraphDef.Node.OutputInfoOrBuilder
알려진 간접 하위 클래스

공개 방법

추상적인 긴
getAliasInputPort ()
 If >= 0, the output is an alias of an input.
추상 데이터 유형
getD유형 ()
.tensorflow.DataType dtype = 4;
추상 정수
getDtype값 ()
.tensorflow.DataType dtype = 4;
추상 TensorShapeProto
getShape ()
.tensorflow.TensorShapeProto shape = 3;
추상 TensorShapeProtoOrBuilder
getShapeOrBuilder ()
.tensorflow.TensorShapeProto shape = 3;
추상적인 긴
getSize ()
int64 size = 1;
추상 부울
해쉬셰이프 ()
.tensorflow.TensorShapeProto shape = 3;

공개 방법

공개 추상 긴 getAliasInputPort ()

 If >= 0, the output is an alias of an input. Note that an alias input
 may itself be an alias. The algorithm will therefore need to follow
 those pointers.
 
int64 alias_input_port = 2;

공개 추상 데이터 유형 getDtype ()

.tensorflow.DataType dtype = 4;

공개 추상 int getDtypeValue ()

.tensorflow.DataType dtype = 4;

공개 추상 TensorShapeProto getShape ()

.tensorflow.TensorShapeProto shape = 3;

공개 추상 TensorShapeProtoOrBuilder getShapeOrBuilder ()

.tensorflow.TensorShapeProto shape = 3;

공개 추상 긴 getSize ()

int64 size = 1;

공개 추상 부울 hasShape ()

.tensorflow.TensorShapeProto shape = 3;