Home
last modified time | relevance | path

Searched refs:tensor_debug_mode_ (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Ddebug_ops.h399 tensor_debug_mode_(0), in DebugIdentityV2Op()
417 context->GetAttr("tensor_debug_mode", &tensor_debug_mode_)); in DebugIdentityV2Op()
438 output_slot_, tensor_debug_mode_, tensor)); in Compute()
449 int32 tensor_debug_mode_; variable
518 context->GetAttr("tensor_debug_mode", &tensor_debug_mode_));
532 if (tensor_debug_mode_ != 8) {
542 if (tensor_debug_mode_ == 2) { // CURT_HEALTH
555 } else if (tensor_debug_mode_ == 3) { // CONCISE_HEALTH
580 } else if (tensor_debug_mode_ == 4) { // FULL HEALTH
619 } else if (tensor_debug_mode_ == 5) { // SHAPE
[all …]