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

Function BatchNormInference

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

Source from the content-addressed store, hash-verified

3630}
3631
3632XlaOp BatchNormInference(const XlaOp operand, const XlaOp scale,
3633 const XlaOp offset, const XlaOp mean,
3634 const XlaOp variance, float epsilon,
3635 int64 feature_index) {
3636 return operand.builder()->BatchNormInference(
3637 operand, scale, offset, mean, variance, epsilon, feature_index);
3638}
3639
3640XlaOp BatchNormGrad(const XlaOp operand, const XlaOp scale,
3641 const XlaOp batch_mean, const XlaOp batch_var,

Callers 2

CompileImplMethod · 0.85
XLA_TEST_PFunction · 0.85

Calls 2

BatchNormInferenceMethod · 0.80
builderMethod · 0.45

Tested by 1

XLA_TEST_PFunction · 0.68