Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/examples/label_image/
Dlabel_image.py41 input_mean=0, argument
80 input_mean = 0 variable
108 input_mean = args.input_mean variable
Dmain.cc117 const int input_width, const float input_mean, in ReadTensorFromImageFile()
289 float input_mean = 0; in main() local
/external/tensorflow/tensorflow/tools/gcs_test/python/
Dgcs_smoke.py39 def create_examples(num_examples, input_mean): argument
/external/ComputeLibrary/src/core/NEON/kernels/
DNEFuseBatchNormalizationKernel.cpp127 …const auto input_mean = reinterpret_cast<const ScalarType *>(bn_mean->ptr_to_element(Coordinates(… in fused_batch_normalization_conv() local
223 …const auto input_mean = reinterpret_cast<const ScalarType *>(bn_mean->ptr_to_element(Coordinates(… in fused_batch_normalization_dwc_nhwc() local
342 …const auto input_mean = reinterpret_cast<const ScalarType *>(bn_mean->ptr_to_element(Coordinates(… in fused_batch_normalization_dwc_nchw() local
DNEBatchNormalizationLayerKernel.cpp131 const auto input_mean = reinterpret_cast<const T *>(_mean->ptr_to_element(Coordinates(0, 0))); in batch_normalization_nchw() local
233 const auto input_mean = reinterpret_cast<const T *>(_mean->ptr_to_element(Coordinates(0, 0))); in batch_normalization_nhwc() local
/external/tensorflow/tensorflow/lite/examples/label_image/
Dlabel_image.h35 float input_mean = 127.5f; member
/external/tensorflow/tensorflow/examples/multibox_detector/
Dmain.cc79 const int input_width, const float input_mean, in ReadTensorFromImageFile()
346 int32_t input_mean = 128; in main() local