সর্বজনীন চূড়ান্ত এনাম 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.
tensorflow.TensorDebugMode
ধ্রুবক
int | CONCISE_HEALTH_VALUE | A concise health summary for float-type tensors. |
int | CURT_HEALTH_VALUE | A minimalist health summary for float-type tensors. |
int | FULL_HEALTH_VALUE | A detailed health summary. |
int | FULL_NUMERICS_VALUE | Full numeric summary. |
int | FULL_TENSOR_VALUE | Full tensor value. |
int | NO_TENSOR_VALUE | Only records what tensors are computed, eagerly or in graphs. |
int | 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. |
int | SHAPE_VALUE | Provides full runtime shape information, up to a maximum rank, beyond which the dimension sizes are truncated. |
int | UNSPECIFIED_VALUE | UNSPECIFIED = 0; |
উত্তরাধিকারসূত্রে প্রাপ্ত পদ্ধতি
এনাম মান
পাবলিক স্ট্যাটিক ফাইনাল 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 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 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 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;
সর্বজনীন স্ট্যাটিক চূড়ান্ত টেনসরডিবাগমোড FULL_TENSOR৷
Full tensor value.
FULL_TENSOR = 7;
পাবলিক স্ট্যাটিক ফাইনাল টেনসরডিবাগমোড 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;
পাবলিক স্ট্যাটিক ফাইনাল টেনসরডিবাগমোড 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;
পাবলিক স্ট্যাটিক ফাইনাল TensorDebugMode SHAPE
Provides full runtime shape information, up to a maximum rank, beyond which the dimension sizes are truncated.
SHAPE = 5;
সর্বজনীন স্ট্যাটিক চূড়ান্ত TensorDebugMode অচেনা
সর্বজনীন স্ট্যাটিক চূড়ান্ত TensorDebugMode অনির্দিষ্ট৷
UNSPECIFIED = 0;
ধ্রুবক
CONCISE_HEALTH_VALUE int পাবলিক স্ট্যাটিক ফাইনাল
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;
ধ্রুবক মান: 3
পাবলিক স্ট্যাটিক ফাইনাল int 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;
ধ্রুবক মান: 2
FULL_HEALTH_VALUE int পাবলিক স্ট্যাটিক ফাইনাল
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;
ধ্রুবক মান: 4
FULL_NUMERICS_VALUE int পাবলিক স্ট্যাটিক ফাইনাল
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;
ধ্রুবক মান: 6
পাবলিক স্ট্যাটিক ফাইনাল int FULL_TENSOR_VALUE
Full tensor value.
FULL_TENSOR = 7;
ধ্রুবক মান: 7
সর্বজনীন স্ট্যাটিক চূড়ান্ত int 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;
ধ্রুবক মান: 1
পাবলিক স্ট্যাটিক ফাইনাল int 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;
ধ্রুবক মান: 8
সর্বজনীন স্ট্যাটিক চূড়ান্ত int SHAPE_VALUE
Provides full runtime shape information, up to a maximum rank, beyond which the dimension sizes are truncated.
SHAPE = 5;
ধ্রুবক মান: 5
UNSPECIFIED_VALUE int পাবলিক স্ট্যাটিক ফাইনাল
UNSPECIFIED = 0;
ধ্রুবক মান: 0