GraphOpCreationOrBuilder

interfaz pública GraphOpCreationOrBuilder
Subclases indirectas conocidas

Métodos públicos

Ubicación del código abstracto
getCodeLocation ()
 The unique ID for code location (stack trace) of the op's creation.
Código abstractoLocationOrBuilder
getCodeLocationOrBuilder ()
 The unique ID for code location (stack trace) of the op's creation.
cadena abstracta
getNombre del dispositivo ()
 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
obtenerIdGrafico ()
 Unique ID of the graph (generated by debugger).
resumen com.google.protobuf.ByteString
obtenerGraphIdBytes ()
 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.
resumen entero
getInputNamesCount ()
 Names of the input tensors to the op.
Lista abstracta<Cadena>
getInputNamesList ()
 Names of the input tensors to the op.
resumen entero
getNumSalidas ()
 Number of output tensors emitted by the op.
cadena abstracta
obtenerNombreOp ()
 Name of the op (e.g., "Dense/MatMul_1").
resumen com.google.protobuf.ByteString
getNombreOpBytes ()
 Name of the op (e.g., "Dense/MatMul_1").
cadena abstracta
getOpType ()
 Type of the op (e.g., "MatMul").
resumen com.google.protobuf.ByteString
obtenerOpTypeBytes ()
 Type of the op (e.g., "MatMul").
resumen entero
getOutputTensorIds (índice int)
 Unique IDs for the output tensors of this op.
resumen entero
getOutputTensorIdsCount ()
 Unique IDs for the output tensors of this op.
Lista abstracta<Entero>
getOutputTensorIdsList ()
 Unique IDs for the output tensors of this op.
booleano abstracto
tieneCodeLocation ()
 The unique ID for code location (stack trace) of the op's creation.

Métodos públicos

Ubicación de código abstracta pública getCodeLocation ()

 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;

Cadena abstracta pública getDeviceName ()

 Name of the device that the op is assigned to (if available).
 
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;

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;

resumen público int getInputNamesCount ()

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

Lista abstracta pública<Cadena> getInputNamesList ()

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

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

resumen público int getOutputTensorIds (índice int)

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

resumen público int getOutputTensorIdsCount ()

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

Lista abstracta pública <Integer> getOutputTensorIdsList ()

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

hasCodeLocation booleano abstracto público ()

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