Home
last modified time | relevance | path

Searched defs:input_mean (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/examples/label_image/
H A Dlabel_image.py37 input_mean=0, argument
71 input_mean = 0 variable
99 input_mean = args.input_mean variable
H A Dmain.cc117 const int input_width, const float input_mean, in ReadTensorFromImageFile()
289 float input_mean = 0; in main() local
/aosp_15_r20/external/tensorflow/tensorflow/examples/multibox_detector/
H A Dmain.cc79 const int input_width, const float input_mean, in ReadTensorFromImageFile()
346 int32_t input_mean = 128; in main() local
/aosp_15_r20/external/tensorflow/tensorflow/tools/gcs_test/python/
H A Dgcs_smoke.py35 def create_examples(num_examples, input_mean): argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/examples/label_image/
H A Dlabel_image.h35 float input_mean = 127.5f; member
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/batchnormalization/impl/SVE/
H A Dfp32.cpp51 … const auto input_mean = reinterpret_cast<const float *>(mean->ptr_to_element(Coordinates(0, 0))); in fp32_sve_batch_normalization() local
H A Dfp16.cpp51 …const auto input_mean = reinterpret_cast<const float16_t *>(mean->ptr_to_element(Coordinates(0, 0… in fp16_sve_batch_normalization() local
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/fuse_batch_normalization/generic/
H A Dimpl.cpp55 …const auto input_mean = reinterpret_cast<const ScalarType *>(bn_mean->ptr_to_element(Coordinates(… in fused_batch_normalization_conv() local
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/fuse_batch_normalization/nhwc/neon/
H A Dimpl.cpp55 …const auto input_mean = reinterpret_cast<const ScalarType *>(bn_mean->ptr_to_element(Coordinates(… in fused_batch_normalization_dwc_nhwc() local
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/batchnormalization/impl/NEON/
H A Dfp16.cpp60 …const auto input_mean = reinterpret_cast<const float16_t *>(mean->ptr_to_element(Coordinates(0, 0… in batch_normalization() local
H A Dfp32.cpp59 … const auto input_mean = reinterpret_cast<const float *>(mean->ptr_to_element(Coordinates(0, 0))); in batch_normalization() local
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/fuse_batch_normalization/nchw/
H A Dall.cpp56 …const auto input_mean = reinterpret_cast<const ScalarType *>(bn_mean->ptr_to_element(Coordinates(… in fused_batch_normalization_dwc_nchw() local
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/
H A DNEBatchNormalizationLayerKernel.cpp172 const auto input_mean = reinterpret_cast<const T *>(_mean->ptr_to_element(Coordinates(0, 0))); in batch_normalization_nchw() local
/aosp_15_r20/external/pytorch/test/cpp/api/
H A Dfunctional.cpp2807 auto input_mean = input.mean(); in TEST_F() local
2831 auto input_mean = input.mean(); in TEST_F() local
2855 auto input_mean = input.mean(); in TEST_F() local
2871 auto input_mean = input.mean(); in TEST_F() local
2885 auto input_mean = input.mean(); in TEST_F() local