GraphOpCreationOrBuilder

공용 인터페이스 GraphOpCreationOrBuilder
알려진 간접 하위 클래스

공개 방법

추상 코드 위치
getCodeLocation ()
 The unique ID for code location (stack trace) of the op's creation.
추상 CodeLocationOrBuilder
getCodeLocationOrBuilder ()
 The unique ID for code location (stack trace) of the op's creation.
추상 문자열
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.
추상 목록<문자열>
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.
추상 부울
해시코드위치 ()
 The unique ID for code location (stack trace) of the op's creation.

공개 방법

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

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

공개 추상 List<String> 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;

공개 추상 List<Integer> getOutputTensorIdsList ()

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

공개 추상 부울 hasCodeLocation ()

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