Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dcheck_numerics_op.cc217 const int abnormal_detected_size = getAnomalyIndicatorSize(); in ComputeAsync() local
219 DT_INT32, TensorShape({abnormal_detected_size}), in ComputeAsync()
244 context->allocate_temp(DT_INT32, TensorShape({abnormal_detected_size}), in ComputeAsync()
252 abnormal_detected_size * sizeof(int)) in ComputeAsync()
356 static constexpr int abnormal_detected_size = 3; member in tensorflow::__anon5c1c7c0c0111::CheckNumericsV2Op