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

Function BatchNormTraining

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

Source from the content-addressed store, hash-verified

3620}
3621
3622XlaOp BatchNormTraining(const XlaOp operand, const XlaOp scale,
3623 const XlaOp offset, const XlaOp side_input,
3624 float epsilon, int64 feature_index,
3625 size_t reserve_space_size, bool use_reserve_space,
3626 bool is_activation_relu) {
3627 return operand.builder()->BatchNormTraining(
3628 operand, scale, offset, side_input, epsilon, feature_index,
3629 reserve_space_size, use_reserve_space, is_activation_relu);
3630}
3631
3632XlaOp BatchNormInference(const XlaOp operand, const XlaOp scale,
3633 const XlaOp offset, const XlaOp mean,

Callers 3

CompileImplMethod · 0.85
XLA_TEST_PFunction · 0.85
XLA_TEST_FFunction · 0.85

Calls 2

BatchNormTrainingMethod · 0.80
builderMethod · 0.45

Tested by 2

XLA_TEST_PFunction · 0.68
XLA_TEST_FFunction · 0.68