Home
last modified time | relevance | path

Searched defs:zero_value (Results 1 – 6 of 6) sorted by relevance

/external/ComputeLibrary/src/runtime/NEON/functions/
DNEMaxUnpoolingLayer.cpp44 const PixelValue zero_value(0.f); in configure() local
DNEPoolingLayer.cpp59 PixelValue zero_value((indices) ? std::numeric_limits<int>::min() : 0.f); in configure() local
/external/ComputeLibrary/src/runtime/CL/functions/
DCLMaxUnpoolingLayer.cpp51 const PixelValue zero_value(0.f); in configure() local
/external/webrtc/rtc_base/
Dstring_to_number_unittest.cc46 constexpr T zero_value = 0; in TYPED_TEST_P() local
/external/bcc/libbpf-tools/
Dfiletop.bpf.c14 static struct file_stat zero_value = {}; variable
/external/tensorflow/tensorflow/compiler/xla/service/
Dcomparison_expander.cc109 auto zero_value = computation->AddInstruction( in ExpandInstruction() local