GraphOpCreationOrBuilder

interfaz pública GraphOpCreationOrBuilder
Subclases indirectas conocidas

Métodos públicos

abstracto CodeLocation
getCodeLocation ()
 The unique ID for code location (stack trace) of the op's creation.
abstracto CodeLocationOrBuilder
getCodeLocationOrBuilder ()
 The unique ID for code location (stack trace) of the op's creation.
cadena abstracta
getDeviceName ()
 Name of the device that the op is assigned to (if available).
resumen com.google.protobuf.ByteString
getDeviceNameBytes ()
 Name of the device that the op is assigned to (if available).
cadena abstracta
getGraphId ()
 Unique ID of the graph (generated by debugger).
resumen com.google.protobuf.ByteString
getGraphIdBytes ()
 Unique ID of the graph (generated by debugger).
cadena abstracta
getGraphName ()
 Name of the graph that the op is a part of (if available).
resumen com.google.protobuf.ByteString
getGraphNameBytes ()
 Name of the graph that the op is a part of (if available).
cadena abstracta
getInputNames (índice int)
 Names of the input tensors to the op.
resumen com.google.protobuf.ByteString
getInputNamesBytes (índice int)
 Names of the input tensors to the op.
int abstracto
getInputNamesCount ()
 Names of the input tensors to the op.
Lista abstracta <String>
getInputNamesList ()
 Names of the input tensors to the op.
int abstracto
getNumOutputs ()
 Number of output tensors emitted by the op.
cadena abstracta
getOpName ()
 Name of the op (e.g., "Dense/MatMul_1").
resumen com.google.protobuf.ByteString
getOpNameBytes ()
 Name of the op (e.g., "Dense/MatMul_1").
cadena abstracta
getOpType ()
 Type of the op (e.g., "MatMul").
resumen com.google.protobuf.ByteString
getOpTypeBytes ()
 Type of the op (e.g., "MatMul").
int abstracto
getOutputTensorIds (índice int)
 Unique IDs for the output tensors of this op.
int abstracto
getOutputTensorIdsCount ()
 Unique IDs for the output tensors of this op.
Lista abstracta <Intero>
getOutputTensorIdsList ()
 Unique IDs for the output tensors of this op.
booleano abstracto
hasCodeLocation ()
 The unique ID for code location (stack trace) of the op's creation.

Métodos públicos

getCodeLocation () abstracto público CodeLocation

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

resumen público CodeLocationOrBuilder getCodeLocationOrBuilder ()

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

público abstracto String getDeviceName ()

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

resumen público com.google.protobuf.ByteString getDeviceNameBytes ()

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

cadena abstracta pública getGraphId ()

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

resumen público 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;

cadena abstracta pública getGraphName ()

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

resumen público com.google.protobuf.ByteString getGraphNameBytes ()

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

Cadena abstracta pública getInputNames (índice int)

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

resumen público com.google.protobuf.ByteString getInputNamesBytes (índice int)

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

public abstract int getInputNamesCount ()

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

Lista pública abstracta <String> getInputNamesList ()

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

public abstract int getNumOutputs ()

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

cadena abstracta pública getOpName ()

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

resumen público com.google.protobuf.ByteString getOpNameBytes ()

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

cadena abstracta pública getOpType ()

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

resumen público com.google.protobuf.ByteString getOpTypeBytes ()

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

public abstract int getOutputTensorIds (int índice)

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

public abstract int getOutputTensorIdsCount ()

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

Lista pública abstracta <Integer> getOutputTensorIdsList ()

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

public abstract boolean hasCodeLocation ()

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