public interface ResourceHandleProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getContainer()
Container in which this resource is placed.
|
com.google.protobuf.ByteString |
getContainerBytes()
Container in which this resource is placed.
|
String |
getDevice()
Unique name for the device containing the resource.
|
com.google.protobuf.ByteString |
getDeviceBytes()
Unique name for the device containing the resource.
|
ResourceHandleProto.DtypeAndShape |
getDtypesAndShapes(int index)
Data types and shapes for the underlying resource.
|
int |
getDtypesAndShapesCount()
Data types and shapes for the underlying resource.
|
List<ResourceHandleProto.DtypeAndShape> |
getDtypesAndShapesList()
Data types and shapes for the underlying resource.
|
ResourceHandleProto.DtypeAndShapeOrBuilder |
getDtypesAndShapesOrBuilder(int index)
Data types and shapes for the underlying resource.
|
List<? extends ResourceHandleProto.DtypeAndShapeOrBuilder> |
getDtypesAndShapesOrBuilderList()
Data types and shapes for the underlying resource.
|
long |
getHashCode()
Hash code for the type of the resource.
|
String |
getMaybeTypeName()
For debug-only, the name of the type pointed to by this handle, if
available.
|
com.google.protobuf.ByteString |
getMaybeTypeNameBytes()
For debug-only, the name of the type pointed to by this handle, if
available.
|
String |
getName()
Unique name of this resource.
|
com.google.protobuf.ByteString |
getNameBytes()
Unique name of this resource.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getDevice()
Unique name for the device containing the resource.
string device = 1;
com.google.protobuf.ByteString getDeviceBytes()
Unique name for the device containing the resource.
string device = 1;
String getContainer()
Container in which this resource is placed.
string container = 2;
com.google.protobuf.ByteString getContainerBytes()
Container in which this resource is placed.
string container = 2;
String getName()
Unique name of this resource.
string name = 3;
com.google.protobuf.ByteString getNameBytes()
Unique name of this resource.
string name = 3;
long getHashCode()
Hash code for the type of the resource. Is only valid in the same device and in the same execution.
uint64 hash_code = 4;
String getMaybeTypeName()
For debug-only, the name of the type pointed to by this handle, if available.
string maybe_type_name = 5;
com.google.protobuf.ByteString getMaybeTypeNameBytes()
For debug-only, the name of the type pointed to by this handle, if available.
string maybe_type_name = 5;
List<ResourceHandleProto.DtypeAndShape> getDtypesAndShapesList()
Data types and shapes for the underlying resource.
repeated .tensorflow.ResourceHandleProto.DtypeAndShape dtypes_and_shapes = 6;
ResourceHandleProto.DtypeAndShape getDtypesAndShapes(int index)
Data types and shapes for the underlying resource.
repeated .tensorflow.ResourceHandleProto.DtypeAndShape dtypes_and_shapes = 6;
int getDtypesAndShapesCount()
Data types and shapes for the underlying resource.
repeated .tensorflow.ResourceHandleProto.DtypeAndShape dtypes_and_shapes = 6;
List<? extends ResourceHandleProto.DtypeAndShapeOrBuilder> getDtypesAndShapesOrBuilderList()
Data types and shapes for the underlying resource.
repeated .tensorflow.ResourceHandleProto.DtypeAndShape dtypes_and_shapes = 6;
ResourceHandleProto.DtypeAndShapeOrBuilder getDtypesAndShapesOrBuilder(int index)
Data types and shapes for the underlying resource.
repeated .tensorflow.ResourceHandleProto.DtypeAndShape dtypes_and_shapes = 6;
Copyright © 2015–2019. All rights reserved.