Searched defs:BatchNormGrad (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | batch_norm_op_gpu.cu.cc | 29 template struct functor::BatchNormGrad<GPUDevice, float>; member in tensorflow::functor 30 template struct functor::BatchNormGrad<GPUDevice, Eigen::half>; member in tensorflow::functor
|
D | batch_norm_op.h | 74 struct BatchNormGrad { struct 75 void operator()(const Device& d, typename TTypes<T, 4>::ConstTensor input, in operator()
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | bfloat16_test.cc | 117 XLA_TEST_F(Bfloat16Test, DISABLED_ON_INTERPRETER(BatchNormGrad)) { in XLA_TEST_F()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | batchnorm_expander_test.cc | 91 TEST_F(BatchNormExpanderTest, BatchNormGrad) { in TEST_F() argument
|
/external/tensorflow/tensorflow/compiler/xla/g3doc/ |
D | operation_semantics.md | 191 ## BatchNormGrad section in Operation Semantics
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | gpu_layout_assignment_test.cc | 254 TEST_F(LayoutAssignmentTest, BatchNormGrad) { in TEST_F() argument
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | xla_builder.cc | 2688 XlaOp XlaBuilder::BatchNormGrad(XlaOp operand, XlaOp scale, XlaOp batch_mean, in BatchNormGrad() function in xla::XlaBuilder 4954 XlaOp BatchNormGrad(const XlaOp operand, const XlaOp scale, in BatchNormGrad() function
|