Home
last modified time | relevance | path

Searched defs:BatchNormGrad (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dbatch_norm_op_gpu.cu.cc29 template struct functor::BatchNormGrad<GPUDevice, float>; member in tensorflow::functor
30 template struct functor::BatchNormGrad<GPUDevice, Eigen::half>; member in tensorflow::functor
H A Dbatch_norm_op.h68 struct BatchNormGrad { struct
69 void operator()(const Device& d, typename TTypes<T, 4>::ConstTensor input, in operator()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dbfloat16_test.cc115 XLA_TEST_F(Bfloat16Test, DISABLED_ON_INTERPRETER(BatchNormGrad)) { in XLA_TEST_F()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dbatchnorm_expander_test.cc90 TEST_F(BatchNormExpanderTest, BatchNormGrad) { in TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/g3doc/
H A Doperation_semantics.md191 ## BatchNormGrad section in Operation Semantics
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/
H A Dxla_builder.cc2842 XlaOp XlaBuilder::BatchNormGrad(XlaOp operand, XlaOp scale, XlaOp batch_mean, in BatchNormGrad() function in xla::XlaBuilder
4988 XlaOp BatchNormGrad(const XlaOp operand, const XlaOp scale, in BatchNormGrad() function