Home
last modified time | relevance | path

Searched defs:fill_value (Results 1 – 11 of 11) sorted by relevance

/external/ComputeLibrary/src/core/CPP/kernels/
DCPPUpsampleKernel.cpp89 const uint8_t fill_value = _output->info()->quantization_info().uniform().offset; in run() local
95 const int8_t fill_value = _output->info()->quantization_info().uniform().offset; in run() local
/external/openscreen/platform/base/
Dudp_packet.cc17 UdpPacket::UdpPacket(size_type size, uint8_t fill_value) in UdpPacket()
/external/ComputeLibrary/src/cpu/kernels/pool2d/neon/nchw/
Dall.cpp97 …const float16_t fill_value = (pool_info.pool_type == PoolingType::MAX) ? fp16_min :… in pooling3_fp16_neon_nchw() local
207 … const T fill_value = (pool_info.pool_type == PoolingType::MAX) ? float_min : 0.f; in pooling2_nchw_maxpool_indices() local
263 const float16_t fill_value = (pool_info.pool_type == PoolingType::MAX) ? fp16_min : 0.0f; in pooling2_fp16_neon_nchw() local
337 const float16_t fill_value = (pool_info.pool_type == PoolingType::MAX) ? fp16_min : 0.0f; in poolingMxN_fp16_neon_nchw() local
424 …const float fill_value = (pool_info.pool_type == PoolingType::MAX) ? -std::numeric_limits<float… in poolingMxN_fp32_neon_nchw() local
513 …const float fill_value = (pool_info.pool_type == PoolingType::MAX) ? -std::numeric_limits<float… in pooling2_fp32_neon_nchw() local
587 …const float fill_value = (pool_info.pool_type == PoolingType::MAX) ? -std::numeric_limits<float… in pooling3_fp32_neon_nchw() local
668 …const float fill_value = (pool_info.pool_type == PoolingType::MAX) ? -std::numeric_limits<float… in pooling7_fp32_neon_nchw() local
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dunfold_large_splat_constant.cc87 mlir::arith::ConstantOp fill_value = in MaybeUnfoldLargeSplatConstant() local
/external/XNNPACK/test/
Dfill-microkernel-tester.h82 uint32_t fill_value = 0; in Test() local
Dpad-microkernel-tester.h118 uint32_t fill_value = 0; in Test() local
/external/ComputeLibrary/src/cpu/kernels/pool2d/neon/
Dquantized.h424 …const T fill_value = (pool_info.pool_type == PoolingType::MAX) ? std::numeric_limits<T>::min() : T… in pooling2_quantized_neon_nchw() local
560 …const T fill_value = (pool_info.pool_type == PoolingType::AVG) ? T(0) : std::numeric_limits<T>::… in pooling3_quantized_neon_nchw() local
716 …const T fill_value = (pool_info.pool_type == PoolingType::AVG) ? T(0)… in poolingMxN_quantized_neon_nchw() local
/external/tensorflow/tensorflow/core/kernels/image/
Dimage_ops.cc88 T fill_value(0); in DoImageProjectiveTransformOp() local
/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_array_ops.py120 def full(shape, fill_value, dtype=None): # pylint: disable=redefined-outer-name argument
131 def full_like(a, fill_value, dtype=None, order='K', subok=True, shape=None): # pylint: disable=mis… argument
/external/tensorflow/tensorflow/python/ops/
Dnn_ops.py922 def _with_space_to_batch_adjust(orig, fill_value, spatial_dims): argument
/external/XNNPACK/src/xnnpack/
Dcompute.h587 uint32_t fill_value; member