public interface
GraphTransferConstNodeInfoOrBuilder
Known Indirect Subclasses |
Public Methods
abstract com.google.protobuf.ByteString |
getData()
bytes data = 4;
|
abstract DataType |
getDtype()
.tensorflow.DataType dtype = 5;
|
abstract int |
getDtypeValue()
.tensorflow.DataType dtype = 5;
|
abstract String |
getName()
string name = 1;
|
abstract com.google.protobuf.ByteString |
getNameBytes()
string name = 1;
|
abstract int |
getNodeId()
int32 node_id = 2;
|
abstract long |
getShape(int index)
repeated int64 shape = 3;
|
abstract int |
getShapeCount()
repeated int64 shape = 3;
|
abstract List<Long> |
getShapeList()
repeated int64 shape = 3;
|
Public Methods
public abstract com.google.protobuf.ByteString getData ()
bytes data = 4;
public abstract int getDtypeValue ()
.tensorflow.DataType dtype = 5;
public abstract String getName ()
string name = 1;
public abstract com.google.protobuf.ByteString getNameBytes ()
string name = 1;
public abstract int getNodeId ()
int32 node_id = 2;
public abstract long getShape (int index)
repeated int64 shape = 3;
public abstract int getShapeCount ()
repeated int64 shape = 3;
public abstract List<Long> getShapeList ()
repeated int64 shape = 3;