RemoteTensorHandleOrBuilder

পাবলিক ইন্টারফেস RemoteTensorHandleOrBuilder
পরিচিত পরোক্ষ উপশ্রেণী

পাবলিক পদ্ধতি

বিমূর্ত স্ট্রিং
getDevice ()
 Device where the tensor is located.
বিমূর্ত com.google.protobuf.ByteString
GetDeviceBytes ()
 Device where the tensor is located.
বিমূর্ত ডেটা টাইপ
getDtype ()
 Tensor type.
বিমূর্ত int
getDtypeValue ()
 Tensor type.
বিমূর্ত স্ট্রিং
getOpDevice ()
 Device of the operation producing this tensor.
বিমূর্ত com.google.protobuf.ByteString
getOpDeviceBytes ()
 Device of the operation producing this tensor.
বিমূর্ত দীর্ঘ
getOpId ()
 The ID of the operation that produced this tensor.
বিমূর্ত int
getOutputNum ()
 The index into the outputs of the operation that produced this tensor.
বিমূর্ত ResourceDtypeAndShape
getResourceDtypesAndShapes (int সূচক)
 Optional data types and shapes of a remote resource variable.
বিমূর্ত int
getResourceDtypesAndShapesCount ()
 Optional data types and shapes of a remote resource variable.
বিমূর্ত তালিকা< ResourceDtypeAndShape >
GetResourceDtypesAndShapesList ()
 Optional data types and shapes of a remote resource variable.
বিমূর্ত ResourceDtypeAndShapeOrBuilder
getResourceDtypesAndShapesOrBuilder (int সূচক)
 Optional data types and shapes of a remote resource variable.
বিমূর্ত তালিকা<? ResourceDtypeAndShapeOrBuilder > প্রসারিত করে
GetResourceDtypesAndShapesOrBuilderList ()
 Optional data types and shapes of a remote resource variable.

পাবলিক পদ্ধতি

সর্বজনীন বিমূর্ত স্ট্রিং getDevice ()

 Device where the tensor is located. Cannot be empty.
 For multi-device functions, it's the default device passed to placer.
 
string device = 3;

সর্বজনীন বিমূর্ত com.google.protobuf.ByteString getDeviceBytes ()

 Device where the tensor is located. Cannot be empty.
 For multi-device functions, it's the default device passed to placer.
 
string device = 3;

সর্বজনীন বিমূর্ত ডেটা টাইপ getDtype ()

 Tensor type.
 
.tensorflow.DataType dtype = 5;

পাবলিক বিমূর্ত int getDtypeValue ()

 Tensor type.
 
.tensorflow.DataType dtype = 5;

সর্বজনীন বিমূর্ত স্ট্রিং getOpDevice ()

 Device of the operation producing this tensor. Can be empty if the
 operation producing this tensor is a multi-device function.
 
string op_device = 4;

সর্বজনীন বিমূর্ত com.google.protobuf.ByteString getOpDeviceBytes ()

 Device of the operation producing this tensor. Can be empty if the
 operation producing this tensor is a multi-device function.
 
string op_device = 4;

পাবলিক বিমূর্ত দীর্ঘ getOpId ()

 The ID of the operation that produced this tensor.
 
int64 op_id = 1;

পাবলিক বিমূর্ত int getOutputNum ()

 The index into the outputs of the operation that produced this tensor.
 
int32 output_num = 2;

সর্বজনীন বিমূর্ত ResourceDtypeAndShape getResourceDtypesAndShapes (int সূচক)

 Optional data types and shapes of a remote resource variable.
 
repeated .tensorflow.eager.ResourceDtypeAndShape resource_dtypes_and_shapes = 6;

পাবলিক বিমূর্ত int getResourceDtypesAndShapesCount ()

 Optional data types and shapes of a remote resource variable.
 
repeated .tensorflow.eager.ResourceDtypeAndShape resource_dtypes_and_shapes = 6;

সর্বজনীন বিমূর্ত তালিকা< ResourceDtypeAndShape > getResourceDtypesAndShapesList ()

 Optional data types and shapes of a remote resource variable.
 
repeated .tensorflow.eager.ResourceDtypeAndShape resource_dtypes_and_shapes = 6;

সর্বজনীন বিমূর্ত ResourceDtypeAndShapeOrBuilder getResourceDtypesAndShapesOrBuilder (int সূচক)

 Optional data types and shapes of a remote resource variable.
 
repeated .tensorflow.eager.ResourceDtypeAndShape resource_dtypes_and_shapes = 6;

সর্বজনীন বিমূর্ত তালিকা<? ResourceDtypeAndShapeOrBuilder > getResourceDtypesAndShapesOrBuilderList () প্রসারিত করে

 Optional data types and shapes of a remote resource variable.
 
repeated .tensorflow.eager.ResourceDtypeAndShape resource_dtypes_and_shapes = 6;