Home
last modified time | relevance | path

Searched defs:minvalue (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DSummaryOps.cu37 at::acc_type<input_t, /*is_cuda=*/true> minvalue, in getBin()
178 at::acc_type<input_t, /*is_cuda=*/true> minvalue, in CUDA_tensor_histogram()
281 const bounds_t minvalue = 0; in _bincount_cuda_template() local
323 input_t minvalue = min; in _histc_cuda_template() local
/aosp_15_r20/external/cronet/ipc/
H A Dparam_traits_macros.h45 #define IPC_ENUM_TRAITS_MIN_MAX_VALUE(typ, minvalue, maxvalue) \ argument
/aosp_15_r20/external/libchrome/ipc/
H A Dparam_traits_macros.h45 #define IPC_ENUM_TRAITS_MIN_MAX_VALUE(type, minvalue, maxvalue) \ argument
/aosp_15_r20/external/libvpx/test/
H A Ddct_partial_test.cc78 const int16_t minvalue = -maxvalue; in RunTest() local
/aosp_15_r20/external/python/cpython2/Lib/lib-tk/
DtkSimpleDialog.py176 minvalue = None, maxvalue = None, argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/lexical_cast/test/
Dfloat_types_test.cpp292 test_t minvalue = (std::numeric_limits<test_t>::min)(); in test_float_typess_for_overflows() local
/aosp_15_r20/external/python/cpython3/Lib/tkinter/
Dsimpledialog.py274 minvalue = None, maxvalue = None, argument
/aosp_15_r20/external/leveldb/db/
H A Ddb_impl.cc90 static void ClipToRange(T* ptr, V minvalue, V maxvalue) { in ClipToRange()