Home
last modified time | relevance | path

Searched defs:input_squared (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/
H A DNENormalizationLayerKernel.cpp44 Status validate_arguments(const ITensorInfo *input, const ITensorInfo *input_squared, const ITensor… in validate_arguments()
72 void NENormalizationLayerKernel::configure(const ITensor *input, const ITensor *input_squared, ITen… in configure()
183 Iterator input_squared(_input_squared, win); in normalize_float() local
277 …ormalizationLayerKernel::validate(const ITensorInfo *input, const ITensorInfo *input_squared, cons… in validate()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
H A Dmath_ops.cc51 llvm::Value* input_squared = b->CreateFMul(input_clamped, input_clamped); in EmitFastTanh() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dbatch_normalization_test.cc527 auto input_squared = in XLA_TEST_P() local
628 auto input_squared = in XLA_TEST_P() local
739 auto input_squared = in XLA_TEST_P() local