Home
last modified time | relevance | path

Searched refs:InferBatchNormGradShape (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference.h101 static StatusOr<Shape> InferBatchNormGradShape(const Shape& operand_shape,
Dhlo_verifier.cc744 return CheckShape(batch_norm_grad, ShapeInference::InferBatchNormGradShape( in HandleBatchNormGrad()
Dshape_inference.cc1415 /* static */ StatusOr<Shape> ShapeInference::InferBatchNormGradShape( in InferBatchNormGradShape() function in xla::ShapeInference
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc2107 ShapeInference::InferBatchNormGradShape( in BatchNormGrad()