Home
last modified time | relevance | path

Searched defs:highest (Results 1 – 25 of 25) sorted by relevance

/external/armnn/src/armnn/
DNetworkQuantizationScheme.hpp38 double highest = (1 << NumBits()) - 1; in ComputeScheme() local
73 double highest = (1 << NumBits()) - 1; in ComputeScheme() local
115 double highest = (1 << (NumBits()-1)) - 1; // (numbits-1) accounts for the sign bit in ComputeScheme() local
143 double highest = (1 << (NumBits()-1)) - 1; // (numbits-1) accounts for the sign bit in ComputeScheme() local
/external/tensorflow/tensorflow/core/kernels/
Dquantized_pooling_ops.cc81 const int32_t highest = static_cast<int32>(Eigen::NumTraits<T>::highest()); in Compute() local
Dreference_gemm.h67 const int32_t highest = static_cast<int32>(Eigen::NumTraits<T3>::highest()); in ReferenceGemm() local
Dquantized_conv_ops.cc65 const int32_t highest = static_cast<int32>(Eigen::NumTraits<T3>::highest()); in operator ()() local
Dquantization_utils.h121 const int64_t highest = static_cast<int64>(Eigen::NumTraits<T>::highest()); in FloatForOneQuantizedLevel() local
/external/mesa3d/src/panfrost/lib/
Dpan_attributes.c53 unsigned highest = 32 - __builtin_clz(vertex_count); in panfrost_large_padded_vertex_count() local
/external/mesa3d/src/intel/vulkan/tests/
Dstate_pool_no_free.c83 int highest = -1; in run_test() local
Dblock_pool_no_free.c82 int highest = -1; in validate_monotonic() local
/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_quantized_conv_ops.h27 int64 highest = static_cast<int64>(Eigen::NumTraits<T>::highest()); in MklFloatForOneQuantizedLevel() local
/external/elfutils/libdwfl/
Dsegment.c161 int highest = -1; in reify_segments() local
Ddwfl_module_getdwarf.c474 GElf_Addr highest; in find_prelink_address_sync() local
/external/arm-trusted-firmware/drivers/nxp/ddr/nxp-ddr/
Dddrc.c63 uint32_t map, shift, highest; in bist() local
/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-binance/
Dmain.c35 uint64_t highest; member
/external/libwebsockets/minimal-examples/ws-client/minimal-ws-client-binance/
Dmain.c21 uint64_t highest; member
/external/python/cpython3/Lib/test/
Dtest_type_comments.py225 highest = sys.version_info[1] # Highest minor version variable in TypeCommentTests
/external/tensorflow/tensorflow/core/lib/bfloat16/
Dbfloat16.h363 static bfloat16 highest() { in highest() function
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dmodule.cpp236 uint32_t highest = 0; in ComputeIdBound() local
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dmodule.cpp236 uint32_t highest = 0; in ComputeIdBound() local
/external/deqp-deps/SPIRV-Tools/source/opt/
Dmodule.cpp236 uint32_t highest = 0; in ComputeIdBound() local
/external/rust/crates/nix/src/sys/
Dselect.rs78 pub fn highest(&self) -> Option<RawFd> { in highest() method
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DEventRequestManagerImpl.java723 int highest = 0; in EventRequestManagerImpl() local
/external/ltp/testcases/kernel/fs/fsx-linux/
Dfsx-linux.c516 int highest = num_test_files - 1; in alloc_tf_buf() local
/external/selinux/libsemanage/src/
Ddirect_api.c2182 semanage_module_info_t *highest = NULL; in semanage_direct_get_module_info() local
/external/zopfli/src/zopflipng/lodepng/
Dlodepng.cpp3268 … unsigned highest = ((1U << mode->bitdepth) - 1U); /*highest possible value for this bit depth*/ in getPixelColorRGBA8() local
3351 … unsigned highest = ((1U << mode->bitdepth) - 1U); /*highest possible value for this bit depth*/ in getPixelColorsRGBA8() local
3439 … unsigned highest = ((1U << mode->bitdepth) - 1U); /*highest possible value for this bit depth*/ in getPixelColorsRGB8() local
/external/libaom/libaom/av1/encoder/
Drdopt.c6267 uint16_t highest = 0; in edge_probability() local