Home
last modified time | relevance | path

Searched defs:value_max (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dcwise_op_clip.cc88 T value_max; member
127 T value_max; member
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/metrics/
Dhistogram_macros.h118 #define UMA_HISTOGRAM_EXACT_LINEAR(name, sample, value_max) \ argument
137 #define UMA_HISTOGRAM_SCALED_EXACT_LINEAR(name, sample, count, value_max, \ argument
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/3/external/libchrome/base/metrics/
Dhistogram_macros.h118 #define UMA_HISTOGRAM_EXACT_LINEAR(name, sample, value_max) \ argument
137 #define UMA_HISTOGRAM_SCALED_EXACT_LINEAR(name, sample, count, value_max, \ argument
/aosp_15_r20/external/libchrome/base/metrics/
H A Dhistogram_macros.h115 #define UMA_HISTOGRAM_EXACT_LINEAR(name, sample, value_max) \ argument
134 #define UMA_HISTOGRAM_SCALED_EXACT_LINEAR(name, sample, count, value_max, \ argument
H A Dhistogram_functions.cc22 int value_max) { in UmaHistogramExactLinear()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/
H A Ddnn.h266 float value_max() const { return value_max_; } in value_max() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
H A Dcuda_dnn.cc1018 double value_max) in CudnnActivationDescriptor()