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

Function FusedBatchNormV3Shape

tensorflow/core/framework/common_shape_fns.cc:1167–1171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1165}
1166
1167Status FusedBatchNormV3Shape(shape_inference::InferenceContext* c) {
1168 TF_RETURN_IF_ERROR(FusedBatchNormShape(c));
1169 c->set_output(5, c->UnknownShape());
1170 return Status::OK();
1171}
1172
1173Status FusedBatchNormExShape(shape_inference::InferenceContext* c) {
1174 TF_RETURN_IF_ERROR(FusedBatchNormV3Shape(c));

Callers 1

FusedBatchNormExShapeFunction · 0.85

Calls 3

FusedBatchNormShapeFunction · 0.85
UnknownShapeMethod · 0.80
set_outputMethod · 0.45

Tested by

no test coverage detected