Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/functions/
H A DCLMaxUnpoolingLayer.cpp52 const PixelValue zero_value(0.f); in configure() local
/aosp_15_r20/external/ComputeLibrary/src/runtime/NEON/functions/
H A DNEMaxUnpoolingLayer.cpp55 const PixelValue zero_value(0.f); in configure() local
/aosp_15_r20/external/webrtc/rtc_base/
H A Dstring_to_number_unittest.cc48 constexpr T zero_value = 0; in TYPED_TEST_P() local
/aosp_15_r20/external/bcc/libbpf-tools/
H A Dfiletop.bpf.c14 static struct file_stat zero_value = {}; variable
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/congestion_control/
H A Dwindowed_filter.h71 WindowedFilter(TimeDeltaT window_length, T zero_value, TimeT zero_time) in WindowedFilter()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dcomparison_expander.cc109 auto zero_value = computation->AddInstruction( in ExpandInstruction() local
/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/operators/
H A DClDirectConv2d.cpp85 PixelValue zero_value(0.f); in configure() local
/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/kernels/
H A DClDirectConv3dKernel.cpp162 PixelValue zero_value = PixelValue(0, src0->data_type(), src0->quantization_info()); in configure() local
H A DClTransposedConvolutionKernel.cpp187 PixelValue zero_value = PixelValue(0, input->data_type(), input->quantization_info()); in configure() local
H A DClDirectConv2dKernel.cpp291 PixelValue zero_value = PixelValue(0, src->data_type(), src->quantization_info()); in configure() local
/aosp_15_r20/external/mesa3d/src/imagination/common/
H A Dpvr_dump.h481 const uint32_t zero_value) in pvr_dump_field_u32_zero()
695 #define pvr_dump_field_member_u32_zero(ctx, compound, member, zero_value) \ argument
/aosp_15_r20/external/ComputeLibrary/src/core/CL/kernels/
H A DCLDepthwiseConvolutionLayerNativeKernel.cpp292 …PixelValue zero_value = PixelValue(0, input->info()->data_type(), input->info()->quantization_info… in configure() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A Deinsum.cc187 Value zero_value = createI32ConstOp(0, loc, rewriter); in createOutputReshapeOpForDynamic() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/atomic/test/
Dapi_test_helpers.hpp352 const T zero_value = 0; in test_additive_operators_with_type_and_test() local
/aosp_15_r20/external/executorch/backends/vulkan/test/
H A Dvulkan_compute_api_test.cpp2170 float zero_value = 0.0f; in TEST() local