GraphTransferGraphInputNodeInfoOrBuilder

public interface GraphTransferGraphInputNodeInfoOrBuilder
Known Indirect Subclasses

Public Methods

abstract DataType
getDtype()
.tensorflow.DataType dtype = 3;
abstract int
getDtypeValue()
.tensorflow.DataType dtype = 3;
abstract String
getName()
string name = 1;
abstract com.google.protobuf.ByteString
getNameBytes()
string name = 1;
abstract long
getShape(int index)
repeated int64 shape = 2;
abstract int
getShapeCount()
repeated int64 shape = 2;
abstract List<Long>
getShapeList()
repeated int64 shape = 2;

Public Methods

public abstract DataType getDtype ()

.tensorflow.DataType dtype = 3;

public abstract int getDtypeValue ()

.tensorflow.DataType dtype = 3;

public abstract String getName ()

string name = 1;

public abstract com.google.protobuf.ByteString getNameBytes ()

string name = 1;

public abstract long getShape (int index)

repeated int64 shape = 2;

public abstract int getShapeCount ()

repeated int64 shape = 2;

public abstract List<Long> getShapeList ()

repeated int64 shape = 2;