public static interface GraphTransferInfo.ConstNodeInfoOrBuilder
extends com.github.os72.protobuf351.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.github.os72.protobuf351.ByteString |
getData()
bytes data = 4; |
DataType |
getDtype()
.tensorflow.DataType dtype = 5; |
int |
getDtypeValue()
.tensorflow.DataType dtype = 5; |
String |
getName()
string name = 1; |
com.github.os72.protobuf351.ByteString |
getNameBytes()
string name = 1; |
int |
getNodeId()
int32 node_id = 2; |
long |
getShape(int index)
repeated int64 shape = 3; |
int |
getShapeCount()
repeated int64 shape = 3; |
List<Long> |
getShapeList()
repeated int64 shape = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
string name = 1;com.github.os72.protobuf351.ByteString getNameBytes()
string name = 1;int getNodeId()
int32 node_id = 2;int getShapeCount()
repeated int64 shape = 3;long getShape(int index)
repeated int64 shape = 3;com.github.os72.protobuf351.ByteString getData()
bytes data = 4;int getDtypeValue()
.tensorflow.DataType dtype = 5;DataType getDtype()
.tensorflow.DataType dtype = 5;Copyright © 2018. All rights reserved.