Execution

공개 최종 수업 실행

 Data relating to the eager execution of an op or a Graph.
 For a op that generates N output tensors (N >= 0), only one
 Execution proto will be used to describe the execution event.
 
Protobuf 유형 tensorflow.Execution

중첩 클래스

수업 실행.빌더
 Data relating to the eager execution of an op or a Graph. 

상수

정수 CODE_LOCATION_FIELD_NUMBER
정수 GRAPH_ID_FIELD_NUMBER
정수 INPUT_TENSOR_IDS_FIELD_NUMBER
정수 NUM_OUTPUTS_FIELD_NUMBER
정수 OP_TYPE_FIELD_NUMBER
정수 OUTPUT_TENSOR_DEVICE_IDS_FIELD_NUMBER
정수 OUTPUT_TENSOR_IDS_FIELD_NUMBER
정수 TENSOR_DEBUG_MODE_FIELD_NUMBER
정수 TENSOR_PROTOS_FIELD_NUMBER

공개 방법

부울
같음 (객체 객체)
코드위치
getCodeLocation ()
 Stack trace of the eager execution.
코드위치또는빌더
getCodeLocationOrBuilder ()
 Stack trace of the eager execution.
정적 실행
실행
최종 정적 com.google.protobuf.Descriptors.Descriptor
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 (정수 인덱스)
 IDs of the input tensors (if available).
정수
getInputTensorIdsCount ()
 IDs of the input tensors (if available).
목록<긴>
getInputTensorIdsList ()
 IDs of the input tensors (if available).
정수
getNumOutputs ()
 Number of output tensors.
getOpType ()
 Op type (e.g., "MatMul").
com.google.protobuf.ByteString
getOpTypeBytes ()
 Op type (e.g., "MatMul").
정수
getOutputTensorDeviceIds (정수 인덱스)
 Debugged-generated IDs of the devices on which the output tensors reside.
정수
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 (정수 인덱스)
 IDs of the output tensors (if availbable).
정수
getOutputTensorIdsCount ()
 IDs of the output tensors (if availbable).
목록<긴>
getOutputTensorIdsList ()
 IDs of the output tensors (if availbable).
정수
텐서디버그 모드
getTensorDebugMode ()
 Type of the tensor value encapsulated in this proto.
정수
getTensorDebugModeValue ()
 Type of the tensor value encapsulated in this proto.
텐서프로토
getTensorProtos (정수 인덱스)
 Output Tensor values in the type described by `tensor_value_type`.
정수
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 (정수 인덱스)
 Output Tensor values in the type described by `tensor_value_type`.
목록<? TensorProtoOrBuilder 확장 >
getTensorProtosOrBuilderList ()
 Output Tensor values in the type described by `tensor_value_type`.
최종 com.google.protobuf.UnknownFieldSet
부울
해시코드위치 ()
 Stack trace of the eager execution.
정수
최종 부울
정적 실행.빌더
newBuilder ( 실행 프로토타입)
정적 실행.빌더
실행.빌더
정적 실행
parsDelimitedFrom (InputStream 입력)
정적 실행
parseDelimitedFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
정적 실행
ParseFrom (ByteBuffer 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
정적 실행
ParseFrom (com.google.protobuf.CodedInputStream 입력)
정적 실행
parseFrom (byte[] 데이터, com.google.protobuf.ExtensionRegistryLite 확장Registry)
정적 실행
parsFrom (ByteBuffer 데이터)
정적 실행
ParseFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
정적 실행
ParseFrom (com.google.protobuf.ByteString 데이터)
정적 실행
ParseFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
정적 실행
ParseFrom (com.google.protobuf.ByteString 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
공전
파서 ()
실행.빌더
무효의
writeTo (com.google.protobuf.CodedOutputStream 출력)

상속된 메서드

상수

공개 정적 최종 정수 CODE_LOCATION_FIELD_NUMBER

상수값: 8

공개 정적 최종 int GRAPH_ID_FIELD_NUMBER

상수값: 3

공개 정적 최종 int INPUT_TENSOR_IDS_FIELD_NUMBER

상수값: 4

공개 정적 최종 정수 NUM_OUTPUTS_FIELD_NUMBER

상수값: 2

공개 정적 최종 int OP_TYPE_FIELD_NUMBER

상수값: 1

공개 정적 최종 int OUTPUT_TENSOR_DEVICE_IDS_FIELD_NUMBER

상수값: 9

공개 정적 최종 int OUTPUT_TENSOR_IDS_FIELD_NUMBER

상수값: 5

공개 정적 최종 int TENSOR_DEBUG_MODE_FIELD_NUMBER

상수값: 6

공개 정적 최종 int TENSOR_PROTOS_FIELD_NUMBER

상수값: 7

공개 방법

공개 부울은 (객체 obj)와 같습니다 .

공개 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;

공개 정적 실행 getDefaultInstance ()

공개 실행 getDefaultInstanceForType ()

공개 정적 최종 com.google.protobuf.Descriptors.Descriptor getDescriptor ()

공개 문자열 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;

공개 목록<정수> 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;

공공의 getParserForType ()

공개 int getSerializedSize ()

공개 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;

공개 최종 com.google.protobuf.UnknownFieldSet getUnknownFields ()

공개 부울 hasCodeLocation ()

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

공개 int hashCode ()

공개 최종 부울 isInitialized ()

public static Execution.Builder newBuilder ( 실행 프로토타입)

공개 정적 Execution.Builder newBuilder ()

공개 실행.빌더 newBuilderForType ()

공개 정적 실행 구문 분석DelimitedFrom (InputStream 입력)

던지기
IO예외

공개 정적 실행 parseDelimitedFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
IO예외

공개 정적 실행 구문 분석 (ByteBuffer 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
잘못된프로토콜버퍼예외

공개 정적 실행 구문 분석 (com.google.protobuf.CodedInputStream 입력)

던지기
IO예외

공개 정적 실행 구문 분석 (byte[] 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
잘못된프로토콜버퍼예외

공개 정적 실행 구문 분석 (ByteBuffer 데이터)

던지기
잘못된프로토콜버퍼예외

공개 정적 실행 구문 분석 (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
IO예외

공개 정적 실행 구문 분석 (com.google.protobuf.ByteString 데이터)

던지기
잘못된프로토콜버퍼예외

공개 정적 실행 구문 분석 (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
IO예외

공개 정적 실행 구문 분석 (com.google.protobuf.ByteString 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
잘못된프로토콜버퍼예외

공개 정적 파서 ()

공개 실행.Builder toBuilder ()

공개 무효 writeTo (com.google.protobuf.CodedOutputStream 출력)

던지기
IO예외