MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / BatchNormGrad

Function BatchNormGrad

tensorflow/compiler/xla/client/xla_builder.cc:3640–3647  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3638}
3639
3640XlaOp BatchNormGrad(const XlaOp operand, const XlaOp scale,
3641 const XlaOp batch_mean, const XlaOp batch_var,
3642 const XlaOp grad_output, const XlaOp reserve_space,
3643 float epsilon, int64 feature_index) {
3644 return operand.builder()->BatchNormGrad(operand, scale, batch_mean, batch_var,
3645 grad_output, reserve_space, epsilon,
3646 feature_index);
3647}
3648
3649XlaOp Iota(XlaBuilder* builder, PrimitiveType type, int64 size) {
3650 return builder->Iota(type, size);

Callers 4

CompileImplMethod · 0.50
TEST_FFunction · 0.50
XLA_TEST_PFunction · 0.50
XLA_TEST_FFunction · 0.50

Calls 2

BatchNormGradMethod · 0.80
builderMethod · 0.45

Tested by 3

TEST_FFunction · 0.40
XLA_TEST_PFunction · 0.40
XLA_TEST_FFunction · 0.40