GraphOpCreation

공개 최종 클래스 GraphOpCreation

 The creation of an op in a TensorFlow Graph (e.g., FuncGraph in TF2).
 
Protobuf 유형 tensorflow.GraphOpCreation

중첩 클래스

수업 GraphOpCreation.Builder
 The creation of an op in a TensorFlow Graph (e.g., FuncGraph in TF2). 

상수

정수 CODE_LOCATION_FIELD_NUMBER
정수 DEVICE_NAME_FIELD_NUMBER
정수 GRAPH_ID_FIELD_NUMBER
정수 GRAPH_NAME_FIELD_NUMBER
정수 INPUT_NAMES_FIELD_NUMBER
정수 NUM_OUTPUTS_FIELD_NUMBER
정수 OP_NAME_FIELD_NUMBER
정수 OP_TYPE_FIELD_NUMBER
정수 OUTPUT_TENSOR_IDS_FIELD_NUMBER

공개 방법

부울
같음 (객체 객체)
코드위치
getCodeLocation ()
 The unique ID for code location (stack trace) of the op's creation.
코드위치또는빌더
getCodeLocationOrBuilder ()
 The unique ID for code location (stack trace) of the op's creation.
정적 GraphOpCreation
GraphOpCreation
최종 정적 com.google.protobuf.Descriptors.Descriptor
getDeviceName ()
 Name of the device that the op is assigned to (if available).
com.google.protobuf.ByteString
getDeviceNameBytes ()
 Name of the device that the op is assigned to (if available).
getGraphId ()
 Unique ID of the graph (generated by debugger).
com.google.protobuf.ByteString
getGraphIdBytes ()
 Unique ID of the graph (generated by debugger).
그래프이름 ()
 Name of the graph that the op is a part of (if available).
com.google.protobuf.ByteString
getGraphNameBytes ()
 Name of the graph that the op is a part of (if available).
getInputNames (정수 인덱스)
 Names of the input tensors to the op.
com.google.protobuf.ByteString
getInputNamesBytes (정수 인덱스)
 Names of the input tensors to the op.
정수
getInputNamesCount ()
 Names of the input tensors to the op.
com.google.protobuf.ProtocolStringList
getInputNamesList ()
 Names of the input tensors to the op.
정수
getNumOutputs ()
 Number of output tensors emitted by the op.
getOpName ()
 Name of the op (e.g., "Dense/MatMul_1").
com.google.protobuf.ByteString
getOpNameBytes ()
 Name of the op (e.g., "Dense/MatMul_1").
getOpType ()
 Type of the op (e.g., "MatMul").
com.google.protobuf.ByteString
getOpTypeBytes ()
 Type of the op (e.g., "MatMul").
정수
getOutputTensorIds (정수 인덱스)
 Unique IDs for the output tensors of this op.
정수
getOutputTensorIdsCount ()
 Unique IDs for the output tensors of this op.
목록<정수>
getOutputTensorIdsList ()
 Unique IDs for the output tensors of this op.
정수
최종 com.google.protobuf.UnknownFieldSet
부울
해시코드위치 ()
 The unique ID for code location (stack trace) of the op's creation.
정수
최종 부울
정적 GraphOpCreation.Builder
newBuilder ( GraphOpCreation 프로토타입)
정적 GraphOpCreation.Builder
GraphOpCreation.Builder
정적 GraphOpCreation
parsDelimitedFrom (InputStream 입력)
정적 GraphOpCreation
parseDelimitedFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
정적 GraphOpCreation
parsFrom (ByteBuffer 데이터)
정적 GraphOpCreation
ParseFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
정적 GraphOpCreation
ParseFrom (ByteBuffer 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
정적 GraphOpCreation
ParseFrom (com.google.protobuf.CodedInputStream 입력)
정적 GraphOpCreation
parseFrom (byte[] 데이터, com.google.protobuf.ExtensionRegistryLite 확장Registry)
정적 GraphOpCreation
ParseFrom (com.google.protobuf.ByteString 데이터)
정적 GraphOpCreation
ParseFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
정적 GraphOpCreation
ParseFrom (com.google.protobuf.ByteString 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
공전
파서 ()
GraphOpCreation.Builder
무효의
writeTo (com.google.protobuf.CodedOutputStream 출력)

상속된 메서드

상수

공개 정적 최종 정수 CODE_LOCATION_FIELD_NUMBER

상수값: 8

공개 정적 최종 int DEVICE_NAME_FIELD_NUMBER

상수값: 5

공개 정적 최종 int GRAPH_ID_FIELD_NUMBER

상수값: 4

공개 정적 최종 정수 GRAPH_NAME_FIELD_NUMBER

상수값: 3

공개 정적 최종 int INPUT_NAMES_FIELD_NUMBER

상수값: 6

공개 정적 최종 정수 NUM_OUTPUTS_FIELD_NUMBER

상수값: 7

공개 정적 최종 정수 OP_NAME_FIELD_NUMBER

상수값: 2

공개 정적 최종 int OP_TYPE_FIELD_NUMBER

상수값: 1

공개 정적 최종 int OUTPUT_TENSOR_IDS_FIELD_NUMBER

상수값: 9

공개 방법

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

공개 CodeLocation getCodeLocation ()

 The unique ID for code location (stack trace) of the op's creation.
 
.tensorflow.CodeLocation code_location = 8;

공개 CodeLocationOrBuilder getCodeLocationOrBuilder ()

 The unique ID for code location (stack trace) of the op's creation.
 
.tensorflow.CodeLocation code_location = 8;

공개 정적 GraphOpCreation getDefaultInstance ()

공개 GraphOpCreation getDefaultInstanceForType ()

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

공개 문자열 getDeviceName ()

 Name of the device that the op is assigned to (if available).
 
string device_name = 5;

공개 com.google.protobuf.ByteString getDeviceNameBytes ()

 Name of the device that the op is assigned to (if available).
 
string device_name = 5;

공개 문자열 getGraphId ()

 Unique ID of the graph (generated by debugger).
 This is the ID of the immediately-enclosing graph.
 
string graph_id = 4;

공개 com.google.protobuf.ByteString getGraphIdBytes ()

 Unique ID of the graph (generated by debugger).
 This is the ID of the immediately-enclosing graph.
 
string graph_id = 4;

공개 문자열 getGraphName ()

 Name of the graph that the op is a part of (if available).
 
string graph_name = 3;

공개 com.google.protobuf.ByteString getGraphNameBytes ()

 Name of the graph that the op is a part of (if available).
 
string graph_name = 3;

공개 문자열 getInputNames (int 인덱스)

 Names of the input tensors to the op.
 
repeated string input_names = 6;

공개 com.google.protobuf.ByteString getInputNamesBytes (int 인덱스)

 Names of the input tensors to the op.
 
repeated string input_names = 6;

공개 int getInputNamesCount ()

 Names of the input tensors to the op.
 
repeated string input_names = 6;

공개 com.google.protobuf.ProtocolStringList getInputNamesList ()

 Names of the input tensors to the op.
 
repeated string input_names = 6;

공개 int getNumOutputs ()

 Number of output tensors emitted by the op.
 
int32 num_outputs = 7;

공개 문자열 getOpName ()

 Name of the op (e.g., "Dense/MatMul_1").
 
string op_name = 2;

공개 com.google.protobuf.ByteString getOpNameBytes ()

 Name of the op (e.g., "Dense/MatMul_1").
 
string op_name = 2;

공개 문자열 getOpType ()

 Type of the op (e.g., "MatMul").
 
string op_type = 1;

공개 com.google.protobuf.ByteString getOpTypeBytes ()

 Type of the op (e.g., "MatMul").
 
string op_type = 1;

공개 int getOutputTensorIds (int 인덱스)

 Unique IDs for the output tensors of this op.
 
repeated int32 output_tensor_ids = 9;

공개 int getOutputTensorIdsCount ()

 Unique IDs for the output tensors of this op.
 
repeated int32 output_tensor_ids = 9;

공개 목록<정수> getOutputTensorIdsList ()

 Unique IDs for the output tensors of this op.
 
repeated int32 output_tensor_ids = 9;

공공의 getParserForType ()

공개 int getSerializedSize ()

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

공개 부울 hasCodeLocation ()

 The unique ID for code location (stack trace) of the op's creation.
 
.tensorflow.CodeLocation code_location = 8;

공개 int hashCode ()

공개 최종 부울 isInitialized ()

공개 정적 GraphOpCreation.Builder newBuilder ( GraphOpCreation 프로토타입)

공개 정적 GraphOpCreation.Builder newBuilder ()

공개 GraphOpCreation.Builder newBuilderForType ()

공개 정적 GraphOpCreationparseDelimitedFrom ( InputStream 입력)

던지기
IO예외

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

던지기
IO예외

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

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

공개 정적 GraphOpCreation ParseFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
IO예외

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

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

공개 정적 GraphOpCreation ParseFrom (com.google.protobuf.CodedInputStream 입력)

던지기
IO예외

공개 정적 GraphOpCreation parsFrom (byte[] 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

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

공개 정적 GraphOpCreation parsFrom (com.google.protobuf.ByteString 데이터)

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

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

던지기
IO예외

공개 정적 GraphOpCreation ParseFrom (com.google.protobuf.ByteString 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

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

공개 정적 파서 ()

공개 GraphOpCreation.Builder toBuilder ()

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

던지기
IO예외