Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_tensor.h50 const int64 kTFProfTensorMaxWarnLen = 100000; variable
160 if (tensor_->NumElements() > kTFProfTensorMaxWarnLen) { in GetValueVec()