ExecutionOrBuilder

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

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

বিমূর্ত কোড অবস্থান
getCodeLocation ()
 Stack trace of the eager execution.
বিমূর্ত CodeLocationOrBuilder
getCodeLocationOrBuilder ()
 Stack trace of the eager execution.
বিমূর্ত স্ট্রিং
GetGraphId ()
 The graph that's executed: applicable only to the eager
 execution of a FuncGraph.
বিমূর্ত com.google.protobuf.ByteString
GetGraphIdBytes ()
 The graph that's executed: applicable only to the eager
 execution of a FuncGraph.
বিমূর্ত দীর্ঘ
getInputTensorIds (int সূচক)
 IDs of the input tensors (if available).
বিমূর্ত int
getInputTensorIdsCount ()
 IDs of the input tensors (if available).
বিমূর্ত তালিকা<Long>
getInputTensorIdsList ()
 IDs of the input tensors (if available).
বিমূর্ত int
getNumOutputs ()
 Number of output tensors.
বিমূর্ত স্ট্রিং
getOpType ()
 Op type (e.g., "MatMul").
বিমূর্ত com.google.protobuf.ByteString
getOpTypeBytes ()
 Op type (e.g., "MatMul").
বিমূর্ত int
getOutputTensorDeviceIds (int সূচক)
 Debugged-generated IDs of the devices on which the output tensors reside.
বিমূর্ত int
getOutputTensorDeviceIdsCount ()
 Debugged-generated IDs of the devices on which the output tensors reside.
বিমূর্ত তালিকা<পূর্ণসংখ্যা>
getOutputTensorDeviceIdsList ()
 Debugged-generated IDs of the devices on which the output tensors reside.
বিমূর্ত দীর্ঘ
getOutputTensorIds (int সূচক)
 IDs of the output tensors (if availbable).
বিমূর্ত int
getOutputTensorIdsCount ()
 IDs of the output tensors (if availbable).
বিমূর্ত তালিকা<Long>
getOutputTensorIdsList ()
 IDs of the output tensors (if availbable).
বিমূর্ত TensorDebugMode
getTensorDebugMode ()
 Type of the tensor value encapsulated in this proto.
বিমূর্ত int
getTensorDebugModeValue ()
 Type of the tensor value encapsulated in this proto.
বিমূর্ত TensorProto
getTensorProtos (int সূচক)
 Output Tensor values in the type described by `tensor_value_type`.
বিমূর্ত int
getTensorProtosCount ()
 Output Tensor values in the type described by `tensor_value_type`.
বিমূর্ত তালিকা< TensorProto >
getTensorProtosList ()
 Output Tensor values in the type described by `tensor_value_type`.
বিমূর্ত TensorProtoOrBuilder
getTensorProtosOrBuilder (int সূচক)
 Output Tensor values in the type described by `tensor_value_type`.
বিমূর্ত তালিকা<? TensorProtoOrBuilder > প্রসারিত করে
getTensorProtosOrBuilderList ()
 Output Tensor values in the type described by `tensor_value_type`.
বিমূর্ত বুলিয়ান
আছে কোড অবস্থান ()
 Stack trace of the eager execution.

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

সর্বজনীন বিমূর্ত CodeLocation getCodeLocation ()

 Stack trace of the eager execution.
 
.tensorflow.CodeLocation code_location = 8;

সর্বজনীন বিমূর্ত CodeLocationOrBuilder getCodeLocationOrBuilder ()

 Stack trace of the eager execution.
 
.tensorflow.CodeLocation code_location = 8;

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

 The graph that's executed: applicable only to the eager
 execution of a FuncGraph.
 
string graph_id = 3;

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

 The graph that's executed: applicable only to the eager
 execution of a FuncGraph.
 
string graph_id = 3;

সর্বজনীন বিমূর্ত দীর্ঘ getInputTensorIds (int সূচক)

 IDs of the input tensors (if available).
 
repeated int64 input_tensor_ids = 4;

সর্বজনীন বিমূর্ত int getInputTensorIdsCount ()

 IDs of the input tensors (if available).
 
repeated int64 input_tensor_ids = 4;

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

 IDs of the input tensors (if available).
 
repeated int64 input_tensor_ids = 4;

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

 Number of output tensors.
 
int32 num_outputs = 2;

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

 Op type (e.g., "MatMul").
 In the case of a Graph, this is the name of the Graph.
 
string op_type = 1;

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

 Op type (e.g., "MatMul").
 In the case of a Graph, this is the name of the Graph.
 
string op_type = 1;

পাবলিক বিমূর্ত int getOutputTensorDeviceIds (int সূচক)

 Debugged-generated IDs of the devices on which the output tensors reside.
 To look up details about the device (e.g., name), cross-reference this
 field with the DebuggedDevice messages.
 
repeated int32 output_tensor_device_ids = 9;

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

 Debugged-generated IDs of the devices on which the output tensors reside.
 To look up details about the device (e.g., name), cross-reference this
 field with the DebuggedDevice messages.
 
repeated int32 output_tensor_device_ids = 9;

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

 Debugged-generated IDs of the devices on which the output tensors reside.
 To look up details about the device (e.g., name), cross-reference this
 field with the DebuggedDevice messages.
 
repeated int32 output_tensor_device_ids = 9;

সর্বজনীন বিমূর্ত দীর্ঘ getOutputTensorIds (int সূচক)

 IDs of the output tensors (if availbable).
 If specified, must have the same length as tensor_protos.
 
repeated int64 output_tensor_ids = 5;

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

 IDs of the output tensors (if availbable).
 If specified, must have the same length as tensor_protos.
 
repeated int64 output_tensor_ids = 5;

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

 IDs of the output tensors (if availbable).
 If specified, must have the same length as tensor_protos.
 
repeated int64 output_tensor_ids = 5;

সর্বজনীন বিমূর্ত TensorDebugMode getTensorDebugMode ()

 Type of the tensor value encapsulated in this proto.
 
.tensorflow.TensorDebugMode tensor_debug_mode = 6;

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

 Type of the tensor value encapsulated in this proto.
 
.tensorflow.TensorDebugMode tensor_debug_mode = 6;

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

 Output Tensor values in the type described by `tensor_value_type`.
 The length of this should match `num_outputs`.
 
repeated .tensorflow.TensorProto tensor_protos = 7;

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

 Output Tensor values in the type described by `tensor_value_type`.
 The length of this should match `num_outputs`.
 
repeated .tensorflow.TensorProto tensor_protos = 7;

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

 Output Tensor values in the type described by `tensor_value_type`.
 The length of this should match `num_outputs`.
 
repeated .tensorflow.TensorProto tensor_protos = 7;

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

 Output Tensor values in the type described by `tensor_value_type`.
 The length of this should match `num_outputs`.
 
repeated .tensorflow.TensorProto tensor_protos = 7;

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

 Output Tensor values in the type described by `tensor_value_type`.
 The length of this should match `num_outputs`.
 
repeated .tensorflow.TensorProto tensor_protos = 7;

সর্বজনীন বিমূর্ত বুলিয়ান আছে কোড অবস্থান ()

 Stack trace of the eager execution.
 
.tensorflow.CodeLocation code_location = 8;