Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/runtime/CL/functions/
DCLMaxUnpoolingLayer.cpp52 const PixelValue zero_value(0.f); in configure() local
/external/ComputeLibrary/src/runtime/NEON/functions/
DNEMaxUnpoolingLayer.cpp55 const PixelValue zero_value(0.f); in configure() local
/external/cronet/net/third_party/quiche/src/quiche/quic/core/congestion_control/
Dwindowed_filter.h71 WindowedFilter(TimeDeltaT window_length, T zero_value, TimeT zero_time) in WindowedFilter()
/external/webrtc/rtc_base/
Dstring_to_number_unittest.cc48 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
/external/ComputeLibrary/src/gpu/cl/operators/
DClDirectConv2d.cpp85 PixelValue zero_value(0.f); in configure() local
/external/ComputeLibrary/src/gpu/cl/kernels/
DClDirectConv3dKernel.cpp162 PixelValue zero_value = PixelValue(0, src0->data_type(), src0->quantization_info()); in configure() local
DClTransposedConvolutionKernel.cpp187 PixelValue zero_value = PixelValue(0, input->data_type(), input->quantization_info()); in configure() local
DClDirectConv2dKernel.cpp291 PixelValue zero_value = PixelValue(0, src->data_type(), src->quantization_info()); in configure() local
/external/ComputeLibrary/src/core/CL/kernels/
DCLDepthwiseConvolutionLayerNativeKernel.cpp292 …PixelValue zero_value = PixelValue(0, input->info()->data_type(), input->info()->quantization_info… in configure() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Deinsum.cc187 Value zero_value = createI32ConstOp(0, loc, rewriter); in createOutputReshapeOpForDynamic() local