TensorDebugMode

enumeración final pública TensorDebugMode

 Available modes for extracting debugging information from a Tensor.
 TODO(cais): Document the detailed column names and semantics in a separate
 markdown file once the implementation settles.
 
Protobuf enumeración tensorflow.TensorDebugMode

Constantes

En t CONCISO_HEALTH_VALUE
 A concise health summary for float-type tensors.
En t CURT_HEALTH_VALUE
 A minimalist health summary for float-type tensors.
En t FULL_HEALTH_VALUE
 A detailed health summary.
En t FULL_NUMERICS_VALUE
 Full numeric summary.
En t FULL_TENSOR_VALUE
 Full tensor value.
En t NO_TENSOR_VALUE
 Only records what tensors are computed, eagerly or in graphs.
En t REDUCE_INF_NAN_THREE_SLOTS_VALUE
 Reduce the elements of a tensor to a rank-1 tensor of shape [3], in which
 - the 1st element is -inf if any element of the tensor is -inf,
   or zero otherwise.
En t FORMA_VALUE
 Provides full runtime shape information, up to a maximum rank, beyond
 which the dimension sizes are truncated.
En t VALOR_UNESPECIFICADO UNSPECIFIED = 0;

Métodos heredados

Valores de enumeración

público estático final TensorDebugMode CONCISE_HEALTH

 A concise health summary for float-type tensors.
 Contains more information that CURT_HEALTH.
 Infinity and NaN are treated differently.
 Applicable only to float and integer dtypes.
 
CONCISE_HEALTH = 3;

TensorDebugMode final estático público CURT_HEALTH

 A minimalist health summary for float-type tensors.
 Contains information only about the presence/absence of pathological
 values including Infinity and NaN.
 Applicable only to float dtypes.
 
CURT_HEALTH = 2;

TensorDebugMode final estático público FULL_HEALTH

 A detailed health summary.
 Contains further detailed information than `CONCISE_HEALTH`.
 Information about device, dtype and shape are included.
 Counts for various types of values (Infinity, NaN, negative, zero,
 positive) are included.
 Applicable to float, integer and boolean dtypes.
 
FULL_HEALTH = 4;

TensorDebugMode final estático público FULL_NUMERICS

 Full numeric summary.
 Including device, dtype, shape, counts of various types of values
 (Infinity, NaN, negative, zero, positive), and summary statistics
 (minimum, maximum, mean and variance).
 Applicable to float, integer and boolean dtypes.
 
FULL_NUMERICS = 6;

TensorDebugMode final estático público FULL_TENSOR

 Full tensor value.
 
FULL_TENSOR = 7;

público estático final TensorDebugMode NO_TENSOR

 Only records what tensors are computed, eagerly or in graphs.
 No information regarding the value of the tensor is available.
 
NO_TENSOR = 1;

público estático final TensorDebugMode REDUCE_INF_NAN_THREE_SLOTS

 Reduce the elements of a tensor to a rank-1 tensor of shape [3], in which
 - the 1st element is -inf if any element of the tensor is -inf,
   or zero otherwise.
 - the 2nd element is +inf if any element of the tensor is +inf,
   or zero otherwise.
 - the 3rd element is nan if any element of the tensor is nan, or zero
   otherwise.
 
REDUCE_INF_NAN_THREE_SLOTS = 8;

FORMA pública estática final TensorDebugMode

 Provides full runtime shape information, up to a maximum rank, beyond
 which the dimension sizes are truncated.
 
SHAPE = 5;

público estático final TensorDebugMode NO RECONOCIDO

público estático final TensorDebugMode NO ESPECIFICADO

UNSPECIFIED = 0;

Constantes

int final estático público CONCISE_HEALTH_VALUE

 A concise health summary for float-type tensors.
 Contains more information that CURT_HEALTH.
 Infinity and NaN are treated differently.
 Applicable only to float and integer dtypes.
 
CONCISE_HEALTH = 3;

Valor constante: 3

int final estático público CURT_HEALTH_VALUE

 A minimalist health summary for float-type tensors.
 Contains information only about the presence/absence of pathological
 values including Infinity and NaN.
 Applicable only to float dtypes.
 
CURT_HEALTH = 2;

Valor constante: 2

int final estático público FULL_HEALTH_VALUE

 A detailed health summary.
 Contains further detailed information than `CONCISE_HEALTH`.
 Information about device, dtype and shape are included.
 Counts for various types of values (Infinity, NaN, negative, zero,
 positive) are included.
 Applicable to float, integer and boolean dtypes.
 
FULL_HEALTH = 4;

Valor constante: 4

int final estático público FULL_NUMERICS_VALUE

 Full numeric summary.
 Including device, dtype, shape, counts of various types of values
 (Infinity, NaN, negative, zero, positive), and summary statistics
 (minimum, maximum, mean and variance).
 Applicable to float, integer and boolean dtypes.
 
FULL_NUMERICS = 6;

Valor constante: 6

int final estático público FULL_TENSOR_VALUE

 Full tensor value.
 
FULL_TENSOR = 7;

Valor constante: 7

int final estático público NO_TENSOR_VALUE

 Only records what tensors are computed, eagerly or in graphs.
 No information regarding the value of the tensor is available.
 
NO_TENSOR = 1;

Valor constante: 1

int final estático público REDUCE_INF_NAN_THREE_SLOTS_VALUE

 Reduce the elements of a tensor to a rank-1 tensor of shape [3], in which
 - the 1st element is -inf if any element of the tensor is -inf,
   or zero otherwise.
 - the 2nd element is +inf if any element of the tensor is +inf,
   or zero otherwise.
 - the 3rd element is nan if any element of the tensor is nan, or zero
   otherwise.
 
REDUCE_INF_NAN_THREE_SLOTS = 8;

Valor constante: 8

público estático final int SHAPE_VALUE

 Provides full runtime shape information, up to a maximum rank, beyond
 which the dimension sizes are truncated.
 
SHAPE = 5;

Valor constante: 5

int final estático público UNSPECIFIED_VALUE

UNSPECIFIED = 0;

Valor constante: 0