パブリック インターフェイスResourceHandleProtoOrBuilder
既知の間接サブクラス |
パブリックメソッド
抽象文字列 | getコンテナ() Container in which this resource is placed. |
抽象的な com.google.protobuf.ByteString | getContainerBytes () Container in which this resource is placed. |
抽象文字列 | 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 インデックス) Data types and shapes for the underlying resource. |
抽象整数 | getDtypesAndShapesCount () Data types and shapes for the underlying resource. |
抽象リスト< ResourceHandleProto.DtypeAndShape > | getDtypesAndShapesList () Data types and shapes for the underlying resource. |
抽象ResourceHandleProto.DtypeAndShapeOrBuilder | getDtypesAndShapesOrBuilder (int インデックス) Data types and shapes for the underlying resource. |
抽象リスト<? ResourceHandleProto.DtypeAndShapeOrBuilderを拡張 > | getDtypesAndShapesOrBuilderList () Data types and shapes for the underlying resource. |
抽象的な長い | getHashCode () Hash code for the type of the resource. |
抽象文字列 | 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. |
抽象文字列 | getName () Unique name of this resource. |
抽象的な com.google.protobuf.ByteString | getNameBytes () Unique name of this resource. |
パブリックメソッド
パブリック抽象 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;
パブリック抽象文字列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;
パブリック抽象ResourceHandleProto.DtypeAndShape getDtypesAndShapes (int インデックス)
Data types and shapes for the underlying resource.
repeated .tensorflow.ResourceHandleProto.DtypeAndShape dtypes_and_shapes = 6;
public abstract int getDtypesAndShapesCount ()
Data types and shapes for the underlying resource.
repeated .tensorflow.ResourceHandleProto.DtypeAndShape dtypes_and_shapes = 6;
public abstract List< ResourceHandleProto.DtypeAndShape > getDtypesAndShapesList ()
Data types and shapes for the underlying resource.
repeated .tensorflow.ResourceHandleProto.DtypeAndShape dtypes_and_shapes = 6;
パブリック抽象ResourceHandleProto.DtypeAndShapeOrBuilder getDtypesAndShapesOrBuilder (int インデックス)
Data types and shapes for the underlying resource.
repeated .tensorflow.ResourceHandleProto.DtypeAndShape dtypes_and_shapes = 6;
公開抄録リスト<? extends ResourceHandleProto.DtypeAndShapeOrBuilder > getDtypesAndShapesOrBuilderList ()
Data types and shapes for the underlying resource.
repeated .tensorflow.ResourceHandleProto.DtypeAndShape dtypes_and_shapes = 6;
パブリック抽象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;
public abstract 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;
パブリック抽象 String getName ()
Unique name of this resource.
string name = 3;
パブリック抽象 com.google.protobuf.ByteString getNameBytes ()
Unique name of this resource.
string name = 3;